Home
last modified time | relevance | path

Searched refs:LE32 (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/lld/test/ELF/
Driscv-tls-ie.s11 # RUN: llvm-readelf -x .got %t.32 | FileCheck --check-prefix=LE32-GOT %s
12 # RUN: llvm-objdump -d --no-show-raw-insn %t.32 | FileCheck --check-prefixes=LE,LE32 %s
54 # LE32-GOT: section '.got':
55 # LE32-GOT-NEXT: 0x0001212c 08000000 0c000000
61 # LE32: 11114: auipc a4, 1
62 # LE32-NEXT: lw a4, 24(a4)
68 # LE32: 11120: auipc a5, 1
69 # LE32-NEXT: lw a5, 16(a5)
/external/llvm/test/Object/
Dyaml2obj-elf-bits-endian.test3 RUN: yaml2obj %p/Inputs/ELF/LE32.yaml | llvm-readobj -file-headers - | FileCheck %s --check-prefix
12 LE32: Class: 32-bit (0x1)
13 LE32-NEXT: DataEncoding: LittleEndian (0x1)
/external/elfutils/libdwfl/
Dimage-header.c84 && *(uint32_t *) (header + H_MAGIC2) == LE32 (MAGIC2) in __libdw_image_header()
90 uint32_t offset = LE32 (*(uint32_t *) (header + H_PAYLOAD_OFFSET)); in __libdw_image_header()
91 uint32_t length = LE32 (*(uint32_t *) (header + H_PAYLOAD_LENGTH)); in __libdw_image_header()
Dlink_map.c89 if (type == LE32 (PROBE_TYPE) in do_check32()
90 && val == LE32 (PROBE_VAL32)) in do_check32()
282 addrs[i] = LE32 (read_4ubyte_unaligned_noncvt (&(*a32)[i])); in read_addrs()
670 ? BE32 (u->a32) : LE32 (u->a32)); in consider_executable()
DChangeLog1735 * link_map.c (BE32, BE64, LE32, LE64): Delete the definitions, move
1913 * image-header.c (LE32): Macro removed (now in lib/system.h).
/external/libiio/src/iiod/
Dusbd.c31 #define LE32(x) ((__BYTE_ORDER != __BIG_ENDIAN) ? (x) : __bswap_constant_32(x)) macro
66 .magic = LE32(FUNCTIONFS_STRINGS_MAGIC),
67 .length = LE32(sizeof(ffs_strings)),
68 .str_count = LE32(1),
69 .lang_count = LE32(1),
247 hdr->header.magic = LE32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2); in create_header()
249 hdr->header.flags = LE32(FUNCTIONFS_HAS_FS_DESC | in create_header()
/external/llvm-project/llvm/test/CodeGen/Mips/
Delf_eflags.ll18 …unknown-linux -mcpu=mips32 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE32 %s
36 ; CHECK-LE32: .abicalls
37 ; CHECK-LE32: .option pic0
38 ; CHECK-LE32: .set noreorder
Dinlineasm-operand-code.ll4 ; RUN: FileCheck -check-prefixes=ALL,LE32,GAS %s
10 ; RUN: FileCheck -check-prefixes=ALL,LE32,IAS %s
168 ; LE32: or ${{[0-9]+}}, $[[SECOND]], ${{[0-9]+}}
186 ; LE32: or ${{[0-9]+}}, $[[FIRST]], ${{[0-9]+}}
204 ; LE32: or ${{[0-9]+}}, $[[SECOND]], ${{[0-9]+}}
/external/llvm/test/CodeGen/Mips/
Delf_eflags.ll19 …unknown-linux -mcpu=mips32 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE32 %s
37 ; CHECK-LE32: .abicalls
38 ; CHECK-LE32: .option pic0
39 ; CHECK-LE32: .set noreorder
Dinlineasm-operand-code.ll4 ; RUN: FileCheck -check-prefixes=ALL,LE32,GAS %s
10 ; RUN: FileCheck -check-prefixes=ALL,LE32,IAS %s
157 ; LE32: or ${{[0-9]+}}, $[[SECOND]], ${{[0-9]+}}
175 ; LE32: or ${{[0-9]+}}, $[[FIRST]], ${{[0-9]+}}
193 ; LE32: or ${{[0-9]+}}, $[[SECOND]], ${{[0-9]+}}
/external/elfutils/lib/
Dsystem.h42 # define LE32(n) (n) macro
49 # define LE32(n) bswap_32 (n) macro
DChangeLog223 * system.h (LE32, BE32): New macros, using <endian.h> and <byteswap.h>.
224 * md5.c (SWAP): Use LE32.
/external/speex/libspeexdsp/
Djitter.c72 #define LE32(a,b) (((spx_int32_t)((a)-(b)))<=0) macro
378 …if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp + jitter->packets[i].span, jitter… in jitter_buffer_put()
532 …if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp, jitter->pointer_timestamp) && GE… in jitter_buffer_get()
542 …if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp, jitter->pointer_timestamp) && GT… in jitter_buffer_get()
794 … if (jitter->packets[i].data && LE32(jitter->pointer_timestamp, jitter->packets[i].timestamp)) in jitter_buffer_ctl()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp565 typedef ELFType<support::little, false> LE32; in yaml2elf() typedef
574 return ELFState<LE32>::writeELF(Out, Doc); in yaml2elf()
/external/llvm-project/flang/include/flang/Evaluate/
Dcommon.h146 template <bool LE8, bool LE16, bool LE32, bool LE64> struct SmallestUInt {};
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFInstrInfo.td686 def LE32 : BSWAP<32, "le32", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 32)))]>;
/external/llvm-project/llvm/lib/Target/BPF/
DBPFInstrInfo.td858 def LE32 : BSWAP<32, "le32", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 32)))]>;