Rev. | Zeit | Autor |
---|---|---|
e20faa6 rx-update-202109 | 2021-09-09 18:27:15 | Yoshinori Sato |
target/rx: gdbstub add acc register operation. |
||
8abe742 | 2021-09-09 18:26:58 | Yoshinori Sato |
target/rx: Fix helper definiton. |
||
d8ae530 | 2021-08-26 05:09:48 | Peter Maydell |
MIPS patches queue |
||
810e0cd | 2021-08-26 02:50:31 | Peter Maydell |
* Various updates for the documentation |
||
bf78469 | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian() |
||
0cfd392 | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Store CP0_Config0 in DisasContext |
||
23a04dc | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Replace GET_LMASK64() macro by get_lmask(64) function |
||
4885b99 | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Replace GET_LMASK() macro by get_lmask(32) function |
||
5b3cc34 | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Call cpu_is_bigendian & inline GET_OFFSET in ld/st helpers |
||
761533f | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Define gen_helper() macros in translate.h |
||
a8b18de | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Use tcg_constant_i32() in generate_exception_err() |
||
ae71aba | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Inline gen_helper_0e0i() |
||
a1b4b06 | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Inline gen_helper_1e1i() call in op_ld_INSN() macros |
||
26fe927 | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Simplify gen_helper() macros by using tcg_constant_i32() |
||
78bdd38 | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Use tcg_constant_i32() in gen_helper_0e2i() |
||
53152ab | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Remove gen_helper_1e2i() |
||
b24339b | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Remove gen_helper_0e3i() |
||
c1feb46 | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Remove duplicated check_cp1_enabled() calls in Loongson EXT |
||
71ed30b | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Allow Loongson 3A1000 to use up to 48-bit VAddr |
||
98d207c | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Document Loongson-3A CPU definitions |
||
bf77200 | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Convert Vr54xx MSA* opcodes to decodetree |
||
a5e2932 | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Convert Vr54xx MUL* opcodes to decodetree |
||
5fa38ee | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Convert Vr54xx MACC* opcodes to decodetree |
||
9d00539 | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Introduce decodetree structure for NEC Vr54xx extension |
||
6629f79 | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Extract NEC Vr54xx helpers to vr54xx_helper.c |
||
07565cb | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Extract NEC Vr54xx helper definitions |
||
fb3164e | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Introduce generic TRANS() macro for decodetree helpers |
||
34fe9fa | 2021-08-25 20:02:14 | Philippe Mathieu-Daudé |
target/mips: Rename 'rtype' as 'r' |
||
12f79f1 | 2021-08-25 20:02:06 | Philippe Mathieu-Daudé |
target/mips: Merge 32-bit/64-bit Release6 decodetree definitions |
||
4919f69 | 2021-08-25 20:00:43 | Philippe Mathieu-Daudé |
target/mips: Decode vendor extensions before MIPS ISAs |