Searched refs:next_pc (Results 1 - 8 of 8) sorted by relevance

/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A 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)
/external/lldb/examples/python/
H A Ddiagnose_unwind.py92 next_pc = 0
96 next_pc = process.ReadPointerFromMemory(cur_fp + process.GetAddressByteSize(), error)
98 next_pc = 0
103 if target.triple[0:3] == "arm" and (next_pc & 1) == 1:
104 next_pc = next_pc & ~1
105 cur_pc = next_pc
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc1865 int32_t* next_pc,
1922 *next_pc = get_register(instr->RsValue());
2162 int32_t next_pc = 0; local
2170 &next_pc,
2496 set_pc(next_pc);
2506 set_pc(next_pc);
2697 int32_t next_pc = bad_ra; local
2725 // Set next_pc.
2727 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2729 next_pc
1861 ConfigureTypeRegister(Instruction* instr, int32_t* alu_out, int64_t* i64hilo, uint64_t* u64hilo, int32_t* next_pc, int32_t* return_addr_reg, bool* do_interrupt) argument
[all...]
H A Dsimulator-mips.h273 int32_t* next_pc,
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc1930 int64_t* next_pc,
1993 *next_pc = get_register(instr->RsValue());
2288 int64_t next_pc = 0; local
2299 &next_pc,
2617 set_pc(next_pc);
2627 set_pc(next_pc);
2826 int64_t next_pc = bad_ra; local
2856 // Set next_pc.
2858 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize;
2860 next_pc
1926 ConfigureTypeRegister(Instruction* instr, int64_t* alu_out, int64_t* i64hilo, uint64_t* u64hilo, int64_t* next_pc, int64_t* return_addr_reg, bool* do_interrupt, int64_t* i128resultH, int64_t* i128resultL) argument
[all...]
H A Dsimulator-mips64.h323 int64_t* next_pc,
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h93 arm_error_t DecodeInstructionUsingDisassembler(nub_addr_t curr_pc, uint32_t curr_cpsr, arm_decoded_instruction_t *decodedInstruction, thumb_static_data_t *thumbStaticData, nub_addr_t *next_pc);
/external/vixl/src/a64/
H A Dassembler-a64.h1395 Instruction* next_pc = AlignUp(pc_, kInstructionSize);
1396 EmitData(&pad, next_pc - pc_);

Completed in 1823 milliseconds