/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_O32_PIC_relocations.s | 36 # rtdyld-check: decode_operand(R_MIPS_26, 0)[27:0] = stub_addr(test_ELF_O32.o, .text, foo)[27:0] 37 # rtdyld-check: decode_operand(R_MIPS_26, 0)[1:0] = 0 38 R_MIPS_26: label
|
D | ELF_Mips64r2N64_PIC_relocations.s | 45 # Test R_MIPS_26 relocation.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_O32_PIC_relocations.s | 37 # rtdyld-check: decode_operand(R_MIPS_26, 0)[27:0] = stub_addr(test_ELF_O32.o, .text, foo)[27:0] 38 # rtdyld-check: decode_operand(R_MIPS_26, 0)[1:0] = 0 39 R_MIPS_26: label
|
D | ELF_N32_relocations.s | 46 # Test R_MIPS_26 relocation.
|
D | ELF_Mips64r2N64_PIC_relocations.s | 46 # Test R_MIPS_26 relocation.
|
/external/u-boot/arch/mips/include/asm/ |
D | relocs.h | 13 #define R_MIPS_26 4 macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 71 case ELF::R_MIPS_26: in evaluateMIPS32Relocation() 134 case ELF::R_MIPS_26: in evaluateMIPS64Relocation() 249 case ELF::R_MIPS_26: in applyMIPSRelocation()
|
/external/u-boot/arch/mips/lib/ |
D | reloc.c | 72 case R_MIPS_26: in apply_reloc()
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | vector-arg.ll | 349 ; MIPS32: jal 0 <test_returning_arg0> 228: R_MIPS_26 killXmmRegisters 387 ; MIPS32: jal 0 <test_returning_arg0> 2c0: R_MIPS_26 VectorArgs 462 ; MIPS32: jal 0 <test_returning_arg0> 348: R_MIPS_26 killXmmRegisters 516 ; MIPS32: jal 0 <test_returning_arg0> 420: R_MIPS_26 InterspersedVectorArgs 563 ; MIPS32: jal 0 <test_returning_arg0> {{.*}} R_MIPS_26 VectorReturn 575 ; MIPS32: jal 0 <test_returning_arg0> {{.*}} R_MIPS_26 VectorReturn
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | Mips.def | 10 ELF_RELOC(R_MIPS_26, 4)
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | Mips.def | 10 ELF_RELOC(R_MIPS_26, 4)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | Mips.def | 10 ELF_RELOC(R_MIPS_26, 4)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | long-calls.ll | 26 ; Use `jal` instruction with R_MIPS_26 relocation.
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 285 return ELF::R_MIPS_26; in getRelocType() 527 case ELF::R_MIPS_26: in needsRelocateWithSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 297 return ELF::R_MIPS_26; in getRelocType() 575 case ELF::R_MIPS_26: in needsRelocateWithSymbol()
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 421 ELF-MIPS: Type: R_MIPS_26 (4) 473 ELF-MIPS64EL: Type: R_MIPS_26/R_MIPS_26/R_MIPS_26 (263172)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 421 ELF-MIPS: Type: R_MIPS_26 (4) 473 ELF-MIPS64EL: Type: R_MIPS_26/R_MIPS_26/R_MIPS_26 (263172)
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 518 case ELF::R_MIPS_26: in resolveMIPSRelocation() 654 case ELF::R_MIPS_26: in evaluateMIPS64Relocation() 747 case ELF::R_MIPS_26: in applyMIPS64Relocation() 1383 if (RelType == ELF::R_MIPS_26) { in processRelocationRef()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 598 Fixup->set_kind(llvm::ELF::R_MIPS_26); in createMIPS32Fixup() 624 case llvm::ELF::R_MIPS_26: in emit() 639 if (kind() == llvm::ELF::R_MIPS_26) { in emitOffset()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 608 R_MIPS_26 = 4, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 945 R_MIPS_26 = 4 variable in Relocs_Elf_Mips
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 857 R_MIPS_26 = 4 variable in Relocs_Elf_Mips
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1262 if (RelType == ELF::R_MIPS_26) { in processRelocationRef() 1364 } else if (RelType == ELF::R_MIPS_26) { in processRelocationRef()
|
/external/swiftshader/third_party/subzero/tests_lit/assembler/mips32/ |
D | encoding_test_arith_fp.ll | 545 ; IASM: .word 0xc000000 # R_MIPS_26 bar
|
/external/kmod/port-gnu/ |
D | elf.h | 1607 #define R_MIPS_26 4 /* Direct 26 bit shifted */ macro
|