Home
last modified time | relevance | path

Searched +full:0 +full:x303 (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()
316 int x303 = x302 * x301 + x300; in calc() local
317 int x304 = x303 * x302 + x301; in calc()
318 int x305 = x304 * x303 + x302; in calc()
319 int x306 = x305 * x304 + x303; in calc()
/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/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/lib/Target/RISCV/
H A DRISCVSystemOperands.td3 // 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 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/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/test/MC/RISCV/
H A Dmachine-csr-names.s20 # 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...]