summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2013-04-15tcg-ppc64: Implement bswap16 and bswap32Richard Henderson2-4/+47
2013-04-15tcg-ppc64: Implement rotatesRichard Henderson2-2/+41
2013-04-15tcg-ppc64: Streamline qemu_ld/st insn selectionRichard Henderson1-110/+56
2013-04-15tcg-ppc64: Use automatic implementation of ext32u_i64Richard Henderson2-8/+3
2013-04-15tcg-ppc64: Improve and_i64 with constantRichard Henderson1-14/+50
2013-04-15tcg-ppc64: Improve and_i32 with constantRichard Henderson2-3/+53
2013-04-15tcg-ppc64: Tidy or and xor patterns.Richard Henderson1-24/+31
2013-04-15tcg-ppc64: Allow constant first argument to subRichard Henderson1-4/+17
2013-04-15tcg-ppc64: Improve constant add and sub ops.Richard Henderson1-44/+64
2013-04-15tcg-ppc64: Rearrange integer constant constraintsRichard Henderson1-10/+33
2013-04-15tcg-ppc64: Cleanup tcg_out_moviRichard Henderson1-24/+17
2013-04-15tcg-ppc64: Fix setcond_i32Richard Henderson1-0/+6
2013-04-15tcg-ppc64: Introduce and use TAI and SAIRichard Henderson1-73/+70
2013-04-15tcg-ppc64: Introduce and use tcg_out_shri64Richard Henderson1-2/+7
2013-04-15tcg-ppc64: Introduce and use tcg_out_shli64Richard Henderson1-5/+8
2013-04-15tcg-ppc64: Introduce and use tcg_out_ext32uRichard Henderson1-5/+10
2013-04-15tcg-ppc64: Introduce and use tcg_out_rlwRichard Henderson1-52/+20
2013-04-15tcg-ppc64: Use TCGReg everywhereRichard Henderson1-15/+21
2013-04-13Merge branch 'tci' of git://qemu.weilnetz.de/qemuAurelien Jarno2-14/+16
2013-04-11tci: Make tcg temporaries local to tcg_qemu_tb_execRichard Henderson2-7/+13
2013-04-11tci: Delete unused tb_ret_addrRichard Henderson1-5/+1
2013-04-11tci: Use 32-bit signed offsets to loads/storesRichard Henderson1-2/+2
2013-04-05tcg-s390: Fix merge error in tgen_brcondRichard Henderson1-1/+1
2013-04-05tcg-s390: Use all 20 bits of the offset in tcg_out_memRichard Henderson1-4/+5
2013-04-05tcg-s390: Use load-address for additionRichard Henderson1-57/+56
2013-04-05tcg-s390: Cleanup argument shuffling fixme in softmmu codeRichard Henderson1-47/+38
2013-04-05tcg-s390: Use risbgz for andiRichard Henderson1-5/+53
2013-04-05tcg-s390: Remove constraint letters for andRichard Henderson1-117/+32
2013-04-05tcg-s390: Implement deposit opcodesRichard Henderson2-2/+30
2013-04-05tcg-s390: Implement movcond opcodesRichard Henderson2-4/+41
2013-04-05tcg-s390: Implement mulu2_i64 opcodeRichard Henderson2-1/+6
2013-04-05tcg-s390: Implement add2/sub2 opcodesRichard Henderson2-4/+42
2013-04-05tcg-s390: Remove useless preprocessor conditionsRichard Henderson2-14/+5
2013-04-05tcg-s390: Properly allocate a stack frame.Richard Henderson2-7/+15
2013-04-05tcg-s390: Fix moviRichard Henderson1-1/+1
2013-04-01tcg/mips: Implement muls2_i32Aurelien Jarno2-1/+7
2013-03-23tcg-optimize: Fold sub r,0,x to neg r,xRichard Henderson1-1/+33
2013-03-22Use proper term in TCG README陳韋任 (Wei-Ren Chen)1-5/+9
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell1-0/+5
2013-03-03tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell1-1/+43
2013-03-03tcg-sparc: fix buildBlue Swirl1-1/+1
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell1-1/+1
2013-02-23tcg: Apply life analysis to 64-bit multiword arithmetic opsRichard Henderson1-8/+20
2013-02-23tcg: Implement muls2 with mulu2Richard Henderson1-0/+40
2013-02-23tcg-arm: Implement muls2_i32Richard Henderson2-1/+5
2013-02-23tcg-i386: Implement multiword arithmetic opsRichard Henderson2-17/+26
2013-02-23tcg: Implement multiword addition helpersRichard Henderson1-0/+82
2013-02-23tcg: Implement multiword multiply helpersRichard Henderson2-0/+86
2013-02-23tcg: Implement a 64-bit to 32-bit extraction helperRichard Henderson1-0/+22
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson14-0/+24