Home
last modified time | relevance | path

Searched refs:R_MIPS_PC18_S3 (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_N64R6_relocations.s25 # Test R_MIPS_PC18_S3 relocation.
26 # rtdyld-check: decode_operand(R_MIPS_PC18_S3, 1)[20:0] = (foo - R_MIPS_PC18_S3)[20:0]
27 R_MIPS_PC18_S3: label
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_N64R6_relocations.s24 # Test R_MIPS_PC18_S3 relocation.
25 # rtdyld-check: decode_operand(R_MIPS_PC18_S3, 1)[20:0] = (foo - R_MIPS_PC18_S3)[20:0]
26 R_MIPS_PC18_S3: label
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp186 case ELF::R_MIPS_PC18_S3: { in evaluateMIPS64Relocation()
237 case ELF::R_MIPS_PC18_S3: in applyMIPSRelocation()
/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def60 ELF_RELOC(R_MIPS_PC18_S3, 62)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def60 ELF_RELOC(R_MIPS_PC18_S3, 62)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DMips.def60 ELF_RELOC(R_MIPS_PC18_S3, 62)
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp255 return ELF::R_MIPS_PC18_S3; in getRelocType()
575 case ELF::R_MIPS_PC18_S3: in needsRelocateWithSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp259 return ELF::R_MIPS_PC18_S3; in getRelocType()
619 case ELF::R_MIPS_PC18_S3: in needsRelocateWithSymbol()
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s60 # CHECK-ELF: 0x24 R_MIPS_PC18_S3/R_MIPS_NONE/R_MIPS_NONE bar 0x0
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r6/
Drelocations.s64 # CHECK-ELF: 0x28 R_MIPS_PC18_S3/R_MIPS_NONE/R_MIPS_NONE bar 0x0
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp702 case ELF::R_MIPS_PC18_S3: { in evaluateMIPS64Relocation()
768 case ELF::R_MIPS_PC18_S3: in applyMIPS64Relocation()