aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg-op.h
AgeCommit message (Expand)Author
2012-09-26tcg: Streamline movcond_i64 using movcond_i32Richard Henderson
2012-09-26tcg: Streamline movcond_i64 using 32-bit arithmeticRichard Henderson
2012-09-26tcg: Sanity check goto_tb inputRichard Henderson
2012-09-26tcg: Sanity check deposit inputsRichard Henderson
2012-09-26tcg: Implement concat*_i64 with deposit_i64Richard Henderson
2012-09-26tcg: Emit XORI as NOT for appropriate constantsRichard Henderson
2012-09-26tcg: Optimize initial inputs for ori_i64Richard Henderson
2012-09-26tcg: Emit ANDI as EXTU for appropriate constantsRichard Henderson
2012-09-21tcg: Introduce movcondRichard Henderson
2011-12-14tcg: make tcg_const_ptr actually accept a pointer argumentPeter Maydell
2011-11-02tcg: Fix whitespace in tcg-op.h.Richard Henderson
2011-11-02tcg: Fix regression in tcg_gen_deposit_i64.Richard Henderson
2011-10-30tcg: Optimize some forms of deposit.Richard Henderson
2011-10-01tcg-i386: Introduce limited deposit supportJan Kiszka
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson
2011-06-03tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64Peter Maydell
2011-06-03tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hostsPeter Maydell
2011-01-20tcg: Define "deposit" as an optional operation.Richard Henderson
2010-12-01tcg: Fix default definition of divu_i32 and remu_i32.Richard Henderson
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson
2010-05-28tcg: Use INDEX_op_qemu_ld32 for 32-bit results.Richard Henderson
2010-03-26tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson
2010-03-26tcg: Allow target-specific implementation of NOR.Richard Henderson
2010-03-26tcg: Allow target-specific implementation of NAND.Richard Henderson
2010-03-26tcg: Allow target-specific implementation of EQV.Richard Henderson
2010-03-26tcg: Use not_i32 to implement not_i64.Richard Henderson
2010-03-26tcg: Change TCGType to an enumeration.Richard Henderson
2010-03-26tcg: Use TCGCond where appropriate.Richard Henderson
2010-03-26tcg: Name the opcode enumeration.Richard Henderson
2010-03-14tcg: declare internal helpers as const and pureAurelien Jarno
2010-03-14tcg: add div/rem 32-bit helpersAurelien Jarno
2010-02-20tcg: Optional target implementation of ORC.Richard Henderson
2010-02-20tcg: Optional target implementation of ANDC.Richard Henderson
2010-02-08tcg: move setcond* ops to non-optional sectionAurelien Jarno
2010-02-08tcg: add setcondi pseudo-opAurelien Jarno
2010-02-06tcg: generic support for conditional setRichard Henderson
2009-10-04tcg: add ext{8,16,32}u_i{32,64} TCG opsAurelien Jarno
2009-09-16tcg: fix size of local variables in tcg_gen_bswap64_i64Stefan Weil
2009-07-18tcg: Fix tcg_gen_rotr_i64Aurelien Jarno
2009-03-29tcg: fix _tl aliases for divu/remuaurel32
2009-03-29tcg: add _tl aliases for div/divu/rem/remuaurel32
2009-03-13tcg: add _tl aliases to bswap16/32/64 TCG opsaurel32
2009-03-13tcg: add bswap16_i64 and bswap32_i64 TCG opsaurel32
2009-03-13tcg: optimize tcg_gen_bswap16_i32aurel32
2009-03-13tcg: rename bswap_i32/i64 functionsaurel32
2009-03-11tcg: fix commit r6805aurel32
2009-03-10tcg: optimize logical operationsaurel32
2009-03-10Fix tcg after commit 6800aurel32
2009-03-10tcg: use TCGV_EQUAL_I{32,64}aurel32
2009-03-09tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y)aurel32