Searched +full:0 +full:x305 (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lldb/test/API/commands/settings/use_source_cache/ |
H A D | main.cpp | 10 fprintf(stderr, "Hello, world => %d\n", calc(0, 1, 2)); in main() 11 return 0; in main() 318 int x305 = x304 * x303 + x302; in calc() local 319 int x306 = x305 * x304 + x303; in calc() 320 int x307 = x306 * x305 + x304; in calc() 321 int x308 = x307 * x306 + x305; in calc()
|
/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
H A D | note-core.test | 4 # RUN: yaml2obj %s -DTYPE=0x1 -o %t_nt_prstatus.o 9 # RUN: yaml2obj %s -DTYPE=0x2 -o %t_nt_fpregset.o 14 # RUN: yaml2obj %s -DTYPE=0x3 -o %t_nt_prpsinfo.o 19 # RUN: yaml2obj %s -DTYPE=0x4 -o %t_nt_taskstruct.o 24 # RUN: yaml2obj %s -DTYPE=0x6 -o %t_nt_auxv.o 29 # RUN: yaml2obj %s -DTYPE=0xA -o %t_nt_pstatus.o 34 # RUN: yaml2obj %s -DTYPE=0xC -o %t_nt_fpregs.o 39 # RUN: yaml2obj %s -DTYPE=0xD -o %t_nt_psinfo.o 44 # RUN: yaml2obj %s -DTYPE=0x10 -o %t_nt_lwpstatus.o 49 # RUN: yaml2obj %s -DTYPE=0x1 [all...] |
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/ |
H A D | multithread-test.yaml | 3 magic: 0xFEEDFACF 4 cputype: 0x100000C 5 cpusubtype: 0x0 6 filetype: 0x2 9 flags: 0x218085 10 reserved: 0x0 15 vmaddr: 0 17 fileoff: 0 18 filesize: 0 19 maxprot: 0 [all …]
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOP3Instructions.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 17 let HasExtVOP3DPP = 0; 18 let HasExtDPP = 0; 31 let HasExtVOP3DPP = 0; 32 let HasExtDPP = 0; 47 let HasExtVOP3DPP = 0; 48 let HasExtDPP = 0; 52 let HasExtVOP3DPP = 0; 53 let HasExtDPP = 0; 63 let mayRaiseFPException = 0; [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSystemOperands.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 24 // Privilege Access: Read and Write = 0, 1, 2; Read-Only = 3. 25 // Privilege Mode: User = 0, System = 1 or Machine = 3. 31 // bits<6> Number = op{5 - 0}; 33 bit isRV32Only = 0; 34 bit isAltName = 0; 35 bit isDeprecatedName = 0; 70 def SysRegFFLAGS : SysReg<"fflags", 0x001>; 71 def SysRegFRM : SysReg<"frm", 0x002>; 72 def SysRegFCSR : SysReg<"fcsr", 0x00 [all...] |
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 45 static const char ElfMagic[] = {0x7f, 'E', 'L', 'F', '\0'}; 49 EI_MAG0 = 0, // File identification index. 79 return (memcmp(e_ident, ElfMagic, strlen(ElfMagic))) == 0; in checkMagic() 105 return (memcmp(e_ident, ElfMagic, strlen(ElfMagic))) == 0; in checkMagic() 116 ET_NONE = 0, // No file type 121 ET_LOOS = 0xfe00, // Beginning of operating system-specific codes 122 ET_HIOS = 0xfeff, // Operating system-specific 123 ET_LOPROC = 0xff0 [all...] |
/llvm-project/llvm/test/MC/RISCV/ |
H A D | machine-csr-names.s | 20 # CHECK-ENC: encoding: [0x73,0x23,0x10,0xf1] 24 # CHECK-ENC: encoding: [0xf3,0x23,0x10,0xf1] 29 csrrs t2, 0xF11, zero 34 # CHECK-ENC: encoding: [0x7 [all...] |
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
H A D | simplified-template-names.s | 13 …file 0 "/usr/local/google/home/blaikie/dev/llvm/src" "cross-project-tests/debuginfo-tests/clang_ll… 14 .file 1 "/usr" "include/x86_64-linux-gnu/bits/types.h" md5 0x58b79843d97f4309eefa4aa722dac91e 15 .file 2 "/usr" "include/x86_64-linux-gnu/bits/stdint-intn.h" md5 0xb26974ec56196748bbc399ee826d2a0e 17 .file 4 "/usr" "include/stdint.h" md5 0x8e56ab3ccd56760d8ae9848ebf326071 18 ….file 5 "/usr" "include/x86_64-linux-gnu/bits/stdint-uintn.h" md5 0x3d2fbc5d847dd222c2fbd704575684… 20 .p2align 4, 0x90 24 ….loc 0 142 0 # cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/si… 26 # %bb.0: 34 ….loc 0 142 44 prologue_end # cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/si… 44 .p2align 4, 0x90 [all …]
|