Searched +full:0 +full:x1ac (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/test/MC/MachO/ |
H A D | absolutize.s | 28 .long 0 30 .long 0 32 .long 0 34 .long 0 55 // CHECK: Magic: Magic (0xFEEDFACE) 56 // CHECK: CpuType: X86 (0x7) 57 // CHECK: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3) 58 // CHECK: FileType: Relocatable (0x1) 61 // CHECK: Flags [ (0x0) 66 // CHECK: Index: 0 [all …]
|
/llvm-project/llvm/test/DebugInfo/COFF/ |
H A D | multifunction.ll | 28 ; X86: .cv_loc 0 1 4 42 # source.c:4:42 30 ; X86: .cv_loc 0 1 5 43 # source.c:5:43 72 ; X86-NEXT: .long 0 73 ; X86-NEXT: .long 0 74 ; X86-NEXT: .long 0 76 ; X86-NEXT: .long 0 77 ; X86-NEXT: .long 0 88 ; X86-NEXT: .long 0 # FrameSize 89 ; X86-NEXT: .long 0 # Padding 90 ; X86-NEXT: .long 0 # Offset of padding [all …]
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrFormats.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 48 field bits<16> SoftFail = 0; 49 bits<6> Opcode = 0x0; 63 let Inst{15-10} = 0x01; 67 let Inst{0} = funct; 80 let Inst{3-0} = imm; 89 let Inst{15-10} = 0x11; 92 let Inst{2-0} = rs; 102 let Inst{15-10} = 0x09; 106 let Inst{0} = funct; [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/MC/ELF/AArch64/ |
H A D | cfi.s | 7 // ASM: .cfi_personality 0, foo 13 .cfi_lsda 0x3, bar 19 .cfi_personality 0x00, foo 20 .cfi_lsda 0x3, bar 26 .cfi_lsda 0x3, bar 33 .cfi_personality 0x00, foo 34 .cfi_lsda 0x2, bar 40 .cfi_personality 0x02, foo 46 .cfi_personality 0x03, foo 52 .cfi_personality 0x0 [all...] |
/llvm-project/lld/test/wasm/ |
H A D | many-functions.ll | 23 ; CHECK-NEXT: Offset: 0x8 26 ; CHECK-NEXT: Offset: 0x14 29 ; CHECK-NEXT: Offset: 0x20 32 ; CHECK-NEXT: Offset: 0x2C 35 ; CHECK-NEXT: Offset: 0x38 38 ; CHECK-NEXT: Offset: 0x44 41 ; CHECK-NEXT: Offset: 0x50 44 ; CHECK-NEXT: Offset: 0x5C 47 ; CHECK-NEXT: Offset: 0x68 50 ; CHECK-NEXT: Offset: 0x74 [all …]
|
/llvm-project/compiler-rt/test/builtins/Unit/ppc/ |
H A D | fixunstfti_test.h | 26 { 0x0p+0, 0x0p+0, INIT_U128( 0x0000000000000000, 0x0000000000000000 ) }, 27 { -0x0p+0, 0x0p+0, INIT_U128( 0x0000000000000000, 0x0000000000000000 ) }, 28 { -0x0p+0, -0x0p+0, INIT_U128( 0x0000000000000000, 0x0000000000000000 ) }, 29 { 0x0p+0, -0x0p+0, INIT_U128( 0x0000000000000000, 0x0000000000000000 ) }, 30 { -0x1p+0, 0x0p+0, INIT_U128( 0x0000000000000000, 0x0000000000000000 ) }, 31 { 0x1p+0, 0x0p+0, INIT_U128( 0x0000000000000000, 0x0000000000000001 ) }, 32 { -INFINITY, 0x0p+0, ((__uint128_t)0x0000000000000000 << 64) | 0x0000000000000000 }, 33 { INFINITY, 0x0p+0, ((__uint128_t)0xffffffffffffffff << 64) | 0xffffffffffffffff }, 34 { QNAN, 0x0p+0, ((__uint128_t)0x7ff8000000000000 << 64) | 0x0000000000000000 }, 35 { -QNAN, 0x0p+0, ((__uint128_t)0x7ff8000000000000 << 64) | 0x0000000000000000 }, [all …]
|