summaryrefslogtreecommitdiff
path: root/tcg/sparc/tcg-target.inc.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-17tcg/sparc: Fully convert tcg_target_op_defRichard Henderson1-102/+137
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson1-24/+24
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson1-1/+1
2017-09-07tcg/sparc: Use constant pool for moviRichard Henderson1-21/+56
2017-09-07tcg/sparc: Introduce TCG_REG_TBRichard Henderson1-30/+140
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson1-2/+0
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson1-1/+2
2017-06-05tcg/sparc: Implement goto_ptrRichard Henderson1-1/+10
2017-04-03tcg/sparc: Zero extend address argument to ld/st helpersPeter Maydell1-2/+2
2017-04-03tcg/sparc: Zero extend data argument to store helpersPeter Maydell1-0/+25
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
2016-09-16tcg/sparc: Add support for fencePranith Kumar1-0/+13
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson1-5/+11
2016-07-05tcg: Optimize spills of constantsRichard Henderson1-0/+10
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov1-4/+5
2016-05-12tcg/sparc: Make direct jump patching thread-safeSergey Fedorov1-1/+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-4/+4
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/+1653