summaryrefslogtreecommitdiffstats
path: root/tcg/mips
Commit message (Expand)AuthorAgeFilesLines
* tcg/mips: Bugfix for crash when running program with qemu-i386.Jiang Biao2017-07-101-4/+4
* tcg/mips: implement goto_ptrAurelien Jarno2017-06-052-1/+14
* tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota2017-06-051-0/+1
* tcg/mips: fix field extraction opcodeAurelien Jarno2017-05-061-2/+2
* tcg: Add opcode for ctpopRichard Henderson2017-01-101-0/+2
* tcg/mips: Handle clz opcodeRichard Henderson2017-01-102-2/+51
* tcg: Add clz and ctz opcodesRichard Henderson2017-01-101-0/+2
* 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-102-1/+12
* tcg: Add field extraction primitivesRichard Henderson2017-01-101-0/+2
* tcg-mips: Adjust qemu_ld/st for mips64Jin Guojie2017-01-061-57/+146
* tcg-mips: Adjust calling conventions for mips64Jin Guojie2017-01-062-10/+30
* 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-062-10/+353
* tcg-mips: Add mips64 opcodesJin Guojie2017-01-061-75/+118
* tcg-mips: Move bswap code to a subroutineJin Guojie2017-01-062-70/+139
* tcg/mips: Add support for fencePranith Kumar2016-09-161-0/+30
* tcg: Support arbitrary size + alignmentRichard Henderson2016-09-161-2/+9
* tcg: Clean up tcg-target.h header guardsMarkus Armbruster2016-07-121-2/+3
* 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/+0
* tcg: Clean up includesPeter Maydell2016-01-291-1/+1
* tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZJames Hogan2015-10-191-6/+37
* tcg/mips: Support r6 multiply/divide encodingsJames Hogan2015-10-192-3/+43
* tcg/mips: Support r6 JR encodingJames Hogan2015-10-191-1/+4
* tcg/mips: Add use_mips32r6_instructions definitionJames Hogan2015-10-191-0/+7
* tcg/mips: pass oi to tcg_out_tlb_loadAurelien Jarno2015-09-191-15/+5Star
* tcg/mips: move tcg_out_addsub2Aurelien Jarno2015-09-191-49/+49
* tcg/mips: Fix clobbering of qemu_ld inputsJames Hogan2015-09-191-11/+15
* linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier2015-08-241-8/+8
* tcg/mips: fix add2Aurelien Jarno2015-08-011-0/+3
* tcg/mips: Mask TCGMemOp appropriately for indexingAurelien Jarno2015-08-011-2/+2
* tcg/mips: fix TLB loading for BE host with 32-bit guestsAurelien Jarno2015-08-011-1/+3
* tcg/mips: Fix build error from merged memop+mmu_idx parameterJames Hogan2015-07-091-2/+2
* tcg: Mask TCGMemOp appropriately for indexingRichard Henderson2015-06-091-2/+2
* tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini2015-06-031-0/+1
* tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson2015-05-141-13/+13
* tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson2015-05-141-4/+8
* tcg: Change generator-side labels to a pointerRichard Henderson2015-03-131-9/+8Star