Searched refs:mm_pool32a_op (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
D | uasm-micromips.c | 44 { insn_addu, M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD }, 46 { insn_and, M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD }, 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 }, 70 { insn_ins, M(mm_pool32a_op, 0, 0, 0, 0, mm_ins_op), RT | RS | RD | RE }, 71 { insn_ext, M(mm_pool32a_op, 0, 0, 0, 0, mm_ext_op), RT | RS | RD | RE }, 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 }, [all …]
|
/linux-4.4.14/arch/mips/kernel/ |
D | process.c | 253 if (ip->r_format.opcode != mm_pool32a_op || in is_jump_ins()
|
D | branch.c | 69 case mm_pool32a_op: in __mm_isBranchInstr()
|
D | unaligned.c | 1418 case mm_pool32a_op: in emulate_load_store_microMIPS()
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | inst.h | 250 mm_pool32a_op, mm_pool16a_op, mm_lbu16_op, mm_move16_op, enumerator
|