Home
last modified time | relevance | path

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

/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_N64R6_relocations.s34 # Test R_MIPS_PC21_S2 relocation.
35 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2) + 0x04)[2…
36 R_MIPS_PC21_S2: label
DELF_O32R6_relocations.s29 # Test R_MIPS_PC21_S2 relocation.
30 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2) + 0x04)[2…
31 R_MIPS_PC21_S2: label
/external/llvm/test/MC/Mips/mips32r6/
Drelocations.s50 # CHECK-ELF: 0xC R_MIPS_PC21_S2 bar 0x0
51 # CHECK-ELF: 0x10 R_MIPS_PC21_S2 bar 0x0
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp89 case ELF::R_MIPS_PC21_S2: { in evaluateMIPS32Relocation()
193 case ELF::R_MIPS_PC21_S2: { in evaluateMIPS64Relocation()
244 case ELF::R_MIPS_PC21_S2: in applyMIPSRelocation()
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s54 # CHECK-ELF: 0xC R_MIPS_PC21_S2/R_MIPS_NONE/R_MIPS_NONE bar 0xFFFFFFFFFFFFFFFC
55 # CHECK-ELF: 0x10 R_MIPS_PC21_S2/R_MIPS_NONE/R_MIPS_NONE bar 0xFFFFFFFFFFFFFFFC
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def58 ELF_RELOC(R_MIPS_PC21_S2, 60)
/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def58 ELF_RELOC(R_MIPS_PC21_S2, 60)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DMips.def58 ELF_RELOC(R_MIPS_PC21_S2, 60)
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp257 return ELF::R_MIPS_PC21_S2; in getRelocType()
573 case ELF::R_MIPS_PC21_S2: in needsRelocateWithSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp267 return ELF::R_MIPS_PC21_S2; in getRelocType()
627 case ELF::R_MIPS_PC21_S2: in needsRelocateWithSymbol()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp553 case ELF::R_MIPS_PC21_S2: { in resolveMIPSRelocation()
710 case ELF::R_MIPS_PC21_S2: { in evaluateMIPS64Relocation()
776 case ELF::R_MIPS_PC21_S2: in applyMIPS64Relocation()
1461 else if (RelType == ELF::R_MIPS_PC21_S2) in processRelocationRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1352 else if (RelType == ELF::R_MIPS_PC21_S2) in processRelocationRef()