Home
last modified time | relevance | path

Searched +full:0 +full:x302 (Results 1 – 11 of 11) 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()
315 int x302 = x301 * x300 + x299; in calc() local
316 int x303 = x302 * x301 + x300; in calc()
317 int x304 = x303 * x302 + x301; in calc()
318 int x305 = x304 * x303 + x302; in calc()
/llvm-project/llvm/test/CodeGen/X86/
H A Drotate-extract-vector.ll14 ; CHECK: # %bb.0:
27 ; CHECK: # %bb.0:
40 ; X86: # %bb.0:
41 ; X86-NEXT: vpmulld {{\.?LCPI[0-9]+_[0-9]+}}{1to8}, %ymm0, %ymm0
46 ; X64: # %bb.0:
47 ; X64-NEXT: vpmulld {{\.?LCPI[0-9]+_[0-9]+}}(%rip){1to8}, %ymm0, %ymm0
59 ; X86: # %bb.0:
61 ; X86-NEXT: vmovups %xmm0, {{[-0-9]+}}(%e{{[sb]}}p) # 16-byte Spill
62 ; X86-NEXT: vextractps $1, %xmm0, {{[0-9]+}}(%esp)
64 ; X86-NEXT: movl $0, {{[0-9]+}}(%esp)
[all …]
H A DMergeConsecutiveStores.ll3 ; RUN: llc -mtriple=i686-unknown-unknown -mattr=+avx -fixup-byte-word-insts=0 < %s | FileCheck -check-prefixes=X86,X86-BWOFF %s
5 ; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+avx -fixup-byte-word-insts=0 < %s | FileCheck -check-prefixes=X64,X64-BWOFF %s
14 ; X86: # %bb.0:
15 ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax
19 ; X86-NEXT: movl {{[0-9]+}}(%esp), %ecx
23 ; X86-NEXT: movl $67305985, (%ecx) # imm = 0x4030201
24 ; X86-NEXT: movl $134678021, 4(%ecx) # imm = 0x8070605
32 ; X64: # %bb.0:
36 ; X64-NEXT: movabsq $578437695752307201, %rax # imm = 0x807060504030201
46 %1 = icmp sgt i32 %count, 0
[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/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/test/tools/llvm-dwarfdump/X86/
H A Dprettyprint_types.s60 # 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/llvm/test/MC/Disassembler/SystemZ/
H A Dinsns-pcrel.txt6 # 0x00000000:
7 # CHECK: brasl %r0, 0x0
8 0xc0 0x05 0x00 0x00 0x00 0x00
10 # 0x00000006:
11 # CHECK: brasl %r14, 0x
[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/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...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOP2Instructions.td3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
18 let Inst{8-0} = !if(P.HasSrc0, src0, 0);
19 let Inst{16-9} = !if(P.HasSrc1, src1, 0);
20 let Inst{24-17} = !if(P.EmitDst, vdst, 0);
22 let Inst{31} = 0x0; //encoding
31 let Inst{8-0} = !if(P.HasSrc0, src0, 0);
32 let Inst{16-9} = !if(P.HasSrc1, src1, 0);
33 let Inst{24-17} = !if(P.EmitDst, vdst, 0);
[all...]