Home
last modified time | relevance | path

Searched refs:srl_op (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/mips/mm/
Duasm-mips.c170 [insn_rotr] = {M(spec_op, 1, 0, 0, 0, srl_op), RT | RD | RE},
191 [insn_srl] = {M(spec_op, 0, 0, 0, 0, srl_op), RT | RD | RE},
/linux-5.19.10/arch/mips/include/uapi/asm/
Dinst.h45 sll_op, movc_op, srl_op, sra_op, enumerator
/linux-5.19.10/arch/mips/kernel/
Dmips-r2-to-r6-emul.c119 case srl_op: in mipsr6_emul()