summaryrefslogtreecommitdiffstats
path: root/tcg/tcg-op.h
Commit message (Expand)AuthorAgeFilesLines
* tcg: Allow extra data to be attached to insn_startRichard Henderson2015-10-071-8/+44
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-071-3/+3
* tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson2015-08-241-7/+2
* tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson2015-08-241-2/+3
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-11/+8
* tcg: Implement insert_op_beforeRichard Henderson2015-02-121-1/+0
* tcg: Move some opcode generation functions out of lineRichard Henderson2015-02-121-2104/+336
* TCG: Fix tcg_gen_extr_i64_tl for 32bitAlexander Graf2014-06-041-1/+1
* tcg: Inline tcg_gen_helperNRichard Henderson2014-05-281-7/+0
* tcg: Use helper-gen.h in tcg-op.hRichard Henderson2014-05-281-150/+25
* tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson2014-05-281-17/+18
* tcg: Make call address a constant parameterRichard Henderson2014-05-121-13/+3
* tcg: Add INDEX_op_trunc_shr_i32Richard Henderson2014-04-281-16/+34
* tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changesRichard Henderson2014-04-281-2/+2
* tcg: Use HOST_WORDS_BIGENDIANRichard Henderson2014-04-181-2/+2
* tcg: Fix fallback from muls2_i64 to mulu2_i64Richard Henderson2014-04-181-20/+18
* tcg: Use tcg_gen_mulu2_i32 in tcg_gen_muls2_i32Richard Henderson2014-04-181-4/+2
* tcg: Add qemu_ld_st_i32/64Richard Henderson2013-10-101-181/+58
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
* tcg: Add muluh and mulsh opcodesRichard Henderson2013-09-021-4/+36
* tcg: Split rem requirement from div requirementRichard Henderson2013-07-091-4/+28
* tcg: fix deposit_i64 op on 32-bit targetsAurelien Jarno2013-04-271-1/+1
* tcg: Implement muls2 with mulu2Richard Henderson2013-02-231-0/+40
* tcg: Implement multiword addition helpersRichard Henderson2013-02-231-0/+82
* tcg: Implement multiword multiply helpersRichard Henderson2013-02-231-0/+84
* tcg: Implement a 64-bit to 32-bit extraction helperRichard Henderson2013-02-231-0/+22
* tcg: Add TCGV_IS_UNUSED_*Richard Henderson2012-12-291-0/+2
* TCG: Use gen_opparam_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-127/+127
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-35/+35
* tcg: rework TCG helper flagsAurelien Jarno2012-10-281-8/+10
* tcg: Optimize mulu2Richard Henderson2012-10-171-0/+2
* tcg: Constant fold add2 and sub2Richard Henderson2012-10-171-0/+9
* tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson2012-10-061-19/+63
* tcg: Streamline movcond_i64 using movcond_i32Richard Henderson2012-09-261-7/+15
* tcg: Streamline movcond_i64 using 32-bit arithmeticRichard Henderson2012-09-261-0/+20
* tcg: Sanity check goto_tb inputRichard Henderson2012-09-261-2/+9
* tcg: Sanity check deposit inputsRichard Henderson2012-09-261-0/+8
* tcg: Implement concat*_i64 with deposit_i64Richard Henderson2012-09-261-30/+30
* tcg: Emit XORI as NOT for appropriate constantsRichard Henderson2012-09-261-4/+15
* tcg: Optimize initial inputs for ori_i64Richard Henderson2012-09-261-6/+13
* tcg: Emit ANDI as EXTU for appropriate constantsRichard Henderson2012-09-261-11/+56
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+40
* tcg: make tcg_const_ptr actually accept a pointer argumentPeter Maydell2011-12-141-3/+3
* tcg: Fix whitespace in tcg-op.h.Richard Henderson2011-11-021-4/+4
* tcg: Fix regression in tcg_gen_deposit_i64.Richard Henderson2011-11-021-0/+2
* tcg: Optimize some forms of deposit.Richard Henderson2011-10-301-14/+51
* tcg-i386: Introduce limited deposit supportJan Kiszka2011-10-011-2/+2
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-500/+446
* tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64Peter Maydell2011-06-031-10/+16
* tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hostsPeter Maydell2011-06-031-11/+11
OpenPOWER on IntegriCloud