Home
last modified time | relevance | path

Searched refs:R_MIPS_PCLO16 (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_O32R6_relocations.s45 # Test R_MIPS_PCLO16 relocation.
46 # rtdyld-check: decode_operand(R_MIPS_PCLO16, 2)[15:0] = (foo - R_MIPS_PCLO16)[15:0]
47 R_MIPS_PCLO16: label
DELF_N64R6_relocations.s50 # Test R_MIPS_PCLO16 relocation.
51 # rtdyld-check: decode_operand(R_MIPS_PCLO16, 2)[15:0] = (foo - R_MIPS_PCLO16)[15:0]
52 R_MIPS_PCLO16: label
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_N64R6_relocations.s49 # Test R_MIPS_PCLO16 relocation.
50 # rtdyld-check: decode_operand(R_MIPS_PCLO16, 2)[15:0] = (foo - R_MIPS_PCLO16)[15:0]
51 R_MIPS_PCLO16: label
DELF_O32R6_relocations.s44 # Test R_MIPS_PCLO16 relocation.
45 # rtdyld-check: decode_operand(R_MIPS_PCLO16, 2)[15:0] = (foo - R_MIPS_PCLO16)[15:0]
46 R_MIPS_PCLO16: label
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp102 case ELF::R_MIPS_PCLO16: { in evaluateMIPS32Relocation()
206 case ELF::R_MIPS_PCLO16: { in evaluateMIPS64Relocation()
229 case ELF::R_MIPS_PCLO16: in applyMIPSRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def63 ELF_RELOC(R_MIPS_PCLO16, 65)
/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def63 ELF_RELOC(R_MIPS_PCLO16, 65)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DMips.def63 ELF_RELOC(R_MIPS_PCLO16, 65)
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp263 return ELF::R_MIPS_PCLO16; in getRelocType()
578 case ELF::R_MIPS_PCLO16: in needsRelocateWithSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r6/
Drelocations.s58 # CHECK-ELF: 0x20 R_MIPS_PCLO16 bar 0x0
/external/llvm/test/MC/Mips/mips32r6/
Drelocations.s55 # CHECK-ELF: 0x20 R_MIPS_PCLO16 bar 0x0
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp267 return ELF::R_MIPS_PCLO16; in getRelocType()
622 case ELF::R_MIPS_PCLO16: in needsRelocateWithSymbol()
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s59 # CHECK-ELF: 0x20 R_MIPS_PCLO16/R_MIPS_NONE/R_MIPS_NONE bar 0x0
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r6/
Drelocations.s62 # CHECK-ELF: 0x20 R_MIPS_PCLO16/R_MIPS_NONE/R_MIPS_NONE bar 0x0
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp574 case ELF::R_MIPS_PCLO16: { in resolveMIPSRelocation()
722 case ELF::R_MIPS_PCLO16: { in evaluateMIPS64Relocation()
759 case ELF::R_MIPS_PCLO16: in applyMIPS64Relocation()
1183 return ELF::R_MIPS_PCLO16; in getMatchingLoRelocation()
1432 } else if (RelType == ELF::R_MIPS_LO16 || RelType == ELF::R_MIPS_PCLO16) { in processRelocationRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp994 return ELF::R_MIPS_PCLO16; in getMatchingLoRelocation()
1313 } else if (RelType == ELF::R_MIPS_LO16 || RelType == ELF::R_MIPS_PCLO16) { in processRelocationRef()