index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
mips
/
tcg
/
tx79_translate.c
Age
Commit message (
Expand
)
Author
2024-10-15
target/mips: Replace MO_TE by mo_endian()
Philippe Mathieu-Daudé
2024-10-15
target/mips: Explode MO_TExx -> MO_TE | MO_xx
Philippe Mathieu-Daudé
2023-06-05
target/mips: Tidy helpers for translation
Richard Henderson
2023-03-13
target/mips: Avoid tcg_const_* throughout
Richard Henderson
2023-03-13
target/mips: Drop tcg_temp_free from tx79_translate.c
Richard Henderson
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2021-08-25
target/mips: Rename 'rtype' as 'r'
Philippe Mathieu-Daudé
2021-07-11
target/mips/tx79: Introduce SQ opcode (Store Quadword)
Philippe Mathieu-Daudé
2021-07-11
target/mips/tx79: Introduce LQ opcode (Load Quadword)
Philippe Mathieu-Daudé
2021-07-11
target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)
Philippe Mathieu-Daudé
2021-07-11
target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)
Philippe Mathieu-Daudé
2021-07-11
target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)
Philippe Mathieu-Daudé
2021-07-11
target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)
Philippe Mathieu-Daudé
2021-07-11
target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower)
Philippe Mathieu-Daudé
2021-07-11
target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)
Philippe Mathieu-Daudé
2021-07-11
target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)
Philippe Mathieu-Daudé
2021-07-11
target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic)
Philippe Mathieu-Daudé
2021-05-02
target/mips: Move TCG source files under tcg/ sub directory
Philippe Mathieu-Daudé