Searched refs:MASK_OP_ABSB_B (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/tricore/ | ||
H A D | tricore-opcodes.h | 94 #define MASK_OP_ABSB_B(op) MASK_BITS_SHIFT(op, 11, 11) macro |
H A D | translate.c | 8081 b = MASK_OP_ABSB_B(ctx->opcode); in decode_32Bit_opc() |