Searched +full:0 +full:x1a5 (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | select_const.ll | 9 ; select Cond, 0, 1 --> zext (!Cond) 13 ; X86: # %bb.0: 14 ; X86-NEXT: movzbl {{[0-9]+}}(%esp), %eax 21 ; X64: # %bb.0: 26 %sel = select i1 %cond, i32 0, i32 1 32 ; X86: # %bb.0: 33 ; X86-NEXT: movzbl {{[0-9]+}}(%esp), %eax 39 ; X64: # %bb.0: 43 %sel = select i1 %cond, i32 0, i32 1 49 ; X86: # %bb.0 [all...] |
/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | select_const.ll | 7 ; select Cond, 0, 1 --> zext (!Cond) 11 ; CHECK: // %bb.0: 12 ; CHECK-NEXT: mov w8, #1 // =0x1 15 %sel = select i1 %cond, i32 0, i32 1 21 ; CHECK: // %bb.0: 22 ; CHECK-NEXT: eor w0, w0, #0x1 24 %sel = select i1 %cond, i32 0, i32 1 30 ; CHECK: // %bb.0: 31 ; CHECK-NEXT: mov w8, #1 // =0x1 34 %sel = select i1 %cond, i32 0, i32 1 [all …]
|
/llvm-project/llvm/test/tools/llvm-readtapi/Inputs/ |
H A D | mixed-swift-objc.yaml | 3 magic: 0xFEEDFACF 4 cputype: 0x1000007 5 cpusubtype: 0x3 6 filetype: 0x6 9 flags: 0x110085 10 reserved: 0x0 15 vmaddr: 0 17 fileoff: 0 22 flags: 0 26 addr: 0x1B30 [all …]
|
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
H A D | prettyprint_types.s | 60 # tv<bool, true>, tv<bool, false>, tv<short, 0>, tv<unsigned short, 0>, 61 # tv<int, 0>, tv<long, 0L>, tv<long long, 0LL>, tv<unsigned, 0U>, 62 # tv<unsigned long, 0UL>, tv<unsigned long long, 0ULL> 143 # CHECK: DW_AT_type{{.*}}"tv<e1, (e1)0>") 145 # CHECK: DW_AT_type{{.*}}"tv<e2, (e2)0>") 156 # CHECK: DW_AT_type{{.*}}"tv<short, (short)0>" 157 # CHECK: DW_AT_type{{.*}}"tv<unsigned short, (unsigned short)0>" 158 # CHECK: DW_AT_type{{.*}}"tv<int, 0>" 159 # CHECK: DW_AT_type{{.*}}"tv<long, 0L>" 160 # CHECK: DW_AT_type{{.*}}"tv<long long, 0LL>" [all …]
|
/llvm-project/libc/src/math/generic/ |
H A D | common_constants.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 16 // Lookup table for (1/f) where f = 1 + n*2^(-7), n = 0..127. 18 0x1.0000000000000p+0, 0x1.fc07f01fc07f0p-1, 0x1.f81f81f81f820p-1, 19 0x1.f44659e4a4271p-1, 0x1.f07c1f07c1f08p-1, 0x1.ecc07b301ecc0p-1, 20 0x [all...] |