Home
last modified time | relevance | path

Searched refs:contpc (Results 1 – 4 of 4) sorted by relevance

/arch/mips/kernel/
A Dbranch.c98 *contpc = regs->cp0_epc + in __mm_isBranchInstr()
102 *contpc = regs->cp0_epc + in __mm_isBranchInstr()
191 *contpc = regs->cp0_epc + in __mm_isBranchInstr()
195 *contpc = regs->cp0_epc + in __mm_isBranchInstr()
236 *contpc >>= 28; in __mm_isBranchInstr()
237 *contpc <<= 28; in __mm_isBranchInstr()
247 *contpc >>= 27; in __mm_isBranchInstr()
248 *contpc <<= 27; in __mm_isBranchInstr()
250 set_isa16_mode(*contpc); in __mm_isBranchInstr()
267 unsigned long contpc; in __microMIPS_compute_return_epc() local
[all …]
A Dunaligned.c626 unsigned long origpc, contpc; in emulate_load_store_microMIPS() local
642 contpc = regs->cp0_epc + 2; in emulate_load_store_microMIPS()
649 contpc = regs->cp0_epc + 4; in emulate_load_store_microMIPS()
670 if (mm_isBranchInstr(regs, mminsn, &contpc)) in emulate_load_store_microMIPS()
1204 regs->cp0_epc = contpc; /* advance or branch */ in emulate_load_store_microMIPS()
/arch/mips/include/asm/
A Dbranch.h31 struct mm_decoded_insn dec_insn, unsigned long *contpc);
34 struct mm_decoded_insn dec_insn, unsigned long *contpc);
37 struct mm_decoded_insn dec_insn, unsigned long *contpc) in mm_isBranchInstr() argument
42 return __mm_isBranchInstr(regs, dec_insn, contpc); in mm_isBranchInstr()
/arch/mips/math-emu/
A Dcp1emu.c425 unsigned long *contpc) in isBranchInstr() argument
513 *contpc >>= 28; in isBranchInstr()
514 *contpc <<= 28; in isBranchInstr()
517 *contpc ^= bit; in isBranchInstr()
526 *contpc = regs->cp0_epc + in isBranchInstr()
530 *contpc = regs->cp0_epc + in isBranchInstr()
541 *contpc = regs->cp0_epc + in isBranchInstr()
1251 contpc = (xcp->cp0_epc + (contpc << 1)); in cop1Emulate()
1272 bcpc, contpc); in cop1Emulate()
1284 contpc = (xcp->cp0_epc + (contpc << 2)); in cop1Emulate()
[all …]

Completed in 25 milliseconds