Home
last modified time | relevance | path

Searched refs:LE64 (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Drelr-section.yaml8 # LE64-NEXT: Type: SHT_RELR
9 # LE64-NEXT: Flags [
10 # LE64-NEXT: SHF_ALLOC
11 # LE64-NEXT: ]
12 # LE64-NEXT: Address: 0x0
13 # LE64-NEXT: Offset: 0x40
14 # LE64-NEXT: Size: 32
15 # LE64-NEXT: Link: 0
16 # LE64-NEXT: Info: 0
18 # LE64-NEXT: EntrySize: 8
[all …]
H A Dclass-endianness.yaml4 # RUN: FileCheck %s --check-prefix=LE64
12 # LE64: Class: 64-bit (0x2)
13 # LE64-NEXT: DataEncoding: LittleEndian (0x1)
H A Dstack-sizes.yaml67 # RUN: llvm-readobj --sections --section-data %t2.le64 | FileCheck %s --check-prefix=ENTRIES-LE64-B…
75 # ENTRIES-LE64-BOTH: Name: .stack_sizes
76 # ENTRIES-LE64-BOTH: SectionData (
77 # ENTRIES-LE64-BOTH-NEXT: 0000: 10000000 00000000 20300000 00000000 |
78 # ENTRIES-LE64-BOTH-NEXT: 0010: 0040 |
/llvm-project-15.0.7/lld/test/ELF/
H A Driscv-tls-ie.s22 # RUN: llvm-readelf -x .got %t.64 | FileCheck --check-prefix=LE64-GOT %s
23 # RUN: llvm-objdump -d --no-show-raw-insn %t.64 | FileCheck --check-prefixes=LE,LE64 %s
56 # LE64-GOT: section '.got':
57 # LE64-GOT-NEXT: 0x000121e0 00000000 00000000 08000000 00000000
58 # LE64-GOT-NEXT: 0x000121f0 0c000000 00000000
64 # LE64: 111c8: auipc a4, 1
65 # LE64-NEXT: ld a4, 32(a4)
71 # LE64: 111d4: auipc a5, 1
72 # LE64-NEXT: ld a5, 28(a5)
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dppc.ll15 ; RUN: llvm-readobj -h %t/64 | FileCheck %s --check-prefix=LE64
25 ; LE64: Class: 64-bit
26 ; LE64: DataEncoding: LittleEndian
27 ; LE64: Machine: EM_PPC64
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Delf_eflags.ll25 …mcpu=mips4 -target-abi n64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s
28 …cpu=mips64 -target-abi n64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s
63 ; CHECK-LE64: .set noreorder
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcommon.h153 template <bool LE8, bool LE16, bool LE32, bool LE64> struct SmallestUInt {};
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp713 std::string LE64(ByteSize, 0); in encodeLE() local
715 LE64[I] = NewValue & 0xff; in encodeLE()
718 return LE64; in encodeLE()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFInstrInfo.td861 def LE64 : BSWAP<64, "le64", BPF_TO_LE, [(set GPR:$dst, (bswap GPR:$src))]>;