Searched refs:bgtz_op (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | probes-common.h | 59 case bgtz_op: in __insn_has_delay_slot()
|
H A D | branch.c | 650 case bgtz_op: in __compute_return_epc_for_insn() 887 case bgtz_op: in __insn_is_compact_branch()
|
/openbmc/linux/arch/mips/mm/ |
H A D | uasm-mips.c | 61 [insn_bgtz] = {M(bgtz_op, 0, 0, 0, 0, 0), RS | BIMM},
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | inst.h | 24 beq_op, bne_op, blez_op, bgtz_op, enumerator
|
/openbmc/linux/arch/mips/kvm/ |
H A D | emulate.c | 185 case bgtz_op: /* POP07 */ in kvm_compute_return_epc()
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | cp1emu.c | 591 case bgtz_op: in isBranchInstr()
|