aboutsummaryrefslogtreecommitdiff
path: root/tcg/mips
AgeCommit message (Expand)AuthorFilesLines
2019-06-10cpu: Move the softmmu tlb to CPUNegativeOffsetStateRichard Henderson1-30/+9
2019-06-10tcg: Create struct CPUTLBRichard Henderson1-10/+2
2019-05-13tcg: Return bool success from tcg_out_movRichard Henderson1-1/+2
2019-04-24tcg: Restart TB generation after out-of-line ldst overflowRichard Henderson1-2/+4
2019-04-24tcg: Add INDEX_op_extract2_{i32,i64}Richard Henderson1-0/+2
2019-01-28cputlb: Remove static tlb sizingRichard Henderson1-1/+0
2019-01-28tcg/mips: enable dynamic TLB sizingRichard Henderson2-32/+64
2019-01-28tcg/mips: Fix tcg_out_qemu_ld_slow_pathRichard Henderson1-1/+2
2019-01-28tcg: introduce dynamic TLB sizingEmilio G. Cota1-0/+1
2018-12-17tcg/mips: Improve the add2/sub2 command to use TCG_TARGET_REG_BITSAlistair Francis1-1/+1
2018-12-17tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson1-0/+1
2018-12-17tcg: Return success from patch_relocRichard Henderson1-1/+2
2018-12-17tcg/mips: Remove retranslation codeRichard Henderson1-6/+1
2018-06-15tcg: Reduce max TB opcode countRichard Henderson1-1/+1
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 Henderson2-2/+6
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2-2/+6
2017-09-05tcg: Add tcg target default memory orderingPranith Kumar1-0/+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 Jarno2-1/+14
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota1-0/+1
2017-05-06tcg/mips: fix field extraction opcodeAurelien Jarno1-2/+2
2017-01-10tcg: Add opcode for ctpopRichard Henderson1-0/+2
2017-01-10tcg/mips: Handle clz opcodeRichard Henderson2-2/+51
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson1-0/+2
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 Henderson2-1/+12
2017-01-10tcg: Add field extraction primitivesRichard Henderson1-0/+2
2017-01-06tcg-mips: Adjust qemu_ld/st for mips64Jin Guojie1-57/+146
2017-01-06tcg-mips: Adjust calling conventions for mips64Jin Guojie2-10/+30
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 Guojie2-10/+353
2017-01-06tcg-mips: Add mips64 opcodesJin Guojie1-75/+118
2017-01-06tcg-mips: Move bswap code to a subroutineJin Guojie2-70/+139
2016-09-16tcg/mips: Add support for fencePranith Kumar1-0/+30
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson1-2/+9
2016-07-12tcg: Clean up tcg-target.h header guardsMarkus Armbruster1-2/+3
2016-07-05tcg: Optimize spills of constantsRichard Henderson1-0/+10
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov1-4/+4