Home
last modified time | relevance | path

Searched refs:MIPSInst_SIMM (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/mips/math-emu/
Dcp1emu.c280 MIPSInst_SIMM(ir)); in cop1Emulate()
301 MIPSInst_SIMM(ir)); in cop1Emulate()
321 MIPSInst_SIMM(ir)); in cop1Emulate()
341 MIPSInst_SIMM(ir)); in cop1Emulate()
478 (MIPSInst_SIMM(ir) << 2)); in cop1Emulate()
/linux-3.4.99/arch/mips/include/asm/
Dinst.h380 #define MIPSInst_SIMM(x) ((int)((short)(MIPSInst(x) & 0xffff))) macro