Home
last modified time | relevance | path

Searched refs:MASK_OP_BRN_OP2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/tricore/
H A Dtricore-opcodes.h138 #define MASK_OP_BRN_OP2(op) MASK_BITS_SHIFT(op, 31, 31) macro
H A Dtranslate.c3069 if (MASK_OP_BRN_OP2(ctx->opcode) == OPC2_32_BRN_JNZ_T) { in gen_compute_branch()