summaryrefslogtreecommitdiff
path: root/tcg/tcg-op.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-04TCG: Fix tcg_gen_extr_i64_tl for 32bitAlexander Graf1-1/+1
2014-05-28tcg: Inline tcg_gen_helperNRichard Henderson1-7/+0
2014-05-28tcg: Use helper-gen.h in tcg-op.hRichard Henderson1-150/+25
2014-05-28tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson1-17/+18
2014-05-12tcg: Make call address a constant parameterRichard Henderson1-13/+3
2014-04-28tcg: Add INDEX_op_trunc_shr_i32Richard Henderson1-16/+34
2014-04-28tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changesRichard Henderson1-2/+2
2014-04-18tcg: Use HOST_WORDS_BIGENDIANRichard Henderson1-2/+2
2014-04-18tcg: Fix fallback from muls2_i64 to mulu2_i64Richard Henderson1-20/+18
2014-04-18tcg: Use tcg_gen_mulu2_i32 in tcg_gen_muls2_i32Richard Henderson1-4/+2
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson1-181/+58
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-1/+1
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson1-4/+36
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson1-4/+28
2013-04-27tcg: fix deposit_i64 op on 32-bit targetsAurelien Jarno1-1/+1
2013-02-23tcg: Implement muls2 with mulu2Richard Henderson1-0/+40
2013-02-23tcg: Implement multiword addition helpersRichard Henderson1-0/+82
2013-02-23tcg: Implement multiword multiply helpersRichard Henderson1-0/+84
2013-02-23tcg: Implement a 64-bit to 32-bit extraction helperRichard Henderson1-0/+22
2012-12-29tcg: Add TCGV_IS_UNUSED_*Richard Henderson1-0/+2
2012-11-17TCG: Use gen_opparam_ptr from context instead of global variable.Evgeny Voevodin1-127/+127
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-35/+35
2012-10-28tcg: rework TCG helper flagsAurelien Jarno1-8/+10
2012-10-17tcg: Optimize mulu2Richard Henderson1-0/+2
2012-10-17tcg: Constant fold add2 and sub2Richard Henderson1-0/+9
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson1-19/+63
2012-09-26tcg: Streamline movcond_i64 using movcond_i32Richard Henderson1-7/+15
2012-09-26tcg: Streamline movcond_i64 using 32-bit arithmeticRichard Henderson1-0/+20
2012-09-26tcg: Sanity check goto_tb inputRichard Henderson1-2/+9
2012-09-26tcg: Sanity check deposit inputsRichard Henderson1-0/+8
2012-09-26tcg: Implement concat*_i64 with deposit_i64Richard Henderson1-30/+30
2012-09-26tcg: Emit XORI as NOT for appropriate constantsRichard Henderson1-4/+15
2012-09-26tcg: Optimize initial inputs for ori_i64Richard Henderson1-6/+13
2012-09-26tcg: Emit ANDI as EXTU for appropriate constantsRichard Henderson1-11/+56
2012-09-21tcg: Introduce movcondRichard Henderson1-0/+40
2011-12-14tcg: make tcg_const_ptr actually accept a pointer argumentPeter Maydell1-3/+3
2011-11-02tcg: Fix whitespace in tcg-op.h.Richard Henderson1-4/+4
2011-11-02tcg: Fix regression in tcg_gen_deposit_i64.Richard Henderson1-0/+2
2011-10-30tcg: Optimize some forms of deposit.Richard Henderson1-14/+51
2011-10-01tcg-i386: Introduce limited deposit supportJan Kiszka1-2/+2
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson1-500/+446
2011-06-03tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64Peter Maydell1-10/+16
2011-06-03tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hostsPeter Maydell1-11/+11
2011-01-20tcg: Define "deposit" as an optional operation.Richard Henderson1-0/+64
2010-12-01tcg: Fix default definition of divu_i32 and remu_i32.Richard Henderson1-2/+2
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson1-21/+118
2010-05-28tcg: Use INDEX_op_qemu_ld32 for 32-bit results.Richard Henderson1-0/+8
2010-03-26tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson1-4/+4
2010-03-26tcg: Allow target-specific implementation of NOR.Richard Henderson1-0/+11
2010-03-26tcg: Allow target-specific implementation of NAND.Richard Henderson1-0/+11