Searched refs:A64 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/elftoolchain/libelf/
H A Dlibelf_align.c98 #define FALIGN(A32,A64) { .a32 = (A32), .a64 = (A64) }
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1200 bool A64 = Subtarget->hasAddr64(); local
1204 Opc = A64 ? WebAssembly::LOAD8_U_I32_A64 : WebAssembly::LOAD8_U_I32_A32;
1208 Opc = A64 ? WebAssembly::LOAD16_U_I32_A64 : WebAssembly::LOAD16_U_I32_A32;
1212 Opc = A64 ? WebAssembly::LOAD_I32_A64 : WebAssembly::LOAD_I32_A32;
1216 Opc = A64 ? WebAssembly::LOAD_I64_A64 : WebAssembly::LOAD_I64_A32;
1220 Opc = A64 ? WebAssembly::LOAD_F32_A64 : WebAssembly::LOAD_F32_A32;
1224 Opc = A64 ? WebAssembly::LOAD_F64_A64 : WebAssembly::LOAD_F64_A32;
1259 bool A64 = Subtarget->hasAddr64(); local
1265 Opc = A64 ? WebAssembly::STORE8_I32_A64 : WebAssembly::STORE8_I32_A32;
1268 Opc = A64
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c308 #define A64(x) (((U64_S *)(x))->v) macro
344 #define AARCH A64
345 #define LZ4_COPYSTEP(s, d) A64(d) = A64(s); d += 8; s += 8;
/freebsd-current/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c305 #define A64(x) (((U64_S *)(__DECONST(void *, x)))->v) macro
346 #define AARCH A64
347 #define LZ4_COPYSTEP(s, d) A64(d) = A64(s); d += 8; s += 8;

Completed in 92 milliseconds