Searched refs:LE64 (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lld/test/ELF/ |
D | riscv-tls-ie.s | 22 # 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 08000000 00000000 0c000000 00000000 63 # LE64: 111c8: auipc a4, 1 64 # LE64-NEXT: ld a4, 24(a4) 70 # LE64: 111d4: auipc a5, 1 71 # LE64-NEXT: ld a5, 20(a5)
|
/external/llvm/test/Object/ |
D | yaml2obj-elf-bits-endian.test | 1 RUN: yaml2obj %p/Inputs/ELF/LE64.yaml | llvm-readobj -file-headers - | FileCheck %s --check-prefix … 6 LE64: Class: 64-bit (0x2) 7 LE64-NEXT: DataEncoding: LittleEndian (0x1)
|
/external/llvm/test/CodeGen/Mips/ |
D | elf_eflags.ll | 26 …mcpu=mips4 -target-abi n64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s 29 …cpu=mips64 -target-abi n64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s 64 ; CHECK-LE64: .abicalls 65 ; CHECK-LE64: .set noreorder
|
/external/elfutils/lib/ |
D | system.h | 43 # define LE64(n) (n) macro 50 # define LE64(n) bswap_64 (n) macro
|
D | ChangeLog | 190 * system.h (LE64, BE64): Move here the definitions from
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | elf_eflags.ll | 25 …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
|
/external/elfutils/libdwfl/ |
D | link_map.c | 62 if (type == LE64 (PROBE_TYPE) in do_check64() 63 && val == LE64 (PROBE_VAL64)) in do_check64() 291 addrs[i] = LE64 (read_8ubyte_unaligned_noncvt (&(*a64)[i])); in read_addrs() 673 ? BE64 (u->a64) : LE64 (u->a64)); in consider_executable()
|
D | ChangeLog | 1735 * link_map.c (BE32, BE64, LE32, LE64): Delete the definitions, move
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 563 typedef ELFType<support::little, true> LE64; in yaml2elf() typedef 569 return ELFState<LE64>::writeELF(Out, Doc); in yaml2elf()
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | common.h | 146 template <bool LE8, bool LE16, bool LE32, bool LE64> struct SmallestUInt {};
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 687 def LE64 : BSWAP<64, "le64", BPF_TO_LE, [(set GPR:$dst, (bswap GPR:$src))]>;
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 859 def LE64 : BSWAP<64, "le64", BPF_TO_LE, [(set GPR:$dst, (bswap GPR:$src))]>;
|