Searched refs:A16 (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl62 LDNDW *${INPB}[1],A17:A16
76 SWAP2 A16,A17
77 || SWAP2 A17,A16
79 || SWAP4 A16,A16
87 AND A16,B1,B21 ; r2 = key[2] & 0x0ffffffc
148 MPY32U $H0,$R0,A17:A16
180 || ADDU A20,A16,A17:A16
195 || ADDU A24,A17:A16,A1
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ia32/
H A Dasm_linkage.h56 * D16 and A16 are used to insert instructions prefixes; the
64 #define A16 addr16; macro
80 #define A16 .byte 0x67; macro
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/ia32/
H A Dasm_linkage.h53 * D16 and A16 are used to insert instructions prefixes; the
61 #define A16 addr16; macro
77 #define A16 .byte 0x67; macro
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/ia32/
H A Dasm_linkage.h74 * D16 and A16 are used to insert instructions prefixes; the
82 #define A16 addr16; macro
98 #define A16 .byte 0x67; macro
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ia32/
H A Dasm_linkage.h74 * D16 and A16 are used to insert instructions prefixes; the
82 #define A16 addr16; macro
98 #define A16 .byte 0x67; macro
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c310 #define A16(x) (((U16_S *)(x))->v) macro
363 { U16 v = A16(p); v = lz4_bswap16(v); d = (s) - v; }
365 { U16 v = (U16)(i); v = lz4_bswap16(v); A16(p) = v; p += 2; }
367 #define LZ4_READ_LITTLEENDIAN_16(d, s, p) { d = (s) - A16(p); }
368 #define LZ4_WRITE_LITTLEENDIAN_16(p, v) { A16(p) = v; p += 2; }
580 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
768 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm67 MPY32U B7,A3,A17:A16
69 ADDU A16,A7,A21:A20
94 MPY32U A7,ARG3,A17:A16
96 ADDU A19,A16,A19:A18
311 || LDW *ARG2[0],A16 ; b[0]
319 MPY32U A16,B16,A1:A0 ; a[0]*b[0]
321 MPY32U A16,B17,A25:A24 ; a[1]*b[0]
322 MPY32U A16,B18,A27:A26 ; a[2]*b[0]
338 || MPY32U A16,B19,A27:A26 ; a[0]*b[3]
/freebsd-current/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c307 #define A16(x) (((U16_S *)(__DECONST(void *, x)))->v) macro
365 { U16 v = A16(p); v = lz4_bswap16(v); d = (s) - v; }
367 { U16 v = (U16)(i); v = lz4_bswap16(v); A16(p) = v; p += 2; }
369 #define LZ4_READ_LITTLEENDIAN_16(d, s, p) { d = (s) - A16(p); }
370 #define LZ4_WRITE_LITTLEENDIAN_16(p, v) { A16(p) = v; p += 2; }
583 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
776 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
/freebsd-current/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl150 ZERO A17:A16
/freebsd-current/crypto/openssl/test/
H A Dmodes_internal_test.c650 static const u8 A16[] = { variable
675 # define A17 A16
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h338 bool A16; member in struct:llvm::AMDGPU::MIMGBaseOpcodeInfo
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl46 @Te0=@Td0=("A16","B16","A17","B17");
863 LDW *${KPA}[0],A16
875 || STW A16,*${KPB}[4]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1055 // Add A16 operand for intersect_ray instructions
1056 addOperand(MI, MCOperand::createImm(BaseOpcode->A16));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp5041 const MachineOperand *A16 = getNamedOperand(MI, AMDGPU::OpName::a16);
5042 IsA16 = A16->getImm() != 0;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1092 case ImmTyA16: OS << "A16"; break;
3761 if (IsA16 == BaseOpcode->A16)

Completed in 160 milliseconds