Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/minix/crypto/external/bsd/openssl/dist/crypto/seed/
H A Dseed.c564 seed_word x1, x2, x3, x4; in private_SEED_set_key() local
568 char2word(rawkey + 4, x2); in private_SEED_set_key()
573 t1 = (x2 - x4 + KC0) & 0xffffffff; in private_SEED_set_key()
624 seed_word x1, x2, x3, x4; in SEED_encrypt() local
628 char2word(s + 4, x2); in SEED_encrypt()
633 E_SEED(t0, t1, x1, x2, x3, x4, 0); in SEED_encrypt()
634 E_SEED(t0, t1, x3, x4, x1, x2, 2); in SEED_encrypt()
662 word2char(x2, d + 12); in SEED_encrypt()
669 seed_word x1, x2, x3, x4; in SEED_decrypt() local
673 char2word(s + 4, x2); in SEED_decrypt()
[all …]
/minix/external/bsd/llvm/dist/llvm/test/MC/AArch64/
H A Darm64-logical-encoding.s11 and x1, x2, #15
16 ands x1, x2, #15
29 eor x1, x2, #0x8000
51 and x1, x2, x3
73 ands x1, x2, x3
95 bic x1, x2, x3
117 bics x1, x2, x3
139 eon x1, x2, x3
161 eor x1, x2, x3
183 orr x1, x2, x3
[all …]
H A Darm64-memory.s10 ldr x2, [sp, #32]
21 ldrsb x2, [sp, #128]
29 prfm pldl1keep, [x2]
30 prfm pldl1strm, [x2]
31 prfm pldl2keep, [x2]
32 prfm pldl2strm, [x2]
33 prfm pldl3keep, [x2]
34 prfm pldl3strm, [x2]
35 prfm pstl1keep, [x2]
111 ldur x2, [x3]
[all …]
H A Darm64-arithmetic-encoding.s9 adc x1, x2, x3
19 sbc x1, x2, x3
21 sbcs x1, x2, x3
164 ; CHECK: add x2, x2, x2 ; encoding: [0x42,0x00,0x02,0x8b]
205 add sp, x2, x3
433 cls x1, x2
435 clz x1, x2
437 rbit x1, x2
439 rev x1, x2
441 rev16 x1, x2
[all …]
H A Darm64-bitfield-encoding.s9 bfm x1, x2, #1, #15
11 sbfm x1, x2, #1, #15
13 ubfm x1, x2, #1, #15
20 ; CHECK: bfxil x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0xb3]
22 ; CHECK: sbfx x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0x93]
24 ; CHECK: ubfx x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0xd3]
35 extr x2, x3, x4, #1
38 ; CHECK: extr x2, x3, x4, #1 ; encoding: [0x62,0x04,0xc4,0x93]
H A Dbasic-a64-diagnostics.s9 add x2, x3, x5, sxtb
10 add x2, x4, w2, uxtx
607 adc x1, sp, x2
659 sbc x1, sp, x2
700 ngc x2, sp
717 ngcs x2, sp
832 sxtb x3, x2
848 uxtb x2, sp
1430 cls sp, x2
3771 eret x2
[all …]
H A Dneon-simd-post-ldst-multi-elem.s9 ld1 { v15.8h }, [x15], x2
12 ld1 { v0.8b }, [x0], x2
38 ld1 { v15.8h, v16.8h }, [x15], x2
41 ld1 { v0.8b, v1.8b }, [x0], x2
125 ld2 { v15.8h, v16.8h }, [x15], x2
128 ld2 { v0.8b, v1.8b }, [x0], x2
202 st1 { v15.8h }, [x15], x2
205 st1 { v0.8b }, [x0], x2
231 st1 { v15.8h, v16.8h }, [x15], x2
234 st1 { v0.8b, v1.8b }, [x0], x2
[all …]
/minix/external/bsd/llvm/dist/llvm/test/Bitcode/
H A DmiscInstructions.3.2.ll70 %res1 = icmp eq i32 %x1, %x2
73 %res2 = icmp ne i32 %x1, %x2
76 %res3 = icmp ugt i32 %x1, %x2
79 %res4 = icmp uge i32 %x1, %x2
82 %res5 = icmp ult i32 %x1, %x2
85 %res6 = icmp ule i32 %x1, %x2
88 %res7 = icmp sgt i32 %x1, %x2
91 %res8 = icmp sge i32 %x1, %x2
94 %res9 = icmp slt i32 %x1, %x2
97 %res10 = icmp sle i32 %x1, %x2
[all …]
H A DbinaryFloatInstructions.3.2.ll8 define void @fadd(float %x1, double %x2 ,half %x3, fp128 %x4, x86_fp80 %x5, ppc_fp128 %x6){
13 ; CHECK-NEXT: %res2 = fadd double %x2, %x2
14 %res2 = fadd double %x2, %x2
31 define void @faddFloatVec(<2 x float> %x1, <3 x float> %x2 ,<4 x float> %x3, <8 x float> %x4, <16 x…
36 ; CHECK-NEXT: %res2 = fadd <3 x float> %x2, %x2
37 %res2 = fadd <3 x float> %x2, %x2
56 ; CHECK-NEXT: %res2 = fadd <3 x double> %x2, %x2
57 %res2 = fadd <3 x double> %x2, %x2
71 define void @faddHalfVec(<2 x half> %x1, <3 x half> %x2 ,<4 x half> %x3, <8 x half> %x4, <16 x half…
76 ; CHECK-NEXT: %res2 = fadd <3 x half> %x2, %x2
[all …]
H A DbinaryIntInstructions.3.2.ll8 define void @add(i1 %x1, i8 %x2 ,i16 %x3, i32 %x4, i64 %x5){
13 ; CHECK-NEXT: %res2 = add i8 %x2, %x2
14 %res2 = add i8 %x2, %x2
42 ; CHECK-NEXT: %res2 = add nuw nsw <3 x i8> %x2, %x2
43 %res2 = add nuw nsw <3 x i8> %x2, %x2
62 ; CHECK-NEXT: %res2 = add nuw nsw <3 x i16> %x2, %x2
63 %res2 = add nuw nsw <3 x i16> %x2, %x2
82 ; CHECK-NEXT: %res2 = add nuw nsw <3 x i32> %x2, %x2
83 %res2 = add nuw nsw <3 x i32> %x2, %x2
102 ; CHECK-NEXT: %res2 = add nuw nsw <3 x i64> %x2, %x2
[all …]
/minix/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dpopcountdi2.c22 du_int x2 = (du_int)a; in __popcountdi2() local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL); in __popcountdi2()
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL); in __popcountdi2()
27 x2 = (x2 + (x2 >> 4)) & 0x0F0F0F0F0F0F0F0FuLL; in __popcountdi2()
29 su_int x = (su_int)(x2 + (x2 >> 32)); in __popcountdi2()
/minix/common/lib/libc/arch/aarch64/string/
H A Dmemcpy.S41 cbz x2, .Lmemcpy_ret
43 cmp x2, #7
54 add x2, x2, x3 /* add unalignment to length */
55 sub x2, x2, #8 /* now subtract a dword */
72 subs x2, x2, #32
80 cbz x2, .Lmemcpy_ret
81 subs x2, x2, #32
88 tbz x2, #4, .Lmemcpy_last_qword
96 tbz x2, #3, .Lmemcpy_last_dword
104 tbz x2, #2, .Lmemcpy_last_word
[all …]
H A Dmemcmp.S40 cbz x2, .Lmemcmp_ret
42 cmp x2, #6
45 cmp x2, #7
54 add x2, x2, x3 /* add unalignment to length */
55 sub x2, x2, #8 /* now subtract a dword */
81 subs x2, x2, #8
97 tst x2, #7
102 tbz x2, #2, .Lmemcmp_finish_word
111 tbz x2, #1, .Lmemcmp_finish_hword
138 sub x2, x2, #1
[all …]
H A Dmemset.S35 cbz x2, .Lret
75 subs x2, x2, x5
83 subs x2, x2, #16
94 tbz x2, #3, .Llast_subdword
97 tbz x2, #2, .Llast_subword
100 tbz x2, #1, .Llast_subhword
103 tbz x2, #0, .Lret
133 add x13, x15, x2 /* get ending address */
146 sub x2, x2, x7 /* subtract that from length */
188 subs x2, x2, x10
[all …]
/minix/external/bsd/tcpdump/dist/tests/
H A Dforces2vv.out60 Standalone(0x0), EndofTransaction(0x2)
75 Standalone(0x0), EndofTransaction(0x2)
102 SrcID 0x40000003(CE) DstID 0x2(FE) Correlator 0x2
105 Standalone(0x0), EndofTransaction(0x2)
117 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x2
159 Standalone(0x0), EndofTransaction(0x2)
189 Standalone(0x0), EndofTransaction(0x2)
204 Standalone(0x0), EndofTransaction(0x2)
219 Standalone(0x0), EndofTransaction(0x2)
339 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x2
[all …]
H A Dforces2vvv.out60 Standalone(0x0), EndofTransaction(0x2)
75 Standalone(0x0), EndofTransaction(0x2)
126 SrcID 0x40000003(CE) DstID 0x2(FE) Correlator 0x2
129 Standalone(0x0), EndofTransaction(0x2)
141 SrcID 0x2(FE) DstID 0x40000003(CE) Correlator 0x2
159 Standalone(0x0), EndofTransaction(0x2)
213 Standalone(0x0), EndofTransaction(0x2)
265 Standalone(0x0), EndofTransaction(0x2)
293 Standalone(0x0), EndofTransaction(0x2)
345 Standalone(0x0), EndofTransaction(0x2)
[all …]
/minix/crypto/external/bsd/openssl/dist/crypto/rc2/
H A Drc2_cbc.c141 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local
148 x2 = (RC2_INT) l & 0xffff; in RC2_encrypt()
161 x2 = (t << 3) | (t >> 13); in RC2_encrypt()
162 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff; in RC2_encrypt()
172 x2 += p1[x1 & 0x3f]; in RC2_encrypt()
173 x3 += p1[x2 & 0x3f]; in RC2_encrypt()
187 register RC2_INT x0, x1, x2, x3, t; in RC2_decrypt() local
194 x2 = (RC2_INT) l & 0xffff; in RC2_decrypt()
204 x3 = (t - (x0 & ~x2) - (x1 & x2) - *(p0--)) & 0xffff; in RC2_decrypt()
205 t = ((x2 << 13) | (x2 >> 3)) & 0xffff; in RC2_decrypt()
[all …]
/minix/external/bsd/llvm/dist/llvm/test/MC/Disassembler/AArch64/
H A Darm64-logical.txt21 # CHECK: and x1, x2, #0xf
26 # CHECK: ands x1, x2, #0xf
27 # CHECK: tst x2, #0xf
61 # CHECK: and x1, x2, x3
83 # CHECK: ands x1, x2, x3
105 # CHECK: bic x1, x2, x3
127 # CHECK: bics x1, x2, x3
149 # CHECK: eon x1, x2, x3
171 # CHECK: eor x1, x2, x3
193 # CHECK: orr x1, x2, x3
[all …]
/minix/external/bsd/llvm/dist/clang/test/CXX/special/class.copy/
H A Dp33-0x.cpp11 X x2; in return_by_move() local
15 return x2; in return_by_move()
21 X x2; in throw_move_only() local
23 throw x2; in throw_move_only()
36 X x2; in f() local
38 throw x2; // okay in f()
48 T x2; in f2() local
50 throw x2; // okay in f2()
/minix/external/bsd/libc++/dist/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
H A Dhash.pass.cpp27 std::string x2("12345"); in main() local
30 != f.hash(x2.data(), x2.data() + x2.size())); in main()
34 std::wstring x2(L"12345"); in main() local
37 != f.hash(x2.data(), x2.data() + x2.size())); in main()
/minix/external/bsd/libc++/dist/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
H A Dhash.pass.cpp29 std::string x2("12345"); in main() local
32 != f.hash(x2.data(), x2.data() + x2.size())); in main()
36 std::wstring x2(L"12345"); in main() local
39 != f.hash(x2.data(), x2.data() + x2.size())); in main()
/minix/external/bsd/libc++/dist/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
H A Dhash.pass.cpp27 std::string x2("12345"); in main() local
30 != f.hash(x2.data(), x2.data() + x2.size())); in main()
34 std::wstring x2(L"12345"); in main() local
37 != f.hash(x2.data(), x2.data() + x2.size())); in main()
/minix/external/bsd/libc++/dist/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
H A Dhash.pass.cpp29 std::string x2("12345"); in main() local
32 != f.hash(x2.data(), x2.data() + x2.size())); in main()
36 std::wstring x2(L"12345"); in main() local
39 != f.hash(x2.data(), x2.data() + x2.size())); in main()
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A Dstack-addr-ps.cpp38 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in get_reference3() local
39 …return x2; // expected-warning{{Address of stack memory associated with temporary object of type '… in get_reference3()
50 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f2() local
51 …return &x2; // expected-warning{{Address of stack memory associated with local variable 'x1' retur… in f2()
56 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}} in f3() local
57 …return x2; // expected-warning {{address of stack memory associated with local variable 'x1' retur… in f3()
62 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f4() local
63 …return &x2; // expected-warning{{Address of stack memory associated with temporary object of type … in f4()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Darm64-long-shift.ll5 ; CHECK: lsl [[XREG_0:x[0-9]+]], x1, x2
7 ; CHECK-NEXT: sub [[XREG_2:x[0-9]+]], x[[XREG_1]], x2
10 ; CHECK-NEXT: sub [[XREG_4:x[0-9]+]], x2, #64
14 ; CHECK-NEXT: lsl [[SMALLSHIFT_LO:x[0-9]+]], x0, x2
24 ; CHECK: lsr [[XREG_0:x[0-9]+]], x0, x2
26 ; CHECK-NEXT: sub [[XREG_2:x[0-9]+]], x[[XREG_1]], x2
29 ; CHECK-NEXT: sub [[XREG_5:x[0-9]+]], x2, #64
33 ; CHECK-NEXT: asr [[SMALLSHIFT_HI:x[0-9]+]], x1, x2
44 ; CHECK: lsr [[XREG_0:x[0-9]+]], x0, x2
49 ; CHECK-NEXT: sub [[XREG_5:x[0-9]+]], x2, #64
[all …]

12345678910>>...18