Searched refs:MASK_OP_ABSB_BPOS (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/tricore/ | ||
H A D | tricore-opcodes.h | 95 #define MASK_OP_ABSB_BPOS(op) MASK_BITS_SHIFT(op, 8, 10) macro |
H A D | translate.c | 8082 bpos = MASK_OP_ABSB_BPOS(ctx->opcode); in decode_32Bit_opc() |