Home
last modified time | relevance | path

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

/external/lldb/examples/python/
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/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)
/external/chromium_org/v8/src/mips/
Dsimulator-mips.cc1865 int32_t* next_pc, in ConfigureTypeRegister() argument
1922 *next_pc = get_register(instr->RsValue()); in ConfigureTypeRegister()
2162 int32_t next_pc = 0; in DecodeTypeRegister() local
2170 &next_pc, in DecodeTypeRegister()
2496 set_pc(next_pc); in DecodeTypeRegister()
2506 set_pc(next_pc); in DecodeTypeRegister()
2697 int32_t next_pc = bad_ra; in DecodeTypeImmediate() local
2727 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
2729 next_pc = current_pc + kBranchReturnOffset; in DecodeTypeImmediate()
2738 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
[all …]
Dsimulator-mips.h273 int32_t* next_pc,
/external/chromium_org/v8/src/mips64/
Dsimulator-mips64.cc1930 int64_t* next_pc, in ConfigureTypeRegister() argument
1993 *next_pc = get_register(instr->RsValue()); in ConfigureTypeRegister()
2288 int64_t next_pc = 0; in DecodeTypeRegister() local
2299 &next_pc, in DecodeTypeRegister()
2617 set_pc(next_pc); in DecodeTypeRegister()
2627 set_pc(next_pc); in DecodeTypeRegister()
2826 int64_t next_pc = bad_ra; in DecodeTypeImmediate() local
2858 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
2860 next_pc = current_pc + kBranchReturnOffset; in DecodeTypeImmediate()
2868 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
[all …]
Dsimulator-mips64.h323 int64_t* next_pc,
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h93 …oded_instruction_t *decodedInstruction, thumb_static_data_t *thumbStaticData, nub_addr_t *next_pc);
/external/vixl/src/a64/
Dassembler-a64.h1395 Instruction* next_pc = AlignUp(pc_, kInstructionSize); in EmitStringData() local
1396 EmitData(&pad, next_pc - pc_); in EmitStringData()