Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dinst.h23 #define MIPSInst_OPCODE(x) (MIPSInst(x) >> I_OPCODE_SFT) macro
/linux-4.1.27/arch/mips/kernel/
Dmips-r2-to-r6-emul.c78 switch (MIPSInst_OPCODE(ir)) { in mipsr6_emul()
184 ir, MIPSInst_OPCODE(ir)); in mipsr6_emul()
925 switch (MIPSInst_OPCODE(inst)) { in mipsr2_decoder()
1024 switch (MIPSInst_OPCODE(nir)) { in mipsr2_decoder()
1073 switch (MIPSInst_OPCODE(nir)) { in mipsr2_decoder()
1125 switch (MIPSInst_OPCODE(inst)) { in mipsr2_decoder()
1140 switch (MIPSInst_OPCODE(nir)) { in mipsr2_decoder()
/linux-4.1.27/arch/mips/math-emu/
Dcp1emu.c1050 switch (MIPSInst_OPCODE(ir)) { in cop1Emulate()
1282 switch (MIPSInst_OPCODE(ir)) { in cop1Emulate()