/external/libffi/src/ia64/ |
unix.S | 517 data8 @pcrel(.Lst_void) // FFI_TYPE_VOID 518 data8 @pcrel(.Lst_sint32) // FFI_TYPE_INT 519 data8 @pcrel(.Lst_float) // FFI_TYPE_FLOAT 520 data8 @pcrel(.Lst_double) // FFI_TYPE_DOUBLE 521 data8 @pcrel(.Lst_ldouble) // FFI_TYPE_LONGDOUBLE 522 data8 @pcrel(.Lst_uint8) // FFI_TYPE_UINT8 523 data8 @pcrel(.Lst_sint8) // FFI_TYPE_SINT8 524 data8 @pcrel(.Lst_uint16) // FFI_TYPE_UINT16 525 data8 @pcrel(.Lst_sint16) // FFI_TYPE_SINT16 526 data8 @pcrel(.Lst_uint32) // FFI_TYPE_UINT3 [all...] |
/external/llvm/test/CodeGen/X86/ |
call-imm.ll | 6 ; call will be within 32-bits pcrel from the dest immediate.
|
/external/llvm/test/MC/MachO/ |
darwin-x86_64-diff-reloc-assign.s | 8 // address pcrel length extern type scattered symbolnum/value
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinterDwarf.cpp | 68 case dwarf::DW_EH_PE_pcrel: return "pcrel"; 73 case dwarf::DW_EH_PE_pcrel | dwarf::DW_EH_PE_udata4: return "pcrel udata4"; 74 case dwarf::DW_EH_PE_pcrel | dwarf::DW_EH_PE_sdata4: return "pcrel sdata4"; 75 case dwarf::DW_EH_PE_pcrel | dwarf::DW_EH_PE_udata8: return "pcrel udata8"; 76 case dwarf::DW_EH_PE_pcrel | dwarf::DW_EH_PE_sdata8: return "pcrel sdata8"; 78 return "indirect pcrel udata4"; 80 return "indirect pcrel sdata4"; 82 return "indirect pcrel udata8"; 84 return "indirect pcrel sdata8";
|
/external/llvm/include/llvm/CodeGen/ |
MachORelocation.h | 47 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len, 50 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len),
|
/external/llvm/lib/Target/MBlaze/MCTargetDesc/ |
MBlazeMCCodeEmitter.cpp | 89 void EmitImmediate(const MCInst &MI, unsigned opNo, bool pcrel, 150 EmitImmediate(const MCInst &MI, unsigned opNo, bool pcrel, unsigned &CurByte, 162 FixupKind = pcrel ? FK_PCRel_2 : FK_Data_2; 168 FixupKind = pcrel ? FK_PCRel_4 : FK_Data_4;
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86Disassembler.cpp | 319 uint64_t pcrel = 0; local 322 pcrel = insn.startLocation + 385 pcrel = insn.startLocation + insn.immediateOffset + insn.immediateSize; 398 pcrel = insn.startLocation + insn.immediateOffset + insn.immediateSize; 410 if(!tryAddingSymbolicOperand(immediate + pcrel, isBranch, insn.startLocation, 479 uint64_t pcrel = 0; local 555 pcrel = insn.startLocation + 559 insn.displacement + pcrel, Dis); 627 if(!tryAddingSymbolicOperand(insn.displacement + pcrel, false,
|
/external/llvm/test/CodeGen/AArch64/ |
pic-eh-stubs.ll | 11 ; CHECK: // @TType Encoding = indirect pcrel sdata8
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MachObjectWriter.cpp | 127 // expression addend without the PCrel bias. However, instructions with data 140 // would work either. The official way to get an absolute PCrel relocation 160 // We don't support PCrel relocations of differences. Darwin 'as' doesn't 284 // relocation entry (e.g., movb $012, L0(%rip)). Even with the PCrel 311 // GOTPCREL is allowed as a modifier on non-PCrel instructions, in which 312 // case all we do is set the PCrel bit in the relocation entry; this is 454 // If this is a subtraction then we're pcrel.
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
MSP430InstPrinter.cpp | 40 assert(Op.isExpr() && "unknown pcrel immediate operand");
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMFixupKinds.h | 81 // It is possible to create an "immediate" that happens to be pcrel.
|
/external/qemu/ |
elf.h | [all...] |
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MCTargetDesc.cpp | 135 // FIXME: We only handle PCRel branches for now.
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMFixupKinds.h | 103 // It is possible to create an "immediate" that happens to be pcrel.
|
/external/qemu/tcg/hppa/ |
tcg-target.c | 152 tcg_target_long pcrel; local 155 pcrel = (value - ((tcg_target_long)code_ptr + 8)) >> 2; 159 assert(check_fit_tl(pcrel, 12)); 162 assert(pcrel >= 0); 164 insn |= reassemble_12(pcrel); 167 assert(check_fit_tl(pcrel, 17)); 169 insn |= reassemble_17(pcrel); [all...] |
/external/elfutils/libelf/ |
elf.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
elf.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
elf.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
elf.h | [all...] |
/external/libffi/src/s390/ |
sysv.S | 166 .byte 0x1b # FDE Encoding (pcrel sdata4) 365 .byte 0x1b # FDE Encoding (pcrel sdata4)
|
/external/llvm/lib/MC/ |
MCDwarf.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86Subtarget.cpp | 38 /// current subtarget according to how we should reference it in a non-pcrel 53 /// current subtarget according to how we should reference it in a non-pcrel
|
X86Subtarget.h | 323 /// current subtarget according to how we should reference it in a non-pcrel 329 /// current subtarget according to how we should reference it in a non-pcrel
|
/external/libffi/src/powerpc/ |
linux64.S | 153 .byte 0x14 # FDE Encoding (pcrel udata8)
|
/external/llvm/lib/Target/X86/InstPrinter/ |
X86ATTInstPrinter.cpp | 136 assert(Op.isExpr() && "unknown pcrel immediate operand");
|