Searched refs:MASK_OP_BRN_N (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/tricore/ | ||
H A D | tricore-opcodes.h | 141 #define MASK_OP_BRN_N(op) (MASK_BITS_SHIFT(op, 12, 15) + \ macro |
H A D | translate.c | 3064 n = MASK_OP_BRN_N(ctx->opcode); in gen_compute_branch() |