Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dtricore-opcodes.h145 #define MASK_OP_BRR_OP2(op) MASK_BITS_SHIFT(op, 31, 31) macro
H A Dtranslate.c3078 if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_JEQ) { in gen_compute_branch()
3087 if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_JEQ_A) { in gen_compute_branch()
3096 if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_JGE) { in gen_compute_branch()
3105 if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_JLT) { in gen_compute_branch()
3114 if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_LOOP) { in gen_compute_branch()
3141 if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_JNZ_A) { in gen_compute_branch()