Home
last modified time | relevance | path

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

/Linux-v5.10/arch/nds32/include/asm/
Dnds32_fpu_inst.h74 #define NDS32Insn(x) x macro
77 #define NDS32Insn_OPCODE(x) (NDS32Insn(x) >> I_OPCODE_off)
82 ((NDS32Insn(x) & I_OPCODE_mskRt) >> I_OPCODE_offRt)
87 ((NDS32Insn(x) & I_OPCODE_mskRa) >> I_OPCODE_offRa)
92 ((NDS32Insn(x) & I_OPCODE_mskRb) >> I_OPCODE_offRb)
97 ((NDS32Insn(x) & I_OPCODE_mskbit1014) >> I_OPCODE_offbit1014)
102 ((NDS32Insn(x) & I_OPCODE_mskbit69) >> I_OPCODE_offbit69)
107 ((NDS32Insn(x) & I_OPCODE_mskCOP0) >> I_OPCODE_offCOP0)