Home
last modified time | relevance | path

Searched refs:R_MIPS_PCHI16 (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_N64R6_relocations.s44 # Test R_MIPS_PCHI16 relocation.
45 # rtdyld-check: decode_operand(R_MIPS_PCHI16, 1)[15:0] = (foo - R_MIPS_PCHI16 + 0x8000)[31:16]
46 R_MIPS_PCHI16: label
DELF_O32R6_relocations.s39 # Test R_MIPS_PCHI16 relocation.
40 # rtdyld-check: decode_operand(R_MIPS_PCHI16, 1)[15:0] = (foo - R_MIPS_PCHI16 + 0x8000)[31:16]
41 R_MIPS_PCHI16: label
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp97 case ELF::R_MIPS_PCHI16: { in evaluateMIPS32Relocation()
201 case ELF::R_MIPS_PCHI16: { in evaluateMIPS64Relocation()
227 case ELF::R_MIPS_PCHI16: in applyMIPSRelocation()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def62 ELF_RELOC(R_MIPS_PCHI16, 64)
/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def62 ELF_RELOC(R_MIPS_PCHI16, 64)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DMips.def62 ELF_RELOC(R_MIPS_PCHI16, 64)
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp261 return ELF::R_MIPS_PCHI16; in getRelocType()
577 case ELF::R_MIPS_PCHI16: in needsRelocateWithSymbol()
/external/llvm/test/MC/Mips/mips32r6/
Drelocations.s54 # CHECK-ELF: 0x1C R_MIPS_PCHI16 bar 0x0
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s58 # CHECK-ELF: 0x1C R_MIPS_PCHI16/R_MIPS_NONE/R_MIPS_NONE bar 0x0
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp271 return ELF::R_MIPS_PCHI16; in getRelocType()
631 case ELF::R_MIPS_PCHI16: in needsRelocateWithSymbol()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp567 case ELF::R_MIPS_PCHI16: { in resolveMIPSRelocation()
718 case ELF::R_MIPS_PCHI16: { in evaluateMIPS64Relocation()
758 case ELF::R_MIPS_PCHI16: in applyMIPS64Relocation()
1182 case ELF::R_MIPS_PCHI16: in getMatchingLoRelocation()
1428 } else if (RelType == ELF::R_MIPS_HI16 || RelType == ELF::R_MIPS_PCHI16) { in processRelocationRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1003 case ELF::R_MIPS_PCHI16: in getMatchingLoRelocation()
1319 } else if (RelType == ELF::R_MIPS_HI16 || RelType == ELF::R_MIPS_PCHI16) { in processRelocationRef()