Age | Commit message (Expand) | Author | Files | Lines |
2022-04-28 | target/arm: Use tcg_constant in FCPY, CPY | Richard Henderson | 1 | -9/+4 |
2022-04-28 | target/arm: Use tcg_constant in SINCDEC, INCDEC | Richard Henderson | 1 | -12/+6 |
2022-04-28 | target/arm: Use tcg_constant for trans_INDEX_* | Richard Henderson | 1 | -8/+4 |
2022-04-28 | target/arm: Use tcg_constant in trans_CSEL | Richard Henderson | 1 | -4/+3 |
2022-04-28 | target/arm: Use tcg_constant in trans_CPS_v7m | Richard Henderson | 1 | -6/+3 |
2022-04-28 | target/arm: Use tcg_constant in CLRM, DLS, WLS, LE | Richard Henderson | 1 | -11/+5 |
2022-04-28 | target/arm: Use tcg_constant in LDM, STM | Richard Henderson | 1 | -8/+4 |
2022-04-28 | target/arm: Use tcg_constant for TT, SAT, SMMLA | Richard Henderson | 1 | -9/+5 |
2022-04-28 | target/arm: Use tcg_constant for v7m MRS, MSR | Richard Henderson | 1 | -4/+3 |
2022-04-28 | target/arm: Use tcg_constant for MOVW, UMAAL, CRC32 | Richard Henderson | 1 | -8/+3 |
2022-04-28 | target/arm: Use tcg_constant for op_s_{rri,rxi}_rot | Richard Henderson | 1 | -6/+5 |
2022-04-28 | target/arm: Use tcg_constant for gen_srs | Richard Henderson | 1 | -6/+2 |
2022-04-28 | target/arm: Use tcg_constant for do_coproc_insn | Richard Henderson | 1 | -30/+13 |
2022-04-28 | target/arm: Use tcg_constant for vector shift expanders | Richard Henderson | 1 | -18/+9 |
2022-04-28 | target/arm: Use tcg_constant for gen_{msr,mrs} | Richard Henderson | 1 | -13/+9 |
2022-04-28 | target/arm: Use tcg_constant for disas_iwmmxt_insn | Richard Henderson | 1 | -15/+10 |
2022-04-28 | target/arm: Use tcg_constant for aa32 exceptions | Richard Henderson | 1 | -25/+7 |
2022-04-28 | target/arm: Use tcg_constant in balance of translate-a64.c | Richard Henderson | 1 | -12/+8 |
2022-04-28 | target/arm: Use tcg_constant in 2misc expanders | Richard Henderson | 1 | -30/+10 |
2022-04-28 | target/arm: Use tcg_constant in simd fp/int conversion | Richard Henderson | 1 | -20/+6 |
2022-04-28 | target/arm: Use tcg_constant in simd shift expanders | Richard Henderson | 1 | -16/+5 |
2022-04-28 | target/arm: Use tcg_constant in disas_fp* | Richard Henderson | 1 | -16/+7 |
2022-04-28 | target/arm: Use tcg_constant in disas_data_proc_2src | Richard Henderson | 1 | -7/+5 |
2022-04-28 | target/arm: Use tcg_constant in handle_{rev16,crc32} | Richard Henderson | 1 | -5/+2 |
2022-04-28 | target/arm: Use tcg_constant in disas_cond_select | Richard Henderson | 1 | -2/+1 |
2022-04-28 | target/arm: Use tcg_constant in shift_reg_imm | Richard Henderson | 1 | -5/+1 |
2022-04-28 | target/arm: Use tcg_constant in disas_movw_imm | Richard Henderson | 1 | -4/+1 |
2022-04-28 | target/arm: Use tcg_constant in disas_add_sum_imm* | Richard Henderson | 1 | -8/+4 |
2022-04-28 | target/arm: Use tcg_constant in disas_ldst_* | Richard Henderson | 1 | -6/+3 |
2022-04-28 | target/arm: Use tcg_constant in disas_ld_lit | Richard Henderson | 1 | -2/+1 |
2022-04-28 | target/arm: Use tcg_constant in gen_compare_and_swap_pair | Richard Henderson | 1 | -4/+2 |
2022-04-28 | target/arm: Use tcg_constant in disas_exc | Richard Henderson | 1 | -4/+1 |
2022-04-28 | target/arm: Use tcg_constant in handle_sys | Richard Henderson | 1 | -22/+9 |
2022-04-28 | target/arm: Use tcg_constant in handle_msr_i | Richard Henderson | 1 | -10/+3 |
2022-04-28 | target/arm: Use tcg_constant in gen_adc_CC | Richard Henderson | 1 | -13/+13 |
2022-04-28 | target/arm: Use tcg_constant in gen_exception* | Richard Henderson | 1 | -9/+2 |
2022-04-28 | target/arm: Use tcg_constant in gen_mte_check* | Richard Henderson | 1 | -8/+2 |
2022-04-28 | target/arm: Use tcg_constant in gen_probe_access | Richard Henderson | 1 | -8/+4 |
2022-04-26 | target/i386: Suppress coverity warning on fsave/frstor | Richard Henderson | 1 | -2/+2 |
2022-04-26 | target/s390x: Fix the accumulation of ccm in op_icm | Richard Henderson | 1 | -1/+1 |
2022-04-26 | Merge tag 'pull-nios2-20220426' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 8 | -596/+1161 |
2022-04-26 | target/nios2: Advance pc when raising exceptions | Richard Henderson | 4 | -11/+28 |
2022-04-26 | target/nios2: Implement EIC interrupt processing | Richard Henderson | 3 | -22/+129 |
2022-04-26 | target/nios2: Update helper_eret for shadow registers | Richard Henderson | 3 | -8/+16 |
2022-04-26 | target/nios2: Implement rdprs, wrprs | Richard Henderson | 4 | -2/+74 |
2022-04-26 | target/nios2: Introduce shadow register sets | Richard Henderson | 3 | -11/+83 |
2022-04-26 | target/nios2: Implement Misaligned destination exception | Richard Henderson | 2 | -2/+22 |
2022-04-26 | target/nios2: Use tcg_gen_lookup_and_goto_ptr | Richard Henderson | 1 | -2/+2 |
2022-04-26 | target/nios2: Use gen_goto_tb for DISAS_TOO_MANY | Richard Henderson | 1 | -1/+4 |
2022-04-26 | target/nios2: Hoist set of is_jmp into gen_goto_tb | Richard Henderson | 1 | -3/+1 |