Searched refs:MIPSInst (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dinst.h336 /* In case some other massaging is needed, keep MIPSInst as wrapper */
338 #define MIPSInst(x) x macro
341 #define MIPSInst_OPCODE(x) (MIPSInst(x) >> I_OPCODE_SFT)
344 #define MIPSInst_JTARGET(x) (MIPSInst(x) & 0x03ffffff)
347 #define MIPSInst_RS(x) ((MIPSInst(x) & 0x03e00000) >> I_RS_SFT)
350 #define MIPSInst_RT(x) ((MIPSInst(x) & 0x001f0000) >> I_RT_SFT)
353 #define MIPSInst_SIMM(x) ((int)((short)(MIPSInst(x) & 0xffff)))
354 #define MIPSInst_UIMM(x) (MIPSInst(x) & 0xffff)
357 #define MIPSInst_CACHEOP(x) ((MIPSInst(x) & 0x001c0000) >> I_CACHEOP_SFT)
360 #define MIPSInst_CACHESEL(x) ((MIPSInst(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dinst.h336 /* In case some other massaging is needed, keep MIPSInst as wrapper */
338 #define MIPSInst(x) x macro
341 #define MIPSInst_OPCODE(x) (MIPSInst(x) >> I_OPCODE_SFT)
344 #define MIPSInst_JTARGET(x) (MIPSInst(x) & 0x03ffffff)
347 #define MIPSInst_RS(x) ((MIPSInst(x) & 0x03e00000) >> I_RS_SFT)
350 #define MIPSInst_RT(x) ((MIPSInst(x) & 0x001f0000) >> I_RT_SFT)
353 #define MIPSInst_SIMM(x) ((int)((short)(MIPSInst(x) & 0xffff)))
354 #define MIPSInst_UIMM(x) (MIPSInst(x) & 0xffff)
357 #define MIPSInst_CACHEOP(x) ((MIPSInst(x) & 0x001c0000) >> I_CACHEOP_SFT)
360 #define MIPSInst_CACHESEL(x) ((MIPSInst(
[all...]

Completed in 20 milliseconds