|
| From: | Richard Henderson |
| Subject: | Re: [Qemu-devel] [PATCH 4/5] target-tricore: Add instructions of BRR opcode format |
| Date: | Wed, 29 Oct 2014 19:30:17 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 10/29/2014 06:22 AM, Bastian Koppelmann wrote:
> + case OPCM_32_BRR_LOOP:
> + if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_LOOP) {
> + gen_loop(ctx, r1, offset * 2);
> + } else {
> + gen_save_pc(ctx->pc + offset * 2);
> + }
gen_goto_tb. Also worth a comment that this is LOOPU.
r~
| [Prev in Thread] | Current Thread | [Next in Thread] |