Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mm/
H A 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},
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dinst.h45 sll_op, movc_op, srl_op, sra_op, enumerator
/openbmc/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c119 case srl_op: in mipsr6_emul()