summaryrefslogtreecommitdiffstats
path: root/tcg/tcg-op.h
Commit message (Expand)AuthorAgeFilesLines
* tcg: Add generic vector ops for multiplicationRichard Henderson2018-02-081-0/+1
* tcg: Add generic vector ops for comparisonsRichard Henderson2018-02-081-0/+3
* tcg: Add generic vector ops for constant shiftsRichard Henderson2018-02-081-0/+4
* tcg: Add generic vector expandersRichard Henderson2018-02-081-0/+1
* tcg: Standardize integral arguments to expandersRichard Henderson2018-02-081-8/+8
* tcg: Add types and basic operations for host vectorsRichard Henderson2018-02-081-0/+27
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-291-4/+0Star
* tcg: Remove TCGV_EQUAL*Richard Henderson2017-10-241-4/+2Star
* tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson2017-10-241-46/+48
* tcg: Push tcg_ctx into generator functionsRichard Henderson2017-10-241-54/+46Star
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-101-2/+2
* tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota2017-06-051-0/+11
* tcg: Add opcode for ctpopRichard Henderson2017-01-101-0/+4
* tcg: Add helpers for clrsbRichard Henderson2017-01-101-0/+4
* tcg: Add clz and ctz opcodesRichard Henderson2017-01-101-0/+16
* tcg: Add deposit_z expanderRichard Henderson2017-01-101-0/+6
* tcg: Add field extraction primitivesRichard Henderson2017-01-101-0/+12
* tcg: Add tcg_gen_mulsu2_{i32,i64,tl}Richard Henderson2016-11-011-0/+4
* tcg: Add atomic helpersRichard Henderson2016-10-261-0/+44
* Introduce TCGOpcode for memory barrierPranith Kumar2016-09-161-0/+2
* tcg: Allow goto_tb to any target PC in user modeSergey Fedorov2016-05-131-3/+6
* tcg: Clean up direct block chaining safety checksSergey Fedorov2016-05-131-0/+10
* tcg: Move definition of type TCGvLluĂ­s Vilanova2016-03-011-2/+0Star
* 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/+2Star
* 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/+8Star
* tcg: Implement insert_op_beforeRichard Henderson2015-02-131-1/+0Star
* tcg: Move some opcode generation functions out of lineRichard Henderson2015-02-131-2104/+336Star
* TCG: Fix tcg_gen_extr_i64_tl for 32bitAlexander Graf2014-06-041-1/+1
* tcg: Inline tcg_gen_helperNRichard Henderson2014-05-281-7/+0Star
* tcg: Use helper-gen.h in tcg-op.hRichard Henderson2014-05-281-150/+25Star
* 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/+3Star
* 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-191-2/+2
* tcg: Fix fallback from muls2_i64 to mulu2_i64Richard Henderson2014-04-191-20/+18Star
* tcg: Use tcg_gen_mulu2_i32 in tcg_gen_muls2_i32Richard Henderson2014-04-191-4/+2Star
* tcg: Add qemu_ld_st_i32/64Richard Henderson2013-10-101-181/+58Star
* 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