| /minix3/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ |
| H A D | sha512-ppc.S | 142 and 5,13,12 155 and 5,8,9 156 and 6,8,10 160 and 6,9,10 171 and 5,12,11 184 and 5,15,8 185 and 6,15,9 189 and 6,8,9 200 and 5,11,10 213 and 5,14,15 [all …]
|
| H A D | sha1-ppc.S | 117 and 15,9,8 127 and 15,8,7 137 and 15,7,12 147 and 15,12,11 157 and 15,11,10 167 and 15,10,9 177 and 15,9,8 187 and 15,8,7 197 and 15,7,12 207 and 15,12,11 [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/ |
| H A D | and-02.ll | 10 %and = and i32 %a, 1 11 ret i32 %and 19 %and = and i32 %b, 1 20 ret i32 %and 28 %and = and i32 %b, 4 29 ret i32 %and 37 %and = and i32 %a, 5 38 ret i32 %and 46 %and = and i32 %b, 5 47 ret i32 %and [all …]
|
| H A D | and-04.ll | 10 %and = and i64 %a, 1 11 ret i64 %and 19 %and = and i64 %a, 65534 20 ret i64 %and 28 %and = and i64 %b, 65535 29 ret i64 %and 37 %and = and i64 %a, 65536 38 ret i64 %and 46 %and = and i64 %a, 4294967294 47 ret i64 %and [all …]
|
| H A D | risbg-01.ll | 12 %and = and i32 %shr, 1 13 ret i32 %and 16 ; ...and again with i64. 22 %and = and i64 %shr, 1 23 ret i64 %and 32 %and = and i32 %shr, 12 33 ret i32 %and 36 ; ...and again with i64. 42 %and = and i64 %shr, 12 43 ret i64 %and [all …]
|
| H A D | rnsbg-01.ll | 11 %and = and i32 %a, %orb 12 ret i32 %and 15 ; ...and again with i64. 21 %and = and i64 %a, %orb 22 ret i64 %and 31 %and = and i32 %a, %orb 32 ret i32 %and 35 ; ...and again with i64. 41 %and = and i64 %a, %orb 42 ret i64 %and [all …]
|
| H A D | insert-04.ll | 12 %and = and i64 %a, 18446744073709486080 13 %or = or i64 %and, 1 23 %and = and i64 %a, -65536 24 %or = or i64 %and, 32769 35 %and = and i64 %a, 18446744073709486080 36 %or = or i64 %and, 65534 46 %and = and i64 %a, 18446744069414649855 47 %or = or i64 %and, 65536 57 %and = and i64 %a, -4294901761 58 %or = or i64 %and, 2147418112 [all …]
|
| H A D | and-08.ll | 18 %and = and i8 %val, %old 19 store i8 %and, i8 *%ptr2 23 ; ...and again in reverse. 31 %and = and i8 %old, %val 32 store i8 %and, i8 *%ptr2 36 ; Test i8 cases where one value is zero-extended to 32 bits and the other 47 %and = and i32 %extval, %extold 48 %trunc = trunc i32 %and to i8 53 ; ...and again with the extension types reversed. 63 %and = and i32 %extval, %extold [all …]
|
| H A D | insert-05.ll | 11 %and = and i64 %a, 18446744069414584320 12 %or = or i64 %and, 1 22 %and = and i64 %a, 18446744069414584320 23 %or = or i64 %and, 32767 33 %and = and i64 %a, 18446744069414584320 34 %or = or i64 %and, 32768 44 %and = and i64 %a, 18446744069414584320 45 %or = or i64 %and, 65536 55 %and = and i64 %a, 18446744069414584320 56 %or = or i64 %and, 4294934527 [all …]
|
| H A D | and-01.ll | 13 %and = and i32 %a, %b 14 ret i32 %and 23 %and = and i32 %a, %b 24 ret i32 %and 34 %and = and i32 %a, %b 35 ret i32 %and 45 %and = and i32 %a, %b 46 ret i32 %and 56 %and = and i32 %a, %b 57 ret i32 %and [all …]
|
| H A D | and-05.ll | 11 %and = and i8 %val, -255 12 store i8 %and, i8 *%ptr 22 %and = and i8 %val, -2 23 store i8 %and, i8 *%ptr 33 %and = and i8 %val, 1 34 store i8 %and, i8 *%ptr 44 %and = and i8 %val, 254 45 store i8 %and, i8 *%ptr 56 %and = and i8 %val, 127 57 store i8 %and, i8 *%ptr [all …]
|
| H A D | and-03.ll | 13 %and = and i64 %a, %b 14 ret i64 %and 23 %and = and i64 %a, %b 24 ret i64 %and 34 %and = and i64 %a, %b 35 ret i64 %and 47 %and = and i64 %a, %b 48 ret i64 %and 58 %and = and i64 %a, %b 59 ret i64 %and [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/ |
| H A D | bit-checks.ll | 8 %and = and i32 %argc, 1 ; <i32> [#uses=1] 9 %tobool = icmp ne i32 %and, 0 ; <i1> [#uses=1] 10 %and2 = and i32 %argc, 2 ; <i32> [#uses=1] 12 %or.cond = and i1 %tobool, %tobool3 ; <i1> [#uses=1] 19 %and = and i32 %argc, 1 ; <i32> [#uses=1] 20 %tobool = icmp eq i32 %and, 0 ; <i1> [#uses=1] 21 %and2 = and i32 %argc, 2 ; <i32> [#uses=1] 35 %and = and i32 %argc, 7 ; <i32> [#uses=1] 36 %tobool = icmp eq i32 %and, 0 ; <i1> [#uses=1] 37 %and2 = and i32 %argc, 48 ; <i32> [#uses=1] [all …]
|
| H A D | icmp-logical.ll | 5 ; CHECK: [[MASK:%.*]] = and i32 %A, 7 7 ; CHECK-NOT: and i32 %A, 39 10 %mask1 = and i32 %A, 7 13 %mask2 = and i32 %A, 39 16 %res = and i1 %tst1, %tst2 22 ; CHECK: [[MASK:%.*]] = and i32 %A, 7 24 ; CHECK-NOT: and i32 %A, 39 27 %mask1 = and i32 %A, 7 30 %mask2 = and i32 %A, 39 39 ; CHECK: [[MASK:%.*]] = and i32 %A, 7 [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstSimplify/ |
| H A D | select.ll | 4 %and = and i32 %x, 1 5 %cmp = icmp eq i32 %and, 0 6 %and1 = and i32 %x, -2 14 %and = and i32 %x, 1 15 %cmp = icmp ne i32 %and, 0 16 %and1 = and i32 %x, -2 24 %and = and i32 %x, 1 25 %cmp = icmp ne i32 %and, 0 26 %and1 = and i32 %x, -2 30 ; CHECK: %[[and:.*]] = and i32 %x, -2 [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | rotate4.ll | 8 ; CHECK-NOT: and 11 %and = and i32 %b, 31 12 %shl = shl i32 %a, %and 14 %and3 = and i32 %0, 31 22 ; CHECK-NOT: and 25 %and = and i32 %b, 31 26 %shl = lshr i32 %a, %and 28 %and3 = and i32 %0, 31 36 ; CHECK-NOT: and 39 %and = and i64 %b, 63 [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/ |
| H A D | mips64extins.ll | 9 %and = and i64 %shr, 1023 10 ret i64 %and 17 %and = and i64 %shr, 63 18 ret i64 %and 25 %and = and i64 %shr, 17179869183 26 ret i64 %and 33 %and = and i64 %shl2, 261888 34 %and3 = and i64 %i, -261889 35 %or = or i64 %and3, %and 43 %and = and i64 %shl4, 8796093021184 [all …]
|
| H A D | nacl-mask.s | 9 # Test that address-masking sandboxing is added before indirect branches and 23 # CHECK: and $4, $4, $14 26 # Check that additional nop is inserted, to align mask and jr to the next 32 # CHECK: and $ra, $ra, $14 60 # CHECK: and $1, $1, $15 63 # Check that additional nop is inserted, to align mask and load to the next 69 # CHECK: and $2, $2, $15 72 # CHECK: and $3, $3, $15 75 # CHECK: and $4, $4, $15 78 # CHECK: and $5, $5, $15 [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/ |
| H A D | mips64extins.ll | 7 %and = and i64 %shr, 1023 8 ret i64 %and 15 %and = and i64 %shr, 17179869183 16 ret i64 %and 23 %and = and i64 %shr, 63 24 ret i64 %and 31 %and = and i64 %shl2, 261888 32 %and3 = and i64 %i, -261889 33 %or = or i64 %and3, %and 41 %and = and i64 %shl4, 8796093021184 [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/ |
| H A D | bperm.ll | 44 %and = and i64 %0, 5963776000 45 ret i64 %and 51 ; CHECK: and 3, [[REG3]], [[REG2]] 58 %and = and i64 %0, 133434808670355456 59 ret i64 %and 67 ; CHECK: and 3, [[REG5]], [[REG4]] 74 %and = and i64 %0, 191795733152661504 75 ret i64 %and 82 ; CHECK: and 3, [[REG4]], [[REG3]] 89 %and = and i64 %0, 58195968 [all …]
|
| /minix3/lib/libc/gdtoa/test/ |
| H A D | dIsi.out | 3 strtodI consumes 4 bytes and returns 17 9 strtodI consumes 8 bytes and returns 1 15 strtodI consumes 8 bytes and returns 33 21 strtodI consumes 10 bytes and returns 17 27 strtodI consumes 14 bytes and returns 17 33 strtodI consumes 8 bytes and returns 17 39 strtodI consumes 8 bytes and returns 33 45 strtodI consumes 14 bytes and returns 17 51 strtodI consumes 14 bytes and returns 17 57 strtodI consumes 20 bytes and returns 17 [all …]
|
| H A D | dI.out | 3 strtodI consumes 4 bytes and returns 17 9 strtodI consumes 8 bytes and returns 1 15 strtodI consumes 8 bytes and returns 33 21 strtodI consumes 10 bytes and returns 17 27 strtodI consumes 14 bytes and returns 17 33 strtodI consumes 8 bytes and returns 17 39 strtodI consumes 8 bytes and returns 33 45 strtodI consumes 14 bytes and returns 17 51 strtodI consumes 14 bytes and returns 17 57 strtodI consumes 20 bytes and returns 17 [all …]
|
| H A D | f.out | 3 strtof consumes 4 bytes and returns 1.23 = #3f9d70a4 13 strtof consumes 8 bytes and returns 1.23e+20 = #60d55ef9 23 strtof consumes 8 bytes and returns 1.23e-20 = #1e685726 33 strtof consumes 10 bytes and returns 1.2345679 = #3f9e0652 43 strtof consumes 14 bytes and returns 1.2345659e+20 = #60d629bd 53 strtof consumes 8 bytes and returns 1.23e+30 = #71786582 63 strtof consumes 8 bytes and returns 1.23e-30 = #dc79433 73 strtof consumes 14 bytes and returns 1.2345679e-20 = #1e69340a 83 strtof consumes 14 bytes and returns 1.2345679e-30 = #dc851f2 93 strtof consumes 20 bytes and returns 1.2345679 = #3f9e0652 [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/Reassociate/ |
| H A D | xor_reassoc.ll | 18 ;CHECK: %and.ra = and i32 %x, 435 19 ;CHECK: %xor = xor i32 %and.ra, 435 25 %and = and i32 %x, 123 26 %xor = xor i32 %and, %y 27 %and1 = and i32 %x, 456 32 ;CHECK: %and.ra = and i32 %x, 435 33 ;CHECK: %xor2 = xor i32 %and.ra, %y 41 %and = and i32 %x, 456 42 %xor1 = xor i32 %xor, %and 46 ;CHECK: %and.ra = and i32 %x, -436 [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/R600/ |
| H A D | and.ll | 16 %result = and <2 x i32> %a, %b 36 %result = and <4 x i32> %a, %b 44 %and = and i32 %a, %b 45 store i32 %and, i32 addrspace(1)* %out, align 4 52 %and = and i32 %a, 1234567 53 store i32 %and, i32 addrspace(1)* %out, align 4 62 %and = and i32 %a, %b 63 store i32 %and, i32 addrspace(1)* %out, align 4 71 %and = and i32 %a, 1234567 72 store i32 %and, i32 addrspace(1)* %out, align 4 [all …]
|