Searched refs:X2 (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_AArch64.S22 STP X1, X2, [SP, #-16]!
36 /* Load the handler function pointer into X2 */
37 LDR X2, [X1, #:lo12:_ZN6__xray19XRayPatchedFunctionE]
39 CMP X2, #0
45 BLR X2
56 LDP X1, X2, [SP], #16
75 STP X1, X2, [SP, #-16]!
89 /* Load the handler function pointer into X2 */
90 LDR X2, [X1, #:lo12:_ZN6__xray19XRayPatchedFunctionE]
92 CMP X2, #
[all...]
/freebsd-13-stable/crypto/openssl/crypto/seed/
H A Dseed_local.h57 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \
62 (T1) = ((X2) + (KC) - (X4)) & 0xffffffff
64 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \
66 (X1) = (((X1)>>8) ^ ((X2)<<24)) & 0xffffffff; \
67 (X2) = (((X2)>>8) ^ ((T0)<<24)) & 0xffffffff; \
69 (T1) = ((X2) + (KC) - (X4)) & 0xffffffff
99 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \
110 (X2) ^= (T1)
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c68 ARX(X2, X1, X0, 9) \
69 ARX(X3, X2, X1, 13) \
70 ARX(X0, X3, X2, 18) \
74 X2 = _mm_shuffle_epi32(X2, 0x4E); \
79 ARX(X2, X3, X0, 9) \
80 ARX(X1, X2, X3, 13) \
81 ARX(X0, X1, X2, 18) \
85 X2 = _mm_shuffle_epi32(X2,
114 __m128i X0, X1, X2, X3; local
166 __m128i X0, X1, X2, X3; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTOCRegDeps.cpp115 const unsigned TOCReg = isPPC64 ? PPC::X2 : PPC::R2;
H A DPPCAsmPrinter.cpp400 .addReg(PPC::X2)
412 .addReg(PPC::X2)
431 .addReg(PPC::X2)
1368 && !MF->getRegInfo().use_empty(PPC::X2)) {
1472 const bool UsesX2OrR2 = !MF->getRegInfo().use_empty(PPC::X2) ||
1499 .addReg(PPC::X2)
1505 .addReg(PPC::X2)
1506 .addReg(PPC::X2)
1515 .addReg(PPC::X2)
1519 .addReg(PPC::X2)
[all...]
H A DPPCSubtarget.h395 return IsPPC64 ? PPC::X2 : PPC::R2;
H A DPPCBranchSelector.cpp112 !Fn.getRegInfo().use_empty(PPC::X2))
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl41 ($X0,$X2,$X8,$X13) = ("A26","B26","A27","B27");
139 || LDW *${XPB}[4],$X2 ; 2 iterations ahead
163 || XOR $X0,$X2,$TX0 ; Xupdate XORs are 1 iteration ahead
165 || LDW *${XPB}[4],$X2
194 || XOR $X0,$X2,$TX0
196 || LDW *${XPB}[4],$X2
231 || XOR $X0,$X2,$TX0
233 || LDW *${XPB}[4],$X2
271 || XOR $X0,$X2,$TX0
273 || LDW *${XPB}[4],$X2
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua46 local X1, X2 = 0, 1
48 local U = X2*A2
49 local V = (X1*A2 + X2*A1) % D20
52 X2 = V - X1*D20
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp42 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \
43 {X1, X2, X10, X11, OPT_##ID, llvm::opt::Option::KIND##Class, \
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_block.c87 uint64_t X0, X1, X2, X3; local
94 Xptr[2] = &X2;
123 X2 = w[2] + ks[2] + ts[1];
145 X2 += ks[((R) + 3) % 5] + ts[((R) + 2) % 3]; \
156 X2 += ks[r + (R) + 2] + ts[r + (R) + 1]; \
235 ctx->X[2] = X2 ^ w[2];
291 uint64_t X0, X1, X2, X3, X4, X5, X6, X7; local
298 Xptr[2] = &X2;
337 X2 = w[2] + ks[2];
363 X2
[all...]
/freebsd-13-stable/sys/crypto/skein/
H A Dskein_block.c83 u64b_t X0,X1,X2,X3; /* local copy of context vars, for speed */ local
87 Xptr[0] = &X0; Xptr[1] = &X1; Xptr[2] = &X2; Xptr[3] = &X3;
111 X2 = w[2] + ks[2] + ts[1];
132 X2 += ks[((R)+3) % 5] + ts[((R)+2) % 3]; \
143 X2 += ks[r+(R)+2] + ts[r+(R)+1]; \
217 ctx->X[2] = X2 ^ w[2];
268 u64b_t X0,X1,X2,X3,X4,X5,X6,X7; /* local copy of vars, for speed */ local
272 Xptr[0] = &X0; Xptr[1] = &X1; Xptr[2] = &X2; Xptr[3] = &X3;
303 X2 = w[2] + ks[2];
328 X2
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c62 __m128i X0, X1, X2, X3; local
68 X2 = _mm_loadu_si128((const __m128i *) &key[16]);
69 rkeys[i++] = X2;
72 X1 = _mm_shuffle_epi32(_mm_aeskeygenassist_si128(X2, (S)), 0xff); \
82 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X2), 0x10)); \
83 X2 = _mm_xor_si128(X2, X3); \
84 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X2), 0x8c)); \
85 X2 = _mm_xor_si128(_mm_xor_si128(X2, X
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h70 const char *X1, const char *X2);
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp45 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \
46 {X1, X2, X10, X11, OPT_##ID, opt::Option::KIND##Class, \
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h239 static bool isEqual(ImmutableList<T> X1, ImmutableList<T> X2) { argument
240 return X1 == X2;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp83 markSuperRegs(Reserved, RISCV::X2); // sp
188 return TFI->hasFP(MF) ? RISCV::X8 : RISCV::X2;
H A DRISCVFrameLowering.cpp200 static Register getSPReg(const RISCVSubtarget &STI) { return RISCV::X2; }
487 FrameReg = RISCV::X2;
500 FrameReg = RISCV::X2;
593 Register SPReg = RISCV::X2;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp59 Register SP = MRI.getDwarfRegNum(RISCV::X2, true);
/freebsd-13-stable/crypto/openssl/crypto/aria/
H A Daria.c277 static const uint32_t X2[256] = { variable
360 X2[GET_U8_BE(T0, 3)]; \
365 X2[GET_U8_BE(T1, 3)]; \
370 X2[GET_U8_BE(T2, 3)]; \
375 X2[GET_U8_BE(T3, 3)]; \
383 X2[GET_U8_BE(T0, 1)] ^ \
388 X2[GET_U8_BE(T1, 1)] ^ \
393 X2[GET_U8_BE(T2, 1)] ^ \
398 X2[GET_U8_BE(T3, 1)] ^ \
513 (uint8_t)(X2[GET_U8_B
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DDriver.cpp53 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \
54 {X1, X2, X10, X11, OPT_##ID, opt::Option::KIND##Class, \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp48 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \
49 {X1, X2, X10, X11, OPT_##ID, opt::Option::KIND##Class, \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp23 static const MCPhysReg XRegList[] = {AArch64::X0, AArch64::X1, AArch64::X2,
/freebsd-13-stable/sys/crypto/aesni/
H A Daesni_ghash.c164 __m128i X1, __m128i X2, __m128i X3, __m128i X4, __m128i *res)
174 H2_X2_lo = _mm_clmulepi64_si128(H2, X2, 0x00);
183 H2_X2_hi = _mm_clmulepi64_si128(H2, X2, 0x11);
196 tmp5 = _mm_shuffle_epi32(X2, 78);
198 tmp5 = _mm_xor_si128(tmp5, X2);
163 reduce4(__m128i H1, __m128i H2, __m128i H3, __m128i H4, __m128i X1, __m128i X2, __m128i X3, __m128i X4, __m128i *res) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h33 case AArch64::X2: return AArch64::W2;
73 case AArch64::W2: return AArch64::X2;

Completed in 280 milliseconds

12