aboutsummaryrefslogtreecommitdiff
path: root/target/mips/tcg/tx79_translate.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-05target/mips: Tidy helpers for translationRichard Henderson1-3/+1
2023-03-13target/mips: Avoid tcg_const_* throughoutRichard Henderson1-2/+2
2023-03-13target/mips: Drop tcg_temp_free from tx79_translate.cRichard Henderson1-41/+0
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-4/+4
2021-08-25target/mips: Rename 'rtype' as 'r'Philippe Mathieu-Daudé1-31/+31
2021-07-11target/mips/tx79: Introduce SQ opcode (Store Quadword)Philippe Mathieu-Daudé1-0/+27
2021-07-11target/mips/tx79: Introduce LQ opcode (Load Quadword)Philippe Mathieu-Daudé1-0/+35
2021-07-11target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)Philippe Mathieu-Daudé1-0/+28
2021-07-11target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)Philippe Mathieu-Daudé1-0/+30
2021-07-11target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)Philippe Mathieu-Daudé1-0/+18
2021-07-11target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)Philippe Mathieu-Daudé1-0/+66
2021-07-11target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower)Philippe Mathieu-Daudé1-0/+75
2021-07-11target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)Philippe Mathieu-Daudé1-0/+30
2021-07-11target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)Philippe Mathieu-Daudé1-0/+19
2021-07-11target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic)Philippe Mathieu-Daudé1-0/+54
2021-05-02target/mips: Move TCG source files under tcg/ sub directoryPhilippe Mathieu-Daudé1-0/+303