Home
last modified time | relevance | path

Searched refs:xor1 (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/test/Transforms/Reassociate/
Dxor_reassoc.ll11 define i32 @xor1(i32 %x) {
17 ;CHECK-LABEL: @xor1(
42 %xor1 = xor i32 %xor, %and
43 ret i32 %xor1
48 ;CHECK: %xor1 = xor i32 %xor, %and.ra
55 %xor1 = xor i32 %xor, %and
56 ret i32 %xor1
60 ; CHECK: %xor1 = xor i32 %xor, %and
75 %xor1 = xor i32 %xor, %and
76 ret i32 %xor1
[all …]
/external/llvm-project/llvm/test/Transforms/Reassociate/
Dxor_reassoc.ll12 define i32 @xor1(i32 %x) {
13 ; CHECK-LABEL: @xor1(
80 %xor1 = xor i32 %xor, %and
81 ret i32 %xor1
96 %xor1 = xor <2 x i32> %xor, %and
97 ret <2 x i32> %xor1
110 %xor1 = xor i32 %xor, %and
111 ret i32 %xor1
124 %xor1 = xor <2 x i32> %xor, %and
125 ret <2 x i32> %xor1
[all …]
Dinfloop-deadphi.ll21 %xor0 = xor i16 %xor1, undef
22 %xor1 = xor i16 %xor0, undef
26 %e = phi i16 [ %xor1, %dead ], [ 0, %entry ]
/external/boringssl/src/crypto/fipsmodule/des/
Ddes.c563 uint32_t tout0, tout1, xor0, xor1; in DES_ncbc_encrypt() local
602 c2l(iv, xor1); in DES_ncbc_encrypt()
610 tout1 = tin[1] ^ xor1; in DES_ncbc_encrypt()
614 xor1 = tin1; in DES_ncbc_encrypt()
623 tout1 = tin[1] ^ xor1; in DES_ncbc_encrypt()
626 xor1 = tin1; in DES_ncbc_encrypt()
630 l2c(xor1, iv); in DES_ncbc_encrypt()
664 uint32_t tout0, tout1, xor0, xor1; in DES_ede3_cbc_encrypt() local
709 c2l(iv, xor1); in DES_ede3_cbc_encrypt()
724 tout1 ^= xor1; in DES_ede3_cbc_encrypt()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/des/
Ddes.c563 uint32_t tout0, tout1, xor0, xor1; in DES_ncbc_encrypt() local
602 c2l(iv, xor1); in DES_ncbc_encrypt()
610 tout1 = tin[1] ^ xor1; in DES_ncbc_encrypt()
614 xor1 = tin1; in DES_ncbc_encrypt()
623 tout1 = tin[1] ^ xor1; in DES_ncbc_encrypt()
626 xor1 = tin1; in DES_ncbc_encrypt()
630 l2c(xor1, iv); in DES_ncbc_encrypt()
664 uint32_t tout0, tout1, xor0, xor1; in DES_ede3_cbc_encrypt() local
709 c2l(iv, xor1); in DES_ede3_cbc_encrypt()
724 tout1 ^= xor1; in DES_ede3_cbc_encrypt()
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
DtargetLoweringGeneric.ll13 ; The known set (one) bits for the arguments %xor1 are not the same, so the
30 %xor1 = xor i32 %or1, 268567040 ;0x10020200
32 store i32 %xor1, i32* %i32StarOut
34 %i32SelVal = select i1 %i1In1, i32 %i32In1, i32 %xor1
/external/llvm/test/CodeGen/X86/
DtargetLoweringGeneric.ll13 ; The known set (one) bits for the arguments %xor1 are not the same, so the
30 %xor1 = xor i32 %or1, 268567040 ;0x10020200
32 store i32 %xor1, i32* %i32StarOut
34 %i32SelVal = select i1 %i1In1, i32 %i32In1, i32 %xor1
/external/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.cpp254 pEquation->xor1[0] = x3; in ComputeBankEquation()
256 pEquation->xor1[1] = y6; in ComputeBankEquation()
259 pEquation->xor1[2] = x5; in ComputeBankEquation()
261 pEquation->xor1[3] = x6; in ComputeBankEquation()
266 pEquation->xor1[0] = y6; in ComputeBankEquation()
268 pEquation->xor1[1] = y6; in ComputeBankEquation()
271 pEquation->xor1[2] = x5; in ComputeBankEquation()
273 pEquation->xor1[3] = x6; in ComputeBankEquation()
278 pEquation->xor1[0] = y6; in ComputeBankEquation()
280 pEquation->xor1[1] = y5; in ComputeBankEquation()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
De_rc2.c234 uint32_t tout0, tout1, xor0, xor1; in RC2_cbc_encrypt() local
271 c2l(iv, xor1); in RC2_cbc_encrypt()
280 tout1 = tin[1] ^ xor1; in RC2_cbc_encrypt()
284 xor1 = tin1; in RC2_cbc_encrypt()
293 tout1 = tin[1] ^ xor1; in RC2_cbc_encrypt()
296 xor1 = tin1; in RC2_cbc_encrypt()
299 l2c(xor1, iv); in RC2_cbc_encrypt()
/external/boringssl/src/crypto/cipher_extra/
De_rc2.c234 uint32_t tout0, tout1, xor0, xor1; in RC2_cbc_encrypt() local
271 c2l(iv, xor1); in RC2_cbc_encrypt()
280 tout1 = tin[1] ^ xor1; in RC2_cbc_encrypt()
284 xor1 = tin1; in RC2_cbc_encrypt()
293 tout1 = tin[1] ^ xor1; in RC2_cbc_encrypt()
296 xor1 = tin1; in RC2_cbc_encrypt()
299 l2c(xor1, iv); in RC2_cbc_encrypt()
/external/boringssl/src/decrepit/blowfish/
Dblowfish.c158 uint32_t tout0, tout1, xor0, xor1; in BF_cbc_encrypt() local
196 n2l(ivec, xor1); in BF_cbc_encrypt()
205 tout1 = tin[1] ^ xor1; in BF_cbc_encrypt()
209 xor1 = tin1; in BF_cbc_encrypt()
219 tout1 = tin[1] ^ xor1; in BF_cbc_encrypt()
222 xor1 = tin1; in BF_cbc_encrypt()
225 l2n(xor1, ivec); in BF_cbc_encrypt()
227 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in BF_cbc_encrypt()
/external/rust/crates/quiche/deps/boringssl/src/decrepit/blowfish/
Dblowfish.c158 uint32_t tout0, tout1, xor0, xor1; in BF_cbc_encrypt() local
196 n2l(ivec, xor1); in BF_cbc_encrypt()
205 tout1 = tin[1] ^ xor1; in BF_cbc_encrypt()
209 xor1 = tin1; in BF_cbc_encrypt()
219 tout1 = tin[1] ^ xor1; in BF_cbc_encrypt()
222 xor1 = tin1; in BF_cbc_encrypt()
225 l2n(xor1, ivec); in BF_cbc_encrypt()
227 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in BF_cbc_encrypt()
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dxor2.ll73 %xor1 = xor i32 %shr, 1
74 %add = add i32 %xor1, %xor
176 %xor1 = xor i32 %B, %A
179 %and = and i32 %xor1, %xor2
187 %xor1 = xor i32 %B, %A
190 %and = and i32 %xor2, %xor1
202 %xor1 = xor i32 %A, %B
205 %and = and i32 %xor1, %xor2
217 %xor1 = xor i32 %A, %B
220 %and = and i32 %xor2, %xor1
[all …]
Ddont-distribute-phi.ll28 %xor1 = xor i1 %cmp1, true
29 %and1 = and i1 %phi1, %xor1
Dor-xor.ll100 %xor1 = xor i32 %B, %A
103 %or = or i32 %xor1, %xor2
111 %xor1 = xor i32 %B, %A
114 %or = or i32 %xor2, %xor1
286 %xor1 = xor i8 %x, 33
287 %or = or i8 %xor1, 7
313 %xor1 = xor i8 %B, %A
316 %or = or i8 %xor1, %xor2
330 %xor1 = xor i8 %B, %A
333 %or = or i8 %xor2, %xor1
/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp1392 pEquation->xor1[i].value = 0; in ConvertSwizzlePatternToEquation()
1466 ADDR_ASSERT(pEquation->xor1[i].value == 0); in ConvertSwizzlePatternToEquation()
1468 pEquation->xor1[i].channel = 0; in ConvertSwizzlePatternToEquation()
1469 pEquation->xor1[i].valid = 1; in ConvertSwizzlePatternToEquation()
1470 pEquation->xor1[i].index = Log2(xHi) + elemLog2; in ConvertSwizzlePatternToEquation()
1483 ADDR_ASSERT(pEquation->xor1[i].value == 0); in ConvertSwizzlePatternToEquation()
1484 pEquation->xor1[i].channel = 1; in ConvertSwizzlePatternToEquation()
1485 pEquation->xor1[i].valid = 1; in ConvertSwizzlePatternToEquation()
1486 pEquation->xor1[i].index = Log2(yHi); in ConvertSwizzlePatternToEquation()
1557 if (pEquation->xor1[i].value == 0) in ConvertSwizzlePatternToEquation()
[all …]
/external/llvm/test/CodeGen/AArch64/
Deon.ll26 %xor1 = xor i64 %c, %neg
27 %shl2 = shl i64 %xor, %xor1
/external/llvm/test/Analysis/ScalarEvolution/
Dscev-invalid.ll20 %xor1 = xor i32 0, 1
27 %phi1 = phi i32 [ %add1, %b18 ], [ %xor1, %b17 ]
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/
Dscev-invalid.ll20 %xor1 = xor i32 0, 1
27 %phi1 = phi i32 [ %add1, %b18 ], [ %xor1, %b17 ]
/external/rust/crates/quiche/deps/boringssl/src/decrepit/cast/
Dcast.c172 uint32_t tout0, tout1, xor0, xor1; in CAST_cbc_encrypt() local
210 n2l(iv, xor1); in CAST_cbc_encrypt()
219 tout1 = tin[1] ^ xor1; in CAST_cbc_encrypt()
223 xor1 = tin1; in CAST_cbc_encrypt()
233 tout1 = tin[1] ^ xor1; in CAST_cbc_encrypt()
236 xor1 = tin1; in CAST_cbc_encrypt()
239 l2n(xor1, iv); in CAST_cbc_encrypt()
241 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in CAST_cbc_encrypt()
/external/boringssl/src/decrepit/cast/
Dcast.c172 uint32_t tout0, tout1, xor0, xor1; in CAST_cbc_encrypt() local
210 n2l(iv, xor1); in CAST_cbc_encrypt()
219 tout1 = tin[1] ^ xor1; in CAST_cbc_encrypt()
223 xor1 = tin1; in CAST_cbc_encrypt()
233 tout1 = tin[1] ^ xor1; in CAST_cbc_encrypt()
236 xor1 = tin1; in CAST_cbc_encrypt()
239 l2n(xor1, iv); in CAST_cbc_encrypt()
241 tin0 = tin1 = tout0 = tout1 = xor0 = xor1 = 0; in CAST_cbc_encrypt()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Deon.ll29 %xor1 = xor i64 %c, %neg
30 %shl2 = shl i64 %xor, %xor1
Doptimize-imm.ll54 ; CHECK-LABEL: xor1:
58 define i32 @xor1(i32 %a) {
/external/llvm-project/llvm/test/Transforms/SCCP/
Dapint-xor.ll5 define void@xor1(i1 %cmp) {
6 ; CHECK-LABEL: @xor1(
/external/llvm/test/Transforms/InstCombine/
Dxor2.ll62 %xor1 = xor i32 %shr, 1
63 %add = add i32 %xor1, %xor
132 %xor1 = xor i32 %B, %A
135 %and = and i32 %xor1, %xor2

12