HomeSort by relevance Sort by last modified time
    Searched refs:LE (Results 26 - 50 of 581) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ARM/
thumb2be-beq.w-encoding.s 1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
5 @ CHECK-LE: beq.w bar @ encoding: [A,0xf0'A',A,0x80'A']
6 @ CHECK-LE-NEXT: @ fixup A - offset: 0, value: bar, kind: fixup_t2_condbranch
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-e500.s 2 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
7 # CHECK-LE: rfdi # encoding: [0x4e,0x00,0x00,0x4c]
10 # CHECK-LE: rfmci # encoding: [0x4c,0x00,0x00,0x4c]
ppc64-operands.s 3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
8 # CHECK-LE: add 1, 2, 3 # encoding: [0x14,0x1a,0x22,0x7c]
12 # CHECK-LE: add 1, 2, 3 # encoding: [0x14,0x1a,0x22,0x7c]
16 # CHECK-LE: add 0, 0, 0 # encoding: [0x14,0x02,0x00,0x7c]
20 # CHECK-LE: add 31, 31, 31 # encoding: [0x14,0xfa,0xff,0x7f]
24 # CHECK-LE: addi 1, 0, 0 # encoding: [0x00,0x00,0x20,0x38]
28 # CHECK-LE: addi 1, 0, 0 # encoding: [0x00,0x00,0x20,0x38]
34 # CHECK-LE: addi 1, 2, 0 # encoding: [0x00,0x00,0x22,0x38]
38 # CHECK-LE: addi 1, 0, -32768 # encoding: [0x00,0x80,0x20,0x38]
42 # CHECK-LE: addi 1, 0, 32767 # encoding: [0xff,0x7f,0x20,0x38
    [all...]
ppc64-fixup-explicit.s 3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
8 # RUN: llvm-readobj -r | FileCheck %s -check-prefix=CHECK-LE-REL
16 # CHECK-LE: addi 4, 3, target@GOT # encoding: [A,A,0x83,0x38]
18 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@GOT, kind: fixup_ppc_half16
20 # CHECK-LE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_GOT16 target 0x0
24 # CHECK-LE: ld 1, target@GOT(2) # encoding: [0bAAAAAA00,A,0x22,0xe8]
26 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@GOT, kind: fixup_ppc_half16ds
28 # CHECK-LE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_GOT16_DS target 0x0
32 # CHECK-LE: addis 3, 2, target@got@ha # encoding: [A,A,0x62,0x3c]
34 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@got@ha, kind: fixup_ppc_ha (…)
    [all...]
ppc64-fixups.s 3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
8 # RUN: llvm-readobj -r | FileCheck %s -check-prefix=CHECK-LE-REL
11 # CHECK-LE: b target # encoding: [0bAAAAAA00,A,A,0b010010AA]
13 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24
15 # CHECK-LE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_REL24 target 0x0
19 # CHECK-LE: ba target # encoding: [0bAAAAAA10,A,A,0b010010AA]
21 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs
23 # CHECK-LE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_ADDR24 target 0x0
27 # CHECK-LE: beq 0, target # encoding: [0bAAAAAA00,A,0x82,0x41]
29 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond1
    [all...]
ppc-nop.s 3 # RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck -check-prefix=CHECK-LE %s
13 # CHECK-LE: 0000: 2000804E 00000060 2000804E 42000000
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 21 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
DWARFTypeUnit.h 24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO,
27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 22 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
25 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
DWARFTypeUnit.h 34 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO,
37 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 22 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
25 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
DWARFTypeUnit.h 34 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO,
37 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 22 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
25 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
DWARFTypeUnit.h 34 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO,
37 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 22 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
25 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 22 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
25 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 22 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
25 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 22 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
25 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 22 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
25 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlsie2.d 1 #name: TLS IE->LE transition check (R_386_TLS_GOTIE with %eax)
tlsie4.d 1 #name: TLS IE->LE transition check (R_386_TLS_IE with %eax)
  /external/llvm/test/MC/Mips/
llvm-mc-fixup-endianness.s 2 # RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mipsel-unknown-unknown %s | FileCheck -check-prefix=LE %s
6 # LE: b foo # encoding: [A,A,0x00,0x10]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZ.h 41 LE = 11,
  /external/llvm/unittests/Support/
EndianStreamTest.cpp 24 endian::Writer<little> LE(OS);
25 LE.write(static_cast<int32_t>(-1362446643));
55 endian::Writer<little> LE(OS);
56 LE.write(12345.0f);
85 endian::Writer<little> LE(OS);
86 LE.write(static_cast<int64_t>(-136244664332342323));
123 endian::Writer<little> LE(OS);
124 LE.write(-2349214918.58107);
161 endian::Writer<little> LE(OS);
162 LE.write<uint16_t>({0x1234, 0x5678})
    [all...]
  /art/test/600-verifier-fails/smali/
invoke.smali 16 .class public LE;

Completed in 6397 milliseconds

12 3 4 5 6 7 8 91011>>