Home
last modified time | relevance | path

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

/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.c4358 static void gen_compute_branch(DisasContext *ctx, uint32_t opc, in gen_compute_branch() function
13117 gen_compute_branch(ctx, op1, 4, rs, 0, 0, 4); in decode_opc_special_tx79()
13180 gen_compute_branch(ctx, op1, 4, rs, 0, 0, 4); in decode_opc_special_legacy()
13277 gen_compute_branch(ctx, op1, 4, rs, rd, sa, 4); in decode_opc_special()
14354 gen_compute_branch(ctx, op1, 4, rs, -1, imm << 2, 4); in decode_opc_legacy()
14361 gen_compute_branch(ctx, op1, 4, 0, -1, imm << 2, 4); in decode_opc_legacy()
14366 gen_compute_branch(ctx, op1, 4, rs, -1, imm << 2, 4); in decode_opc_legacy()
14396 gen_compute_branch(ctx, op1, 4, -1, -2, (int32_t)imm << 2, 4); in decode_opc_legacy()
14571 gen_compute_branch(ctx, op, 4, rs, rt, offset, 4); in decode_opc_legacy()
14584 gen_compute_branch(ctx, op, 4, rs, rt, imm << 2, 4); in decode_opc_legacy()
[all …]
/qemu/target/tricore/
H A Dtranslate.c2893 static void gen_compute_branch(DisasContext *ctx, uint32_t opc, int r1, in gen_compute_branch() function
3487 gen_compute_branch(ctx, op2, 0, 0, 0, 0); in decode_sr_system()
3648 gen_compute_branch(ctx, op1, 0, 0, 0, address); in decode_16Bit_opc()
3655 gen_compute_branch(ctx, op1, 0, 0, const16, address); in decode_16Bit_opc()
3662 gen_compute_branch(ctx, op1, 0, 0, const16, address); in decode_16Bit_opc()
3672 gen_compute_branch(ctx, op1, 0, 0, const16, address); in decode_16Bit_opc()
3680 gen_compute_branch(ctx, op1, r1, 0, 0, address); in decode_16Bit_opc()
3698 gen_compute_branch(ctx, op1, r1, 0, 0, address); in decode_16Bit_opc()
3764 gen_compute_branch(ctx, op1, r1, 0, 0, 0); in decode_16Bit_opc()
7947 gen_compute_branch(ctx, op2, 0, 0, 0, 0); in decode_sys_interrupts()
[all …]