Searched refs:cop0_op (Results 1 – 6 of 6) sorted by relevance
/arch/mips/mm/ |
D | uasm-mips.c | 81 [insn_di] = {M(cop0_op, mfmc0_op, 0, 12, 0, 0), RT}, 88 [insn_dmfc0] = {M(cop0_op, dmfc_op, 0, 0, 0, 0), RT | RD | SET}, 91 [insn_dmtc0] = {M(cop0_op, dmtc_op, 0, 0, 0, 0), RT | RD | SET}, 109 [insn_eret] = {M(cop0_op, cop_op, 0, 0, 0, eret_op), 0}, 139 [insn_mfc0] = {M(cop0_op, mfc_op, 0, 0, 0, 0), RT | RD | SET}, 140 [insn_mfhc0] = {M(cop0_op, mfhc0_op, 0, 0, 0, 0), RT | RD | SET}, 147 [insn_mtc0] = {M(cop0_op, mtc_op, 0, 0, 0, 0), RT | RD | SET}, 148 [insn_mthc0] = {M(cop0_op, mthc0_op, 0, 0, 0, 0), RT | RD | SET}, 167 [insn_rfe] = {M(cop0_op, cop_op, 0, 0, 0, rfe_op), 0}, 195 [insn_tlbp] = {M(cop0_op, cop_op, 0, 0, 0, tlbp_op), 0}, [all …]
|
/arch/nds32/include/asm/ |
D | nds32_fpu_inst.h | 7 #define cop0_op 0x35 macro
|
/arch/nds32/math-emu/ |
D | fpuemu.c | 385 if (NDS32Insn_OPCODE(insn) != cop0_op)
|
/arch/mips/include/uapi/asm/ |
D | inst.h | 27 cop0_op, cop1_op, cop2_op, cop1x_op, enumerator
|
/arch/mips/kvm/ |
D | vz.c | 1231 case cop0_op: in kvm_trap_vz_handle_gpsi() 1312 if (inst.c0r_format.opcode == cop0_op && in kvm_trap_vz_handle_gsfc()
|
/arch/mips/math-emu/ |
D | cp1emu.c | 699 case cop0_op: in isBranchInstr()
|