Searched refs:MASK_OP_MAJOR (Results 1 – 6 of 6) sorted by relevance
22 #define MASK_OP_MAJOR(op) (op & 0x7F) macro56 #define MASK_OP_ARITH(op) (MASK_OP_MAJOR(op) | (op & ((0x7 << 12) | \83 #define MASK_OP_ARITH_IMM(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12)))96 #define MASK_OP_BRANCH(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12)))129 #define MASK_OP_LOAD(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12)))140 #define MASK_OP_STORE(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12)))148 #define MASK_OP_JALR(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12)))152 (MASK_OP_MAJOR(op) | (op & ((0x7 << 12) | (0x7F << 25))))154 (MASK_OP_MAJOR(op) | (op & (0x1F << 27)))170 #define MASK_OP_SYSTEM(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12)))[all …]
1726 switch (MASK_OP_MAJOR(insn)) { in riscv_transformed_insn()
61 #define MASK_OP_MAJOR(op) (op & (0x3F << 26)) macro66 #define MASK_CP1(op) (MASK_OP_MAJOR(op) | (op & (0x1F << 21)))
157 #define MASK_OPC_PCREL_TOP2BITS(op) (MASK_OP_MAJOR(op) | (op & (3 << 19)))158 #define MASK_OPC_PCREL_TOP5BITS(op) (MASK_OP_MAJOR(op) | (op & (0x1f << 16)))174 #define MASK_SPECIAL(op) (MASK_OP_MAJOR(op) | (op & 0x3F))296 #define MASK_REGIMM(op) (MASK_OP_MAJOR(op) | (op & (0x1F << 16)))321 #define MASK_SPECIAL2(op) (MASK_OP_MAJOR(op) | (op & 0x3F))340 #define MASK_SPECIAL3(op) (MASK_OP_MAJOR(op) | (op & 0x3F))413 #define MASK_LOONGSON_GSLSQ(op) (MASK_OP_MAJOR(op) | (op & 0x8020))424 #define MASK_LOONGSON_GSSHFLS(op) (MASK_OP_MAJOR(op) | (op & 0xc03f))437 #define MASK_LOONGSON_LSDC2(op) (MASK_OP_MAJOR(op) | (op & 0x7))892 #define MASK_CP0(op) (MASK_OP_MAJOR(op) | (op & (0x1F << 21)))[all …]
34 #define MASK_OP_MAJOR(op) MASK_BITS_SHIFT(op, 0, 7) macro
3555 op1 = MASK_OP_MAJOR(ctx->opcode); in decode_16Bit_opc()8019 op1 = MASK_OP_MAJOR(ctx->opcode); in decode_32Bit_opc()