Searched refs:mm_pool32a_op (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/mips/mm/ |
D | uasm-micromips.c | 43 [insn_addu] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD}, 45 [insn_and] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD}, 61 [insn_di] = {M(mm_pool32a_op, 0, 0, 0, mm_di_op, mm_pool32axf_op), RS}, 62 [insn_divu] = {M(mm_pool32a_op, 0, 0, 0, mm_divu_op, mm_pool32axf_op), RT | RS}, 73 [insn_eret] = {M(mm_pool32a_op, 0, 0, 0, mm_eret_op, mm_pool32axf_op), 0}, 74 [insn_ins] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_ins_op), RT | RS | RD | RE}, 75 [insn_ext] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_ext_op), RT | RS | RD | RE}, 78 [insn_jalr] = {M(mm_pool32a_op, 0, 0, 0, mm_jalr_op, mm_pool32axf_op), RT | RS}, 79 [insn_jr] = {M(mm_pool32a_op, 0, 0, 0, mm_jalr_op, mm_pool32axf_op), RS}, 87 [insn_mfc0] = {M(mm_pool32a_op, 0, 0, 0, mm_mfc0_op, mm_pool32axf_op), RT | RS | RD}, [all …]
|
/linux-6.1.9/arch/mips/kernel/ |
D | process.c | 207 if (ip->r_format.opcode == mm_pool32a_op && in is_jr_ra_ins() 338 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 | 635 case mm_pool32a_op: in emulate_load_store_microMIPS()
|
/linux-6.1.9/arch/mips/include/uapi/asm/ |
D | inst.h | 329 mm_pool32a_op, mm_pool16a_op, mm_lbu16_op, mm_move16_op, enumerator
|