summaryrefslogtreecommitdiff
path: root/tcg/arm/tcg-target.inc.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-01tcg/arm: Fix memory barrier encodingHenry Wertz1-2/+2
2018-01-16tcg/arm: Support tlb offsets larger than 64kRichard Henderson1-13/+17
2018-01-16tcg/arm: Fix double-word comparisonsRichard Henderson1-26/+60
2017-09-17tcg/arm: Fully convert tcg_target_op_defRichard Henderson1-79/+107
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson1-11/+12
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson1-1/+1
2017-09-07tcg/arm: Use constant pool for callRichard Henderson1-6/+3
2017-09-07tcg/arm: Use constant pool for moviRichard Henderson1-18/+74
2017-09-07tcg/arm: Extract INSN_NOPRichard Henderson1-10/+11
2017-09-07tcg/arm: Code rearrangementRichard Henderson1-258/+257
2017-09-07tcg/arm: Tighten tlb indexing offset testRichard Henderson1-1/+3
2017-09-07tcg/arm: Improve tlb load for armv7Richard Henderson1-20/+52
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson1-1/+2
2017-08-03tcg/arm: Fix runtime overalignment testRichard Henderson1-1/+1
2017-06-19tcg/arm: Use ldr (literal) for goto_tbRichard Henderson1-5/+18
2017-06-19tcg/arm: Try pc-relative addresses for moviRichard Henderson1-13/+27
2017-06-19tcg/arm: Use indirect branch for goto_tbRichard Henderson1-15/+2
2017-06-05tcg/arm: Implement goto_ptrRichard Henderson1-4/+21
2017-06-05tcg/arm: Clarify tcg_out_bx for arm4 hostRichard Henderson1-14/+15
2017-01-10tcg/arm: Handle ctz and clz opcodesRichard Henderson1-0/+27
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson1-10/+5
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson1-2/+12
2017-01-10tcg/arm: Implement field extraction opcodesRichard Henderson1-0/+24
2017-01-10tcg/arm: Move isa detection to tcg-target.hRichard Henderson1-40/+1
2016-09-16tcg/arm: Add support for fencePranith Kumar1-0/+18
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson1-7/+12
2016-07-05tcg: Optimize spills of constantsRichard Henderson1-0/+6
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov1-4/+4
2016-05-12tcg/arm: Make direct jump patching thread-safeSergey Fedorov1-0/+18
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-6/+6
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/+2129