Age | Commit message (Expand) | Author | Files | Lines |
2020-09-07 | target/microblaze: Use tcg_gen_lookup_and_goto_ptr | Richard Henderson | 1 | -2/+2 |
2020-09-07 | target/microblaze: Force rtid, rted, rtbd to exit | Richard Henderson | 1 | -11/+16 |
2020-09-07 | target/microblaze: Handle DISAS_EXIT_NEXT in delay slot | Richard Henderson | 1 | -1/+33 |
2020-09-07 | target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXT | Richard Henderson | 1 | -24/+10 |
2020-09-07 | target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMP | Richard Henderson | 1 | -8/+21 |
2020-09-07 | target/microblaze: Rename DISAS_UPDATE to DISAS_EXIT | Richard Henderson | 1 | -5/+5 |
2020-09-07 | target/microblaze: Rename mmu structs | Richard Henderson | 4 | -18/+14 |
2020-09-07 | target/microblaze: Cleanup mb_cpu_do_interrupt | Richard Henderson | 1 | -133/+106 |
2020-09-07 | target/microblaze: Renumber D_FLAG | Richard Henderson | 1 | -1/+1 |
2020-09-07 | target/microblaze: Collected fixes for env->iflags | Richard Henderson | 4 | -9/+26 |
2020-09-01 | target/microblaze: Reduce linux-user address space to 32-bit | Richard Henderson | 4 | -4/+45 |
2020-09-01 | target/microblaze: Add flags markup to some helpers | Richard Henderson | 1 | -4/+4 |
2020-09-01 | target/microblaze: Remove cpu_R[0] | Richard Henderson | 1 | -1/+7 |
2020-09-01 | target/microblaze: Remove last of old decoder | Richard Henderson | 2 | -131/+1 |
2020-09-01 | target/microblaze: Convert dec_stream to decodetree | Richard Henderson | 2 | -12/+52 |
2020-09-01 | target/microblaze: Convert dec_msr to decodetree | Richard Henderson | 2 | -130/+135 |
2020-09-01 | target/microblaze: Convert msrclr, msrset to decodetree | Richard Henderson | 2 | -37/+54 |
2020-09-01 | target/microblaze: Tidy do_rti, do_rtb, do_rte | Richard Henderson | 1 | -44/+29 |
2020-09-01 | target/microblaze: Convert dec_rts to decodetree | Richard Henderson | 2 | -28/+28 |
2020-09-01 | target/microblaze: Convert dec_bcc to decodetree | Richard Henderson | 2 | -47/+88 |
2020-09-01 | target/microblaze: Convert dec_br to decodetree | Richard Henderson | 2 | -38/+63 |
2020-09-01 | target/microblaze: Reorganize branching | Richard Henderson | 2 | -118/+80 |
2020-09-01 | target/microblaze: Convert mbar to decodetree | Richard Henderson | 2 | -38/+49 |
2020-09-01 | target/microblaze: Convert brk and brki to decodetree | Richard Henderson | 4 | -52/+78 |
2020-09-01 | target/microblaze: Tidy mb_cpu_dump_state | Richard Henderson | 1 | -25/+40 |
2020-09-01 | target/microblaze: Replace delayed_branch with tb_flags_to_set | Richard Henderson | 1 | -12/+5 |
2020-09-01 | target/microblaze: Replace clear_imm with tb_flags_to_set | Richard Henderson | 1 | -6/+9 |
2020-09-01 | target/microblaze: Use cc->do_unaligned_access | Richard Henderson | 6 | -69/+64 |
2020-09-01 | target/microblaze: Store "current" iflags in insn_start | Richard Henderson | 2 | -11/+15 |
2020-09-01 | target/microblaze: Fix no-op mb_cpu_transaction_failed | Richard Henderson | 1 | -12/+13 |
2020-09-01 | target/microblaze: Move bimm to BIMM_FLAG | Richard Henderson | 3 | -10/+8 |
2020-09-01 | target/microblaze: Assert no overlap in flags making up tb_flags | Richard Henderson | 1 | -2/+7 |
2020-09-01 | target/microblaze: Convert dec_load and dec_store to decodetree | Richard Henderson | 2 | -299/+456 |
2020-09-01 | target/microblaze: Fix cpu unwind for stackprot | Richard Henderson | 2 | -2/+6 |
2020-09-01 | target/microblaze: Cache mem_index in DisasContext | Richard Henderson | 1 | -4/+5 |
2020-09-01 | target/microblaze: Replace MSR_EE_FLAG with MSR_EE | Richard Henderson | 2 | -3/+5 |
2020-09-01 | target/microblaze: Mark fpu helpers TCG_CALL_NO_WG | Richard Henderson | 1 | -14/+14 |
2020-09-01 | target/microblaze: Fix cpu unwind for fpu exceptions | Richard Henderson | 1 | -17/+20 |
2020-09-01 | target/microblaze: Convert dec_fpu to decodetree | Richard Henderson | 2 | -111/+60 |
2020-09-01 | target/microblaze: Convert dec_imm to decodetree | Richard Henderson | 2 | -9/+11 |
2020-09-01 | target/microblaze: Convert dec_barrel to decodetree | Richard Henderson | 2 | -59/+86 |
2020-09-01 | target/microblaze: Convert dec_bit to decodetree | Richard Henderson | 2 | -73/+95 |
2020-09-01 | target/microblaze: Unwind properly when raising divide-by-zero | Richard Henderson | 2 | -13/+14 |
2020-09-01 | target/microblaze: Convert dec_div to decodetree | Richard Henderson | 2 | -22/+16 |
2020-09-01 | target/microblaze: Convert dec_mul to decodetree | Richard Henderson | 2 | -46/+37 |
2020-09-01 | target/microblaze: Convert dec_and, dec_or, dec_xor to decodetree | Richard Henderson | 2 | -30/+28 |
2020-09-01 | target/microblaze: Convert dec_pattern to decodetree | Richard Henderson | 2 | -49/+22 |
2020-09-01 | target/microblaze: Implement cmp and cmpu inline | Richard Henderson | 3 | -24/+22 |
2020-09-01 | target/microblaze: Convert dec_sub to decodetree | Richard Henderson | 4 | -75/+65 |
2020-09-01 | target/microblaze: Convert dec_add to decodetree | Richard Henderson | 2 | -41/+176 |