Age | Commit message (Expand) | Author |
2024-02-03 | target/sparc: Merge check_ieee_exceptions with FPop helpers | Richard Henderson |
2024-02-03 | target/sparc: Clear cexc and ftt in do_check_ieee_exceptions | Richard Henderson |
2024-02-03 | target/sparc: Introduce cpu_get_fsr, cpu_put_fsr | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for Fdmulq | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FdTOq, FxTOq | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FsTOq, FiTOq | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FCMPq, FCMPEq | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FqTOd, FqTOx | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FqTOs, FqTOi | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FADDq, FSUBq, FMULq, FDIVq | Richard Henderson |
2024-02-03 | target/sparc: Use i128 for FSQRTq | Richard Henderson |
2024-02-03 | target/sparc: Inline FNEG, FABS | Richard Henderson |
2024-02-03 | target/sparc: Introduce gen_{load,store}_fpr_Q | Richard Henderson |
2024-02-03 | target/sparc: Remove gen_dest_fpr_F | Richard Henderson |
2024-02-03 | target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BFILL | Richard Henderson |
2024-02-03 | target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BCOPY | Richard Henderson |
2024-01-29 | target: Use vaddr in gen_intermediate_code | Anton Johansson |
2023-11-14 | target/sparc: Fix RETURN | Richard Henderson |
2023-11-05 | target/sparc: Check for invalid cond in gen_compare_reg | Richard Henderson |
2023-11-05 | target/sparc: Implement UDIV inline | Richard Henderson |
2023-11-05 | target/sparc: Implement UDIVX and SDIVX inline | Richard Henderson |
2023-11-05 | target/sparc: Discard cpu_cond at the end of each insn | Richard Henderson |
2023-11-05 | target/sparc: Record entire jump condition in DisasContext | Richard Henderson |
2023-11-05 | target/sparc: Merge gen_op_next_insn into only caller | Richard Henderson |
2023-11-05 | target/sparc: Pass displacement to advance_jump_cond | Richard Henderson |
2023-11-05 | target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_cond | Richard Henderson |
2023-11-05 | target/sparc: Merge gen_branch2 into advance_pc | Richard Henderson |
2023-11-05 | target/sparc: Do flush_cond in advance_jump_cond | Richard Henderson |
2023-11-05 | target/sparc: Always copy conditions into a new temporary | Richard Henderson |
2023-11-05 | target/sparc: Change DisasCompare.c2 to int | Richard Henderson |
2023-11-05 | target/sparc: Remove DisasCompare.is_bool | Richard Henderson |
2023-11-05 | target/sparc: Remove CC_OP leftovers | Richard Henderson |
2023-11-05 | target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV | Richard Henderson |
2023-11-05 | target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB | Richard Henderson |
2023-11-05 | target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD | Richard Henderson |
2023-11-05 | target/sparc: Remove CC_OP_DIV | Richard Henderson |
2023-11-05 | target/sparc: Remove CC_OP_LOGIC | Richard Henderson |
2023-11-05 | target/sparc: Split psr and xcc into components | Richard Henderson |
2023-10-25 | target/sparc: Remove disas_sparc_legacy | Richard Henderson |
2023-10-25 | target/sparc: Convert FZERO, FONE to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FPACK16, FPACKFIX to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FPCMP* to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Convert FCMP, FCMPE to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FMOVR, FMOVcc, FMOVfcc to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FMOVq, FNEGq, FABSq to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FdTOq, FxTOq to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FiTOq, FsTOq to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FqTOd, FqTOx to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FqTOs, FqTOi to decodetree | Richard Henderson |
2023-10-25 | target/sparc: Move FiTOd, FsTOd, FsTOx to decodetree | Richard Henderson |