Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dinst.h23 #define MIPSInst_OPCODE(x) (MIPSInst(x) >> I_OPCODE_SFT) macro
/openbmc/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c80 switch (MIPSInst_OPCODE(ir)) { in mipsr6_emul()
186 ir, MIPSInst_OPCODE(ir)); in mipsr6_emul()
927 switch (MIPSInst_OPCODE(inst)) { in mipsr2_decoder()
1026 switch (MIPSInst_OPCODE(nir)) { in mipsr2_decoder()
1075 switch (MIPSInst_OPCODE(nir)) { in mipsr2_decoder()
1137 switch (MIPSInst_OPCODE(inst)) { in mipsr2_decoder()
1152 switch (MIPSInst_OPCODE(nir)) { in mipsr2_decoder()
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c1048 switch (MIPSInst_OPCODE(ir)) { in cop1Emulate()
1286 switch (MIPSInst_OPCODE(ir)) { in cop1Emulate()