Searched defs:next_pc (Results 1 – 10 of 10) sorted by relevance
284 uint64_t next_pc = pc + llvm::SignExtend64<23>(offs21 << 2); in EmulateBEQZ64() local304 uint64_t next_pc = pc + llvm::SignExtend64<23>(offs21 << 2); in EmulateBNEZ64() local325 uint64_t next_pc = pc + llvm::SignExtend64<23>(offs21 << 2); in EmulateBCEQZ64() local347 uint64_t next_pc = pc + llvm::SignExtend64<23>(offs21 << 2); in EmulateBCNEZ64() local382 uint64_t next_pc = pc + llvm::SignExtend64<28>(offs26 << 2); in EmulateB64() local398 uint64_t next_pc = pc + llvm::SignExtend64<28>(offs26 << 2); in EmulateBL64() local419 uint64_t next_pc = pc + llvm::SignExtend64<18>(Bits32(inst, 25, 10) << 2); in EmulateBEQ64() local442 uint64_t next_pc = pc + llvm::SignExtend64<18>(Bits32(inst, 25, 10) << 2); in EmulateBNE64() local467 uint64_t next_pc = pc + llvm::SignExtend64<18>(Bits32(inst, 25, 10) << 2); in EmulateBLT64() local492 uint64_t next_pc = pc + llvm::SignExtend64<18>(Bits32(inst, 25, 10) << 2); in EmulateBGE64() local[all …]
136 lldb::addr_t next_pc; in SetupSoftwareSingleStepping() local
1443 static CORE_ADDR next_pc; in alpha_software_single_step() local
567 CORE_ADDR next_pc; in frv_analyze_prologue() local
1840 static int next_pc; /* State between setting and unsetting. */ in arm_software_single_step() local
1229 CORE_ADDR next_pc; in s390_analyze_prologue() local
401 static CORE_ADDR next_pc = 0; variable
1021 CORE_ADDR next_pc; in examine_prologue() local
2178 static CORE_ADDR next_pc; in mips_software_single_step() local
2758 int next_pc = block->next == NULL ? pc : block->next->pc; local