summaryrefslogtreecommitdiffstats
path: root/tcg/mips/tcg-target.inc.c
Commit message (Expand)AuthorAgeFilesLines
* tcg/mips: Handle clz opcodeRichard Henderson2017-01-101-0/+47
* tcg: Pass the opcode width to target_parse_constraintRichard Henderson2017-01-101-9/+5Star
* tcg: Transition flat op_defs array to a target callbackRichard Henderson2017-01-101-2/+12
* tcg/mips: Implement field extraction opcodesRichard Henderson2017-01-101-0/+9
* tcg-mips: Adjust qemu_ld/st for mips64Jin Guojie2017-01-061-57/+146
* tcg-mips: Adjust calling conventions for mips64Jin Guojie2017-01-061-6/+15
* tcg-mips: Add tcg unwind infoJin Guojie2017-01-061-0/+44
* tcg-mips: Adjust prologue for mips64Jin Guojie2017-01-061-29/+25Star
* tcg-mips: Adjust load/store functions for mips64Jin Guojie2017-01-061-3/+11
* tcg-mips: Adjust move functions for mips64Jin Guojie2017-01-061-9/+25
* tcg-mips: Add bswap32u and bswap64Jin Guojie2017-01-061-3/+99
* tcg-mips: Support 64-bit opcodesJin Guojie2017-01-061-10/+312
* tcg-mips: Add mips64 opcodesJin Guojie2017-01-061-75/+118
* tcg-mips: Move bswap code to a subroutineJin Guojie2017-01-061-69/+138
* tcg/mips: Add support for fencePranith Kumar2016-09-161-0/+30
* tcg: Support arbitrary size + alignmentRichard Henderson2016-09-161-2/+9
* tcg: Optimize spills of constantsRichard Henderson2016-07-061-0/+10
* tcg: Clean up direct block chaining data fieldsSergey Fedorov2016-05-131-4/+4
* tcg/mips: Make direct jump patching thread-safeSergey Fedorov2016-05-131-2/+1Star
* tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno2016-04-211-1/+1
* tcg: use tcg_debug_assert instead of assert (fix performance regression)Aurelien Jarno2016-04-211-9/+9
* tcg/mips: Fix type of tcg_target_reg_alloc_order[]James Hogan2016-04-051-1/+1
* tcg: Remove unnecessary osdep.h includes from tcg-target.inc.cPeter Maydell2016-02-231-1/+0Star
* tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell2016-02-231-0/+1892