Searched refs:next_pc (Results 1 – 8 of 8) sorted by relevance
/external/lldb/examples/python/ |
D | diagnose_unwind.py | 92 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/ |
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)
|
/external/chromium_org/v8/src/mips/ |
D | simulator-mips.cc | 1865 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 …]
|
D | simulator-mips.h | 273 int32_t* next_pc,
|
/external/chromium_org/v8/src/mips64/ |
D | simulator-mips64.cc | 1930 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 …]
|
D | simulator-mips64.h | 323 int64_t* next_pc,
|
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.h | 93 …oded_instruction_t *decodedInstruction, thumb_static_data_t *thumbStaticData, nub_addr_t *next_pc);
|
/external/vixl/src/a64/ |
D | assembler-a64.h | 1395 Instruction* next_pc = AlignUp(pc_, kInstructionSize); in EmitStringData() local 1396 EmitData(&pad, next_pc - pc_); in EmitStringData()
|