HomeSort by relevance Sort by last modified time
    Searched full:le32 (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/llvm/test/CodeGen/Generic/
no-target.ll 1 ; RUN: not llc -mtriple le32-unknown-nacl %s -o - 2>&1 | FileCheck %s
3 ; CHECK: error: unable to get target for 'le32-unknown-nacl'
  /external/valgrind/none/tests/ppc32/
ldstrev.stdout.exp 4 ld le32 0x78563412
8 st le32 0x2514cdab
ldstrev.c 101 printf("ld le32 0x%08x\n", read32le( &foo ));
113 printf("st le32 0x%08x\n", foo);
  /external/clang/test/CodeGen/
le32-libcall-pow.c 1 // RUN: %clang_cc1 -fno-math-builtin -fmath-errno -emit-llvm -o - %s -triple le32-unknown-nacl | FileCheck %s
2 // RUN: %clang_cc1 -fno-math-builtin -emit-llvm -o - %s -triple le32-unknown-nacl | FileCheck %s
4 // le32 (PNaCl) never generates intrinsics for pow calls, with or without
6 // makes sure this flag is indeed passed for le32.
le32-regparm.c 1 // RUN: %clang_cc1 -triple le32-unknown-nacl %s -fsyntax-only -verify
pr18235.c 1 // RUN: not %clang_cc1 -triple le32-unknown-nacl %s -S -o - 2>&1 | FileCheck %s
le32-vaarg.c 1 // RUN: %clang_cc1 -triple le32-unknown-nacl -emit-llvm -o - %s | FileCheck %s
le32-arguments.c 1 // RUN: %clang_cc1 -triple le32-unknown-nacl %s -emit-llvm -o - | FileCheck %s
3 // Basic argument/attribute tests for le32/PNaCl
  /external/clang/test/Driver/
le32-toolchain.c 1 // RUN: %clang -### -target le32-unknown-nacl %s 2>&1 | FileCheck -check-prefix=CHECK-DEFAULT %s
le32-unknown-nacl.cpp 1 // RUN: %clang -target le32-unknown-nacl -### %s -emit-llvm-only -c 2>&1 | FileCheck %s -check-prefix=ECHO
2 // RUN: %clang -target le32-unknown-nacl %s -emit-llvm -S -c -o - | FileCheck %s
3 // RUN: %clang -target le32-unknown-nacl %s -emit-llvm -S -c -pthread -o - | FileCheck %s -check-prefix=THREADS
5 // ECHO: {{.*}} "-cc1" {{.*}}le32-unknown-nacl.c
  /external/llvm/test/Object/
yaml2obj-elf-bits-endian.test 3 RUN: yaml2obj -format=elf %p/Inputs/ELF/LE32.yaml | llvm-readobj -file-headers - | FileCheck %s --check-prefix LE32
12 LE32: Class: 32-bit (0x1)
13 LE32-NEXT: DataEncoding: LittleEndian (0x1)
  /external/llvm/test/MC/Mips/
elf_basic.s 4 // RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux %s -o - | llvm-readobj -h | FileCheck -check-prefix=CHECK-LE32 %s
19 // CHECK-LE32: ElfHeader {
20 // CHECK-LE32: Ident {
21 // CHECK-LE32: Class: 32-bit
22 // CHECK-LE32: DataEncoding: LittleEndian
23 // CHECK-LE32: }
24 // CHECK-LE32: }
  /external/clang/test/CodeGenCXX/
static-init-pnacl.cpp 1 // RUN: %clang_cc1 -emit-llvm -triple=le32-unknown-nacl -o - %s | FileCheck %s
  /external/kernel-headers/original/uapi/linux/usb/
functionfs.h 91 * | 0 | magic | LE32 | FUNCTIONFS_DESCRIPTORS_MAGIC_V2 |
92 * | 4 | length | LE32 | length of the whole data chunk |
93 * | 8 | flags | LE32 | combination of functionfs_flags |
94 * | | fs_count | LE32 | number of full-speed descriptors |
95 * | | hs_count | LE32 | number of high-speed descriptors |
96 * | | ss_count | LE32 | number of super-speed descriptors |
97 * | | os_count | LE32 | number of MS OS descriptors |
111 * | 0 | magic | LE32 | FUNCTIONFS_DESCRIPTORS_MAGIC |
112 * | 4 | length | LE32 | length of the whole data chunk |
113 * | 8 | fs_count | LE32 | number of full-speed descriptors
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
functionfs.h 46 * | 0 | magic | LE32 | FUNCTIONFS_{FS,HS}_DESCRIPTORS_MAGIC |
47 * | 4 | length | LE32 | length of the whole data chunk |
48 * | 8 | fs_count | LE32 | number of full-speed descriptors |
49 * | 12 | hs_count | LE32 | number of high-speed descriptors |
74 * | 0 | magic | LE32 | FUNCTIONFS_STRINGS_MAGIC |
75 * | 4 | length | LE32 | length of the data chunk |
76 * | 8 | str_count | LE32 | number of strings |
77 * | 12 | lang_count | LE32 | number of languages |
  /external/elfutils/libdwfl/
image-header.c 80 && *(uint32_t *) (header + H_MAGIC2) == LE32 (MAGIC2)
86 uint32_t offset = LE32 (*(uint32_t *) (header + H_PAYLOAD_OFFSET));
87 uint32_t length = LE32 (*(uint32_t *) (header + H_PAYLOAD_LENGTH));
  /external/llvm/test/CodeGen/Mips/
elf_eflags.ll 19 ; RUN: llc -mtriple mipsel-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
inlineasm-operand-code.ll 4 ; RUN: FileCheck -check-prefix=ALL -check-prefix=LE32 -check-prefix=GAS %s
120 ; LE32: or ${{[0-9]+}}, $[[SECOND]], ${{[0-9]+}}
138 ; LE32: or ${{[0-9]+}}, $[[FIRST]], ${{[0-9]+}}
156 ; LE32: or ${{[0-9]+}}, $[[SECOND]], ${{[0-9]+}}
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldpe.go 182 l = Le32(symbuf[:])
213 l = Le32(symbuf[4:])
219 peobj.pesym[i].value = Le32(symbuf[8:])
299 rva := Le32(symbuf[0:])
300 symindex := Le32(symbuf[4:])
323 rp.Add = int64(int32(Le32(rsect.base[rp.Off:])))
329 rp.Add = int64(int32(Le32(rsect.base[rp.Off:])))
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldpe.go 179 l = Le32(symbuf[:])
210 l = Le32(symbuf[4:])
216 peobj.pesym[i].value = Le32(symbuf[8:])
296 rva := Le32(symbuf[0:])
297 symindex := Le32(symbuf[4:])
320 rp.Add = int64(int32(Le32(rsect.base[rp.Off:])))
326 rp.Add = int64(int32(Le32(rsect.base[rp.Off:])))
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldpe.go 182 l = Le32(symbuf[:])
213 l = Le32(symbuf[4:])
219 peobj.pesym[i].value = Le32(symbuf[8:])
299 rva := Le32(symbuf[0:])
300 symindex := Le32(symbuf[4:])
323 rp.Add = int64(int32(Le32(rsect.base[rp.Off:])))
329 rp.Add = int64(int32(Le32(rsect.base[rp.Off:])))
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldpe.go 179 l = Le32(symbuf[:])
210 l = Le32(symbuf[4:])
216 peobj.pesym[i].value = Le32(symbuf[8:])
296 rva := Le32(symbuf[0:])
297 symindex := Le32(symbuf[4:])
320 rp.Add = int64(int32(Le32(rsect.base[rp.Off:])))
326 rp.Add = int64(int32(Le32(rsect.base[rp.Off:])))
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 653 le32 tx_bf_capability_info;
681 le32 vht_capabilities_info;
    [all...]
  /external/elfutils/lib/
system.h 40 # define LE32(n) (n)
47 # define LE32(n) bswap_32 (n)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
dxbc.h 34 #include "le32.h"

Completed in 1105 milliseconds

1 2 3 4