summary refs log tree commit diff stats
path: root/target/mips/tcg/translate.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/mips: Remove the unused DisasContext::saar fieldPhilippe Mathieu-Daudé2024-02-151-1/+0
* include/exec: Use vaddr in DisasContextBase for virtual addressesAnton Johansson2024-01-291-1/+2
* tcg: Rename cpu_env to tcg_envRichard Henderson2023-10-031-3/+3
* target/mips: Implement Loongson CSR instructionsJiaxun Yang2023-07-101-0/+1
* target/mips: Tidy helpers for translationRichard Henderson2023-06-051-2/+4
* tcg: Move TCGv, dup_const_tl definitions to tcg-op.hRichard Henderson2023-06-051-0/+1
* target/mips: Advance pc after semihosting exceptionRichard Henderson2022-08-021-0/+4
* target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk2022-07-121-0/+1
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* target/mips: Extract break code into env->error_codeRichard Henderson2022-01-111-0/+1
* target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()Philippe Mathieu-Daudé2021-08-251-0/+5
* target/mips: Store CP0_Config0 in DisasContextPhilippe Mathieu-Daudé2021-08-251-0/+1
* target/mips: Define gen_helper() macros in translate.hPhilippe Mathieu-Daudé2021-08-251-0/+12
* target/mips: Introduce decodetree structure for NEC Vr54xx extensionPhilippe Mathieu-Daudé2021-08-251-0/+1
* target/mips: Introduce generic TRANS() macro for decodetree helpersPhilippe Mathieu-Daudé2021-08-251-0/+8
* target/mips: Add declarations for generic TCG helpersPhilippe Mathieu-Daudé2021-07-021-0/+5
* target/mips: Move translate.h to tcg/ sub directoryPhilippe Mathieu-Daudé2021-06-241-0/+200