aboutsummaryrefslogtreecommitdiff
path: root/tcg/mips
AgeCommit message (Expand)Author
2023-05-25tcg/mips: Replace MIPS_BE with HOST_BIG_ENDIANRichard Henderson
2023-05-25tcg/mips: Use qemu_build_not_reached for LO/HI_OFFRichard Henderson
2023-05-25tcg/mips: Try three insns with shift and add in tcg_out_moviRichard Henderson
2023-05-25tcg/mips: Try tb-relative addresses in tcg_out_moviRichard Henderson
2023-05-25tcg/mips: Aggressively use the constant pool for n64 callsRichard Henderson
2023-05-25tcg/mips: Use the constant pool for 64-bit constantsRichard Henderson
2023-05-25tcg/mips: Split out tcg_out_movi_twoRichard Henderson
2023-05-25tcg/mips: Split out tcg_out_movi_oneRichard Henderson
2023-05-25tcg/mips: Create and use TCG_REG_TBRichard Henderson
2023-05-25tcg/mips: Unify TCG_GUEST_BASE_REG testsRichard Henderson
2023-05-25tcg/mips: Move TCG_GUEST_BASE_REG to S7Richard Henderson
2023-05-25tcg/mips: Move TCG_AREG0 to S8Richard Henderson
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson
2023-05-16tcg/mips: Remove TARGET_LONG_BITS, TCG_TYPE_TLRichard Henderson
2023-05-16tcg: Split INDEX_op_qemu_{ld,st}* for guest address sizeRichard Henderson
2023-05-16tcg/mips: Use atom_and_align_for_opcRichard Henderson
2023-05-16tcg: Add INDEX_op_qemu_{ld,st}_i128Richard Henderson
2023-05-16tcg: Introduce tcg_target_has_memory_bswapRichard Henderson
2023-05-16tcg/mips: Use full load/store helpers in user-only modeRichard Henderson
2023-05-16tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson
2023-05-11tcg/mips: Simplify constraints on qemu_ld/stRichard Henderson
2023-05-11tcg/mips: Reorg tlb load within prepare_host_addrRichard Henderson
2023-05-11tcg/mips: Remove MO_BSWAP handlingRichard Henderson
2023-05-11tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_pathRichard Henderson
2023-05-11tcg/mips: Introduce prepare_host_addrRichard Henderson
2023-05-05tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}Richard Henderson
2023-05-02tcg/mips: Conditionalize tcg_out_exts_i32_i64Richard Henderson
2023-04-23tcg: Introduce tcg_out_xchgRichard Henderson
2023-04-23tcg: Split out tcg_out_extrl_i64_i32Richard Henderson
2023-04-23tcg: Split out tcg_out_extu_i32_i64Richard Henderson
2023-04-23tcg: Split out tcg_out_exts_i32_i64Richard Henderson
2023-04-23tcg: Split out tcg_out_ext32uRichard Henderson
2023-04-23tcg: Split out tcg_out_ext32sRichard Henderson
2023-04-23tcg: Split out tcg_out_ext16uRichard Henderson
2023-04-23tcg: Split out tcg_out_ext16sRichard Henderson
2023-04-23tcg: Split out tcg_out_ext8uRichard Henderson
2023-04-23tcg: Split out tcg_out_ext8sRichard Henderson
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson
2023-04-10tcg/mips: Fix TCG_TARGET_CALL_RET_I128 for o32 abiRichard Henderson
2023-02-04tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128Richard Henderson
2023-02-04tcg: Introduce tcg_target_call_oarg_regRichard Henderson
2023-02-04tcg: Introduce tcg_out_addi_ptrRichard Henderson
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson
2023-01-17tcg: Always define tb_target_set_jmp_targetRichard Henderson
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson
2023-01-17tcg: Split out tcg_out_goto_tbRichard Henderson
2023-01-17tcg: Introduce get_jmp_target_addrRichard Henderson
2023-01-17tcg: Replace asserts on tcg_jmp_insn_offsetRichard Henderson
2023-01-17tcg: Split out tcg_out_exit_tbRichard Henderson