Home
last modified time | relevance | path

Searched refs:next_pc (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DMachO_x86-64_PIC_relocations.s15 # 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)
DELF_x86-64_PIC-small-relocations.s14 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
DCOFF_x86_64.s24 # rtdyld-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1)
DMachO_i386_DynNoPIC_relocations.s22 # rtdyld-check: decode_operand(inst2, 0) = bling$stub - next_pc(inst2)
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DMachO_x86-64_PIC_relocations.s14 # 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)
DELF_x86-64_PIC-small-relocations.s13 # rtdyld-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
DCOFF_x86_64.s23 # rtdyld-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1)
DMachO_i386_DynNoPIC_relocations.s21 # rtdyld-check: decode_operand(inst2, 0) = bling$stub - next_pc(inst2)
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_N64R6_relocations.s36 # 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…
DELF_O32R6_relocations.s31 # 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/
DELF_N64R6_relocations.s35 # 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…
DELF_O32R6_relocations.s30 # 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/
Dsimulator-mips.cc3794 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/
Dsimulator-mips64.cc3669 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 …]