Searched refs:mm_pool32axf_op (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/mips/mm/ |
D | uasm-micromips.c | 58 { insn_divu, M(mm_pool32a_op, 0, 0, 0, mm_divu_op, mm_pool32axf_op), RT | RS }, 69 { insn_eret, M(mm_pool32a_op, 0, 0, 0, mm_eret_op, mm_pool32axf_op), 0 }, 74 { insn_jalr, M(mm_pool32a_op, 0, 0, 0, mm_jalr_op, mm_pool32axf_op), RT | RS }, 75 { insn_jr, M(mm_pool32a_op, 0, 0, 0, mm_jalr_op, mm_pool32axf_op), RS }, 83 { insn_mfc0, M(mm_pool32a_op, 0, 0, 0, mm_mfc0_op, mm_pool32axf_op), RT | RS | RD }, 84 { insn_mfhi, M(mm_pool32a_op, 0, 0, 0, mm_mfhi32_op, mm_pool32axf_op), RS }, 85 { insn_mflo, M(mm_pool32a_op, 0, 0, 0, mm_mflo32_op, mm_pool32axf_op), RS }, 86 { insn_mtc0, M(mm_pool32a_op, 0, 0, 0, mm_mtc0_op, mm_pool32axf_op), RT | RS | RD }, 106 { insn_sync, M(mm_pool32a_op, 0, 0, 0, mm_sync_op, mm_pool32axf_op), RS }, 107 { insn_tlbp, M(mm_pool32a_op, 0, 0, 0, mm_tlbp_op, mm_pool32axf_op), 0 }, [all …]
|
/linux-4.1.27/arch/mips/kernel/ |
D | process.c | 254 ip->r_format.func != mm_pool32axf_op) in is_jump_ins()
|
D | branch.c | 71 mm_pool32axf_op) { in __mm_isBranchInstr()
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | inst.h | 268 mm_pool32axf_op = 0x03c, enumerator
|