Searched refs:next_pc (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | MachO_x86-64_PIC_relocations.s | 15 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1) 20 # rtdyld-check: decode_operand(insn2, 4) = x - next_pc(insn2) 28 # rtdyld-check: decode_operand(insn3, 4) = stub_addr(test_x86-64.o, __text, y) - next_pc(insn3)
|
D | ELF_x86-64_PIC-small-relocations.s | 14 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
|
D | COFF_x86_64.s | 24 # rtdyld-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1)
|
D | MachO_i386_DynNoPIC_relocations.s | 22 # rtdyld-check: decode_operand(inst2, 0) = bling$stub - next_pc(inst2)
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | MachO_x86-64_PIC_relocations.s | 14 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1) 19 # rtdyld-check: decode_operand(insn2, 4) = x - next_pc(insn2) 27 # rtdyld-check: decode_operand(insn3, 4) = stub_addr(test_x86-64.o, __text, y) - next_pc(insn3)
|
D | ELF_x86-64_PIC-small-relocations.s | 13 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
|
D | COFF_x86_64.s | 23 # rtdyld-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1)
|
D | MachO_i386_DynNoPIC_relocations.s | 21 # rtdyld-check: decode_operand(inst2, 0) = bling$stub - next_pc(inst2)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_N64R6_relocations.s | 36 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2) + 0x04)[2… 41 # rtdyld-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2) + 0x04)[2…
|
D | ELF_O32R6_relocations.s | 31 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2) + 0x04)[2… 36 # rtdyld-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2) + 0x04)[2…
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_N64R6_relocations.s | 35 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2) + 0x04)[2… 40 # rtdyld-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2) + 0x04)[2…
|
D | ELF_O32R6_relocations.s | 30 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2) + 0x04)[2… 35 # rtdyld-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2) + 0x04)[2…
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 3794 int32_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local 3799 set_pc(next_pc); in DecodeTypeRegisterSPECIAL() 3804 int32_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local 3811 set_pc(next_pc); in DecodeTypeRegisterSPECIAL() 6288 int32_t next_pc = bad_ra; in DecodeTypeImmediate() local 6301 [this, &next_pc, &execute_branch_delay_instruction](bool do_branch) { in DecodeTypeImmediate() 6307 next_pc = current_pc + (imm16 << 2) + kInstrSize; in DecodeTypeImmediate() 6309 next_pc = current_pc + 2 * kInstrSize; in DecodeTypeImmediate() 6313 auto BranchHelper = [this, &next_pc, in DecodeTypeImmediate() 6319 next_pc = current_pc + (imm16 << 2) + kInstrSize; in DecodeTypeImmediate() [all …]
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 3669 int64_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local 3674 set_pc(next_pc); in DecodeTypeRegisterSPECIAL() 3679 int64_t next_pc = rs(); in DecodeTypeRegisterSPECIAL() local 3686 set_pc(next_pc); in DecodeTypeRegisterSPECIAL() 6524 int64_t next_pc = bad_ra; in DecodeTypeImmediate() local 6541 [this, &next_pc, &execute_branch_delay_instruction](bool do_branch) { in DecodeTypeImmediate() 6547 next_pc = current_pc + (imm16 << 2) + kInstrSize; in DecodeTypeImmediate() 6549 next_pc = current_pc + 2 * kInstrSize; in DecodeTypeImmediate() 6553 auto BranchHelper = [this, &next_pc, in DecodeTypeImmediate() 6559 next_pc = current_pc + (imm16 << 2) + kInstrSize; in DecodeTypeImmediate() [all …]
|