Home
last modified time | relevance | path

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

/external/llvm/test/Object/
Dyaml2obj-elf-bits-endian.test1 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/
Dyaml2obj-elf-bits-endian.test1 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/
Delf_eflags.ll26 …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/
Dsystem.h43 # define LE64(n) (n) macro
50 # define LE64(n) bswap_64 (n) macro
DChangeLog151 * system.h (LE64, BE64): Move here the definitions from
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
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
/external/elfutils/libdwfl/
Dlink_map.c62 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()
DChangeLog1460 * link_map.c (BE32, BE64, LE32, LE64): Delete the definitions, move
/external/webrtc/webrtc/base/
Dtestutils.h555 #define LE64(x) \ macro
586 #define TE64 LE64
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp563 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/
DBPFInstrInfo.td595 def LE64 : BSWAP<64, "le64", BPF_TO_LE, [(set GPR:$dst, (bswap GPR:$src))]>;