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.c3080 if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_JEQ) { in gen_compute_branch()
3089 if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_JEQ_A) { in gen_compute_branch()
3098 if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_JGE) { in gen_compute_branch()
3107 if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_JLT) { in gen_compute_branch()
3116 if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_LOOP) { in gen_compute_branch()
3143 if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_JNZ_A) { in gen_compute_branch()