Searched refs:OP_MASK_VD (Results 1 – 5 of 5) sorted by relevance
308 #define OP_MASK_VD 0x1f macro
313 #define OP_MASK_VD 0x1f macro
1346 case 'f': USE_BITS (OP_MASK_VD, OP_SH_VD); break; in validate_riscv_insn()1352 case 'v': USE_BITS (OP_MASK_VD, OP_SH_VD); in validate_riscv_insn()2058 int vd = (ip->insn_opcode >> OP_SH_VD) & OP_MASK_VD; in vector_macro()
165 #define MASK_VD (OP_MASK_VD << OP_SH_VD)
179 #define MASK_VD (OP_MASK_VD << OP_SH_VD)