Searched refs:contpc (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/mips/kernel/ |
| A D | branch.c | 98 *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 D | unaligned.c | 584 unsigned long origpc, contpc; in emulate_load_store_microMIPS() local 600 contpc = regs->cp0_epc + 2; in emulate_load_store_microMIPS() 607 contpc = regs->cp0_epc + 4; in emulate_load_store_microMIPS() 628 if (mm_isBranchInstr(regs, mminsn, &contpc)) in emulate_load_store_microMIPS() 1162 regs->cp0_epc = contpc; /* advance or branch */ in emulate_load_store_microMIPS()
|
| /linux/arch/mips/math-emu/ |
| A D | cp1emu.c | 425 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 …]
|
| /linux/arch/mips/include/asm/ |
| A D | branch.h | 31 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()
|
| /linux/arch/nds32/math-emu/ |
| A D | fpuemu.c | 369 unsigned long emulpc, contpc; local 383 contpc = regs->ipc + 4; 397 regs->ipc = contpc;
|
Completed in 13 milliseconds