HomeSort by relevance Sort by last modified time
    Searched refs:next_pc (Results 1 - 7 of 7) sorted by null

  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
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)
COFF_x86_64.s 23 # rtdyld-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1)
MachO_i386_DynNoPIC_relocations.s 21 # rtdyld-check: decode_operand(inst2, 0) = bling$stub - next_pc(inst2)
  /external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_N64R6_relocations.s 35 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2))[22:0]
40 # rtdyld-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2))[27:0]
ELF_O32R6_relocations.s 30 # rtdyld-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2))[22:0]
35 # rtdyld-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2))[27:0]
  /external/v8/src/mips/
simulator-mips.cc 3457 int32_t next_pc = rs(); local
3467 int32_t next_pc = rs(); local
3911 int32_t next_pc = bad_ra; local
4353 int32_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); local
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 3394 int64_t next_pc = rs(); local
3404 int64_t next_pc = rs(); local
4119 int64_t next_pc = bad_ra; local
4615 int64_t next_pc = pc_high_bits | (instr->Imm26Value() << 2); local
    [all...]

Completed in 56 milliseconds