summaryrefslogtreecommitdiff
path: root/tcg/mips/tcg-target.inc.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-16tcg/mips: Handle large offsets from target env to tlb_tablePeter Maydell1-7/+4
2017-10-10tcg/mips: delete commented out extern keyword.Jiang Biao1-1/+1
2017-10-10tcg/mips: constify tcg_target_callee_save_regsEmilio G. Cota1-1/+1
2017-09-17tcg/mips: Fully convert tcg_target_op_defRichard Henderson1-154/+170
2017-09-17tcg: Remove tcg_regset_setRichard Henderson1-23/+24
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson1-1/+1
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson1-2/+2
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson1-1/+2
2017-07-19tcg/mips: reserve a register for the guest_base.Jiang Biao1-4/+13
2017-07-09tcg/mips: Bugfix for crash when running program with qemu-i386.Jiang Biao1-4/+4
2017-06-05tcg/mips: implement goto_ptrAurelien Jarno1-0/+13
2017-05-06tcg/mips: fix field extraction opcodeAurelien Jarno1-2/+2
2017-01-10tcg/mips: Handle clz opcodeRichard Henderson1-0/+47
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson1-9/+5
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson1-2/+12
2017-01-10tcg/mips: Implement field extraction opcodesRichard Henderson1-0/+9
2017-01-06tcg-mips: Adjust qemu_ld/st for mips64Jin Guojie1-57/+146
2017-01-06tcg-mips: Adjust calling conventions for mips64Jin Guojie1-6/+15
2017-01-06tcg-mips: Add tcg unwind infoJin Guojie1-0/+44
2017-01-06tcg-mips: Adjust prologue for mips64Jin Guojie1-29/+25
2017-01-06tcg-mips: Adjust load/store functions for mips64Jin Guojie1-3/+11
2017-01-06tcg-mips: Adjust move functions for mips64Jin Guojie1-9/+25
2017-01-06tcg-mips: Add bswap32u and bswap64Jin Guojie1-3/+99
2017-01-06tcg-mips: Support 64-bit opcodesJin Guojie1-10/+312
2017-01-06tcg-mips: Add mips64 opcodesJin Guojie1-75/+118
2017-01-06tcg-mips: Move bswap code to a subroutineJin Guojie1-69/+138
2016-09-16tcg/mips: Add support for fencePranith Kumar1-0/+30
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson1-2/+9
2016-07-05tcg: Optimize spills of constantsRichard Henderson1-0/+10
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov1-4/+4
2016-05-12tcg/mips: Make direct jump patching thread-safeSergey Fedorov1-2/+1
2016-04-21tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno1-1/+1
2016-04-21tcg: use tcg_debug_assert instead of assert (fix performance regression)Aurelien Jarno1-9/+9
2016-04-05tcg/mips: Fix type of tcg_target_reg_alloc_order[]James Hogan1-1/+1
2016-02-23tcg: Remove unnecessary osdep.h includes from tcg-target.inc.cPeter Maydell1-1/+0
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell1-0/+1892