Home
last modified time | relevance | path

Searched refs:gen_compute_branch (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc482 gen_compute_branch(ctx, OPC_BEQ, 4, 0, 0, offset << 1, 0);
486 gen_compute_branch(ctx, OPC_BEQ, 4, rx, 0, offset << 1, 0);
490 gen_compute_branch(ctx, OPC_BNE, 4, rx, 0, offset << 1, 0);
549 gen_compute_branch(ctx, OPC_BEQ, 4, 24, 0, offset << 1, 0);
552 gen_compute_branch(ctx, OPC_BNE, 4, 24, 0, offset << 1, 0);
685 gen_compute_branch(ctx, OPC_BEQ, 2, 0, 0, offset, 0);
694 gen_compute_branch(ctx, op, 4, rx, ry, offset, 2);
698 gen_compute_branch(ctx, OPC_BEQ, 2, rx, 0,
703 gen_compute_branch(ctx, OPC_BNE, 2, rx, 0,
779 gen_compute_branch(ctx, OPC_BEQ, 2, 24, 0,
[all …]
H A Dmicromips_translate.c.inc789 gen_compute_branch(ctx, OPC_JR, 2, reg, 0, 0, 4);
796 gen_compute_branch(ctx, OPC_JR, 2, reg, 0, 0, 0);
805 gen_compute_branch(ctx, OPC_JALR, 2, ctx->opcode & 0x1f, 31, 0, 4);
810 gen_compute_branch(ctx, OPC_JALR, 2, ctx->opcode & 0x1f, 31, 0, 2);
840 gen_compute_branch(ctx, OPC_JR, 2, 31, 0, 0, 0);
891 gen_compute_branch(ctx, OPC_JR, 2, 31, 0, 0, 0);
896 gen_compute_branch(ctx, OPC_JR, 2, rs, 0, 0, 0);
932 gen_compute_branch(ctx, OPC_JALR, 2, (ctx->opcode >> 5) & 0x1f,
1193 gen_compute_branch(ctx, OPC_JALR, 4, rs, rt, 0, 0);
1196 gen_compute_branch(ctx, OPC_JALR, 4, rs, rt, 0, 4);
[all …]
H A Dtranslate.c4357 static void gen_compute_branch(DisasContext *ctx, uint32_t opc, in gen_compute_branch() function
13116 gen_compute_branch(ctx, op1, 4, rs, 0, 0, 4); in decode_opc_special_tx79()
13179 gen_compute_branch(ctx, op1, 4, rs, 0, 0, 4); in decode_opc_special_legacy()
13276 gen_compute_branch(ctx, op1, 4, rs, rd, sa, 4); in decode_opc_special()
14353 gen_compute_branch(ctx, op1, 4, rs, -1, imm << 2, 4); in decode_opc_legacy()
14360 gen_compute_branch(ctx, op1, 4, 0, -1, imm << 2, 4); in decode_opc_legacy()
14365 gen_compute_branch(ctx, op1, 4, rs, -1, imm << 2, 4); in decode_opc_legacy()
14395 gen_compute_branch(ctx, op1, 4, -1, -2, (int32_t)imm << 2, 4); in decode_opc_legacy()
14570 gen_compute_branch(ctx, op, 4, rs, rt, offset, 4); in decode_opc_legacy()
14583 gen_compute_branch(ctx, op, 4, rs, rt, imm << 2, 4); in decode_opc_legacy()
[all …]
/openbmc/qemu/target/tricore/
H A Dtranslate.c2896 static void gen_compute_branch(DisasContext *ctx, uint32_t opc, int r1, in gen_compute_branch() function
3490 gen_compute_branch(ctx, op2, 0, 0, 0, 0); in decode_sr_system()
3651 gen_compute_branch(ctx, op1, 0, 0, 0, address); in decode_16Bit_opc()
3658 gen_compute_branch(ctx, op1, 0, 0, const16, address); in decode_16Bit_opc()
3665 gen_compute_branch(ctx, op1, 0, 0, const16, address); in decode_16Bit_opc()
3675 gen_compute_branch(ctx, op1, 0, 0, const16, address); in decode_16Bit_opc()
3683 gen_compute_branch(ctx, op1, r1, 0, 0, address); in decode_16Bit_opc()
3701 gen_compute_branch(ctx, op1, r1, 0, 0, address); in decode_16Bit_opc()
3767 gen_compute_branch(ctx, op1, r1, 0, 0, 0); in decode_16Bit_opc()
7950 gen_compute_branch(ctx, op2, 0, 0, 0, 0); in decode_sys_interrupts()
[all …]