Home
last modified time | relevance | path

Searched +full:0 +full:x307 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/test/API/commands/settings/use_source_cache/
H A Dmain.cpp10 fprintf(stderr, "Hello, world => %d\n", calc(0, 1, 2)); in main()
11 return 0; in main()
320 int x307 = x306 * x305 + x304; in calc() local
321 int x308 = x307 * x306 + x305; in calc()
322 int x309 = x308 * x307 + x306; in calc()
323 int x310 = x309 * x308 + x307; in calc()
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_s390x.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
41 static_assert((sizeof(g_gpr_regnums_s390x) / sizeof(g_gpr_regnums_s390x[0])) -
55 static_assert((sizeof(g_fpu_regnums_s390x) / sizeof(g_fpu_regnums_s390x[0])) -
66 sizeof(g_linux_regnums_s390x[0])) -
89 #define NT_S390_LAST_BREAK 0x306 /* s390 breaking event address */
90 #define NT_S390_SYSTEM_CALL 0x307 /* s390 system call restart data */
138 uint32_t sets = 0; in GetRegisterSetCount()
139 for (uint32_t set_index = 0; set_index < k_num_register_sets; ++set_index) { in GetRegisterSetCount()
148 uint32_t count = 0; in GetUserRegisterCount()
[all...]
/llvm-project/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-core.test4 # 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 Dmultithread-test.yaml3 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 DVOP3Instructions.td3 // 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/include/llvm/BinaryFormat/
H A DELF.h3 // 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/CodeGen/AMDGPU/
H A Dpermute_i8.ll7 ; GFX10: ; %bb.0:
8 ; GFX10-NEXT: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)
10 ; GFX10-NEXT: s_waitcnt vmcnt(0)
11 ; GFX10-NEXT: v_perm_b32 v0, v0, v0, 0x6060706
16 ; GFX9: ; %bb.0:
17 ; GFX9-NEXT: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)
[all...]