NDS32Insn          77 arch/nds32/include/asm/nds32_fpu_inst.h #define NDS32Insn_OPCODE(x)		(NDS32Insn(x) >> I_OPCODE_off)
NDS32Insn          82 arch/nds32/include/asm/nds32_fpu_inst.h 	((NDS32Insn(x) & I_OPCODE_mskRt) >> I_OPCODE_offRt)
NDS32Insn          87 arch/nds32/include/asm/nds32_fpu_inst.h 	((NDS32Insn(x) & I_OPCODE_mskRa) >> I_OPCODE_offRa)
NDS32Insn          92 arch/nds32/include/asm/nds32_fpu_inst.h 	((NDS32Insn(x) & I_OPCODE_mskRb) >> I_OPCODE_offRb)
NDS32Insn          97 arch/nds32/include/asm/nds32_fpu_inst.h 	((NDS32Insn(x) & I_OPCODE_mskbit1014) >> I_OPCODE_offbit1014)
NDS32Insn         102 arch/nds32/include/asm/nds32_fpu_inst.h 	((NDS32Insn(x) & I_OPCODE_mskbit69) >> I_OPCODE_offbit69)
NDS32Insn         107 arch/nds32/include/asm/nds32_fpu_inst.h 	((NDS32Insn(x) & I_OPCODE_mskCOP0) >> I_OPCODE_offCOP0)