HomeSort by relevance Sort by last modified time
    Searched full:relocation (Results 76 - 100 of 1499) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Mips/
rdhwr-directives.ll 1 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static < %s | FileCheck %s
small-section-reserve-gp.ll 1 ; RUN: llc -mtriple=mipsel-sde-elf -march=mipsel -relocation-model=static < %s \
trap1.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -soft-float -mips16-hard-float -relocation-model=pic < %s | FileCheck %s -check-prefix=pic
helloworld.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=C1
2 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=C2
3 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=PE
4 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s | FileCheck %s -check-prefix=ST1
5 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=static -O3 < %s | FileCheck %s -check-prefix=ST2
7 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=SR
8 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=SR32
  /external/llvm/test/CodeGen/X86/
2009-04-24.ll 1 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -regalloc=fast -optimize-regalloc=0 -relocation-model=pic | FileCheck %s
remat-constant.ll 1 ; RUN: llc < %s -mtriple=x86_64-linux -relocation-model=static | grep xmm | count 2
x86-64-pic-5.ll 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
x86-64-pic-6.ll 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
call-imm.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=static | FileCheck -check-prefix X86STA %s
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | FileCheck -check-prefix X86PIC %s
3 ; RUN: llc < %s -mtriple=i386-pc-linux -relocation-model=dynamic-no-pic | FileCheck -check-prefix X86DYN %s
  /external/llvm/test/MC/ARM/
elf-eflags-eabi-cg.ll 3 ; RUN: llc %s -mtriple=thumbv7-linux-gnueabi -relocation-model=pic \
  /external/llvm/test/MC/MachO/
debug_frame.s 9 // Check that we don't produce a relocation for the CIE pointer and therefore
10 // we have only one relocation in __debug_frame.
41 // CHECK-NEXT: # Relocation 0
44 // CHECK-NEXT: # Relocation 1
reloc-pcrel-offset.s 3 // CHECK: # Relocation 0
darwin-x86_64-diff-relocs.s 21 // a relocation. It seems like 'as' widens any jump that is not to a temporary,
41 // branch relocation. Fallout from the other delta hack?
49 // branch relocation. Fallout from the other delta hack?
55 // branch relocation. Fallout from the other delta hack?
203 // CHECK: # Relocation 0
206 // CHECK: # Relocation 1
209 // CHECK: # Relocation 2
212 // CHECK: # Relocation 3
215 // CHECK: # Relocation 4
218 // CHECK: # Relocation
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
trivial.ll 3 ; llc -mtriple=i386-linux-gnu trivial.ll -filetype=obj -o trivial-object-test.elf-i386 -relocation-model=pic
4 ; llc -mtriple=x86_64-linux-gnu trivial.ll -filetype=obj -o trivial-object-test.elf-x86-64 -relocation-model=pic
5 ; llc -mtriple=i386-apple-darwin10 trivial.ll -filetype=obj -o trivial-object-test.macho-i386 -relocation-model=pic
6 ; llc -mtriple=x86_64-apple-darwin10 trivial.ll -filetype=obj -o trivial-object-test.macho-x86-64 -relocation-model=pic
  /frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h 21 class Relocation;
38 Stub* create(Relocation& pReloc,
45 /// relocation
46 Stub* findPrototype(const Relocation& pReloc,
  /external/e2fsprogs/tests/defaults/
e_script 2 # Default script for testing the relocation library routines
3 # (irel -- inode relocation and brel -- block relocation)
  /external/llvm/test/CodeGen/ARM/
fast-isel-call-multi-reg-return.ll 1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
3 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
fast-isel-indirectbr.ll 1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
3 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
23 @ generating an external relocation so the linker can create a branch
40 @ CHECK: # Relocation 0
  /external/llvm/test/MC/Mips/
do_switch.ll 5 ; RUN: llc < %s -filetype=obj -march=mips -relocation-model=static
7 ; RUN: llc < %s -filetype=obj -march=mips -relocation-model=pic
9 ; RUN: llc < %s -filetype=obj -march=mips64 -relocation-model=pic -mcpu=mips64 -mattr=n64
mips_gprel16.ll 2 ; out the addend to the gprel16 relocation. The
5 ;llc gprel16.ll -o gprel16.o -mcpu=mips32r2 -march=mipsel -filetype=obj -relocation-model=static
7 ; RUN: llc -mcpu=mips32r2 -march=mipsel -filetype=obj -relocation-model=static %s -o - \
  /external/llvm/test/Object/
relocation-executable.test 6 // CHECK-NEXT: Relocation {
14 // CHECK-NEXT: Relocation {
20 // CHECK-NEXT: Relocation {
yaml2obj-readobj.test 9 // COFF-I386-NEXT: Relocation {
14 // COFF-I386-NEXT: Relocation {
19 // COFF-I386-NEXT: Relocation {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 23 // Relocation Functions and Tables
28 typedef Relocator::Result (*ApplyFunctionType)(Relocation&, MipsRelocator&);
57 MipsRelocator::applyRelocation(Relocation& pRelocation)
59 Relocation::Type type = pRelocation.type();
65 // apply the relocation
69 const char* MipsRelocator::getName(Relocation::Type pType) const
74 Relocator::Size MipsRelocator::getSize(Relocation::Type pType) const
79 void MipsRelocator::scanRelocation(Relocation& pReloc,
84 // rsym - The relocation target symbol
86 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation")
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMFixupKinds.h 18 // fixup_arm_ldst_pcrel_12 - 12-bit PC relative relocation for symbol
26 // fixup_arm_pcrel_10_unscaled - 10-bit PC relative relocation for symbol
29 // fixup_arm_pcrel_10 - 10-bit PC relative relocation for symbol addresses
36 // fixup_thumb_adr_pcrel_10 - 10-bit PC relative relocation for symbol
40 // fixup_arm_adr_pcrel_12 - 12-bit PC relative relocation for the ADR
43 // fixup_t2_adr_pcrel_12 - 12-bit PC relative relocation for the ADR
46 // fixup_arm_condbranch - 24-bit PC relative relocation for conditional branch
49 // fixup_arm_uncondbranch - 24-bit PC relative relocation for
52 // fixup_t2_condbranch - 20-bit PC relative relocation for Thumb2 direct
55 // fixup_t2_uncondbranch - 20-bit PC relative relocation for Thumb2 direc
    [all...]

Completed in 151 milliseconds

1 2 34 5 6 7 8 91011>>