Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dinst.h23 #define MIPSInst_OPCODE(x) (MIPSInst(x) >> I_OPCODE_SFT) macro
/linux-4.4.14/arch/mips/kernel/
Dmips-r2-to-r6-emul.c79 switch (MIPSInst_OPCODE(ir)) { in mipsr6_emul()
185 ir, MIPSInst_OPCODE(ir)); in mipsr6_emul()
926 switch (MIPSInst_OPCODE(inst)) { in mipsr2_decoder()
1025 switch (MIPSInst_OPCODE(nir)) { in mipsr2_decoder()
1074 switch (MIPSInst_OPCODE(nir)) { in mipsr2_decoder()
1126 switch (MIPSInst_OPCODE(inst)) { in mipsr2_decoder()
1141 switch (MIPSInst_OPCODE(nir)) { in mipsr2_decoder()
/linux-4.4.14/arch/mips/math-emu/
Dcp1emu.c1050 switch (MIPSInst_OPCODE(ir)) { in cop1Emulate()
1282 switch (MIPSInst_OPCODE(ir)) { in cop1Emulate()