Searched refs:bcond_op (Results 1 – 4 of 4) sorted by relevance
/arch/mips/mm/ |
D | uasm.c | 92 { insn_bgez, M(bcond_op, 0, bgez_op, 0, 0, 0), RS | BIMM }, 93 { insn_bgezl, M(bcond_op, 0, bgezl_op, 0, 0, 0), RS | BIMM }, 94 { insn_bltz, M(bcond_op, 0, bltz_op, 0, 0, 0), RS | BIMM }, 95 { insn_bltzl, M(bcond_op, 0, bltzl_op, 0, 0, 0), RS | BIMM },
|
/arch/mips/kernel/ |
D | branch.c | 64 case bcond_op: in __compute_return_epc()
|
/arch/mips/include/asm/ |
D | inst.h | 18 spec_op, bcond_op, j_op, jal_op, enumerator
|
/arch/mips/math-emu/ |
D | cp1emu.c | 125 case bcond_op: in isBranchInstr()
|