Age | Commit message (Expand) | Author | Files | Lines |
2023-11-06 | target/hppa: Implement HSHL, HSHR | Richard Henderson | 2 | -0/+40 |
2023-11-06 | target/hppa: Implement HAVG | Richard Henderson | 4 | -0/+22 |
2023-11-06 | target/hppa: Implement HSUB | Richard Henderson | 4 | -0/+53 |
2023-11-06 | target/hppa: Implement HADD | Richard Henderson | 4 | -1/+79 |
2023-11-06 | target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64 | Richard Henderson | 1 | -4/+4 |
2023-11-06 | target/hppa: Use tcg_temp_new_i64 not tcg_temp_new | Richard Henderson | 1 | -80/+82 |
2023-11-06 | target/hppa: Adjust vmstate_env for pa2.0 tlb | Richard Henderson | 1 | -37/+58 |
2023-11-06 | target/hppa: Remove remaining TARGET_REGISTER_BITS redirections | Richard Henderson | 1 | -33/+13 |
2023-11-06 | target/hppa: Remove most of the TARGET_REGISTER_BITS redirections | Richard Henderson | 1 | -505/+407 |
2023-11-06 | target/hppa: Remove TARGET_REGISTER_BITS | Richard Henderson | 11 | -299/+135 |
2023-11-06 | target/hppa: Implement IDTLBT, IITLBT | Richard Henderson | 4 | -13/+100 |
2023-11-06 | target/hppa: Implement STDBY | Richard Henderson | 4 | -5/+213 |
2023-11-06 | target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM | Richard Henderson | 2 | -0/+8 |
2023-11-06 | target/hppa: Implement SHRPD | Richard Henderson | 2 | -32/+73 |
2023-11-06 | target/hppa: Implement EXTRD | Richard Henderson | 2 | -13/+36 |
2023-11-06 | target/hppa: Implement DEPD, DEPDI | Richard Henderson | 2 | -30/+69 |
2023-11-06 | target/hppa: Implement LDD, LDCD, LDDA, STD, STDA | Richard Henderson | 2 | -4/+15 |
2023-11-06 | target/hppa: Decode ADDB double-word | Richard Henderson | 1 | -0/+11 |
2023-11-06 | target/hppa: Decode CMPIB double-word | Richard Henderson | 2 | -3/+18 |
2023-11-06 | target/hppa: Decode d for cmpb instructions | Richard Henderson | 2 | -6/+15 |
2023-11-06 | target/hppa: Decode d for bb instructions | Richard Henderson | 2 | -6/+4 |
2023-11-06 | target/hppa: Decode d for sub instructions | Richard Henderson | 2 | -17/+17 |
2023-11-06 | target/hppa: Decode d for add instructions | Richard Henderson | 2 | -18/+19 |
2023-11-06 | target/hppa: Decode d for cmpclr instructions | Richard Henderson | 2 | -8/+9 |
2023-11-06 | target/hppa: Decode d for unit instructions | Richard Henderson | 2 | -20/+19 |
2023-11-06 | target/hppa: Decode d for logical instructions | Richard Henderson | 2 | -12/+13 |
2023-11-06 | target/hppa: Remove TARGET_HPPA64 | Richard Henderson | 4 | -29/+7 |
2023-11-06 | target/hppa: Drop attempted gdbstub support for hppa64 | Richard Henderson | 1 | -19/+13 |
2023-11-06 | target/hppa: Pass d to do_unit_cond | Richard Henderson | 1 | -9/+11 |
2023-11-06 | target/hppa: Pass d to do_sed_cond | Richard Henderson | 1 | -11/+13 |
2023-11-06 | target/hppa: Pass d to do_log_cond | Richard Henderson | 1 | -10/+38 |
2023-11-06 | target/hppa: Pass d to do_sub_cond | Richard Henderson | 1 | -26/+47 |
2023-11-06 | target/hppa: Pass d to do_cond | Richard Henderson | 1 | -28/+54 |
2023-11-06 | target/hppa: sar register allows only 5 bits on 32-bit CPU | Helge Deller | 1 | -2/+2 |
2023-11-06 | target/hppa: Mask inputs in copy_iaoq_entry | Richard Henderson | 1 | -2/+14 |
2023-11-06 | target/hppa: Use copy_iaoq_entry for link in do_ibranch | Richard Henderson | 1 | -1/+1 |
2023-11-06 | target/hppa: Always use copy_iaoq_entry to set cpu_iaoq_[fb] | Richard Henderson | 1 | -13/+22 |
2023-11-06 | target/hppa: Pass DisasContext to copy_iaoq_entry | Richard Henderson | 1 | -19/+20 |
2023-11-06 | target/hppa: Fix hppa64 addressing | Richard Henderson | 2 | -13/+16 |
2023-11-06 | target/hppa: Adjust hppa_cpu_dump_state for hppa64 | Richard Henderson | 1 | -9/+19 |
2023-11-06 | target/hppa: Handle absolute addresses for pa2.0 | Richard Henderson | 2 | -2/+44 |
2023-11-06 | target/hppa: Update cpu_hppa_get/put_psw for hppa64 | Richard Henderson | 1 | -11/+52 |
2023-11-06 | target/hppa: Implement hppa_cpu_class_by_name | Richard Henderson | 1 | -1/+9 |
2023-11-06 | target/hppa: Implement cpu_list | Richard Henderson | 2 | -0/+29 |
2023-11-06 | target/hppa: Make HPPA_BTLB_ENTRIES variable | Richard Henderson | 3 | -27/+35 |
2023-11-06 | target/hppa: Introduce TYPE_HPPA64_CPU | Richard Henderson | 4 | -15/+26 |
2023-11-06 | target/hppa: Fix extrw and depw with sar for hppa64 | Richard Henderson | 1 | -2/+5 |
2023-11-06 | target/hppa: Fix bb_sar for hppa64 | Richard Henderson | 1 | -3/+13 |
2023-11-06 | target/hppa: Fix do_add, do_sub for hppa64 | Richard Henderson | 1 | -18/+32 |
2023-11-06 | target/hppa: Fix trans_ds for hppa64 | Richard Henderson | 1 | -11/+37 |