Searched refs:LE64 (Results 1 – 11 of 11) sorted by relevance
/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/swiftshader/third_party/llvm-7.0/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 | 151 * system.h (LE64, BE64): Move here the definitions from
|
/external/swiftshader/third_party/llvm-7.0/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() 300 addrs[i] = LE64 (read_8ubyte_unaligned_noncvt (&(*a64)[i])); in report_r_debug() 647 ? BE64 (u->a64) : LE64 (u->a64)); in consider_executable()
|
D | ChangeLog | 1460 * link_map.c (BE32, BE64, LE32, LE64): Delete the definitions, move
|
/external/webrtc/webrtc/base/ |
D | testutils.h | 555 #define LE64(x) \ macro 586 #define TE64 LE64
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 595 def LE64 : BSWAP<64, "le64", BPF_TO_LE, [(set GPR:$dst, (bswap GPR:$src))]>;
|