Home
last modified time | relevance | path

Searched refs:tcg_gen_op3 (Results 1 – 3 of 3) sorted by relevance

/qemu/tcg/
H A Dtcg-internal.h97 TCGOp *tcg_gen_op3(TCGOpcode, TCGType, TCGArg, TCGArg, TCGArg);
H A Dtcg-op.c57 TCGOp * NI tcg_gen_op3(TCGOpcode opc, TCGType type, TCGArg a1, in tcg_gen_op3() function
145 tcg_gen_op3(opc, TCG_TYPE_I32, tcgv_i32_arg(a1), in tcg_gen_op3_i32()
152 tcg_gen_op3(opc, TCG_TYPE_I64, tcgv_i64_arg(a1), in tcg_gen_op3_i64()
159 tcg_gen_op3(opc, TCG_TYPE_I32, tcgv_i32_arg(a1), tcgv_i32_arg(a2), a3); in tcg_gen_op3i_i32()
165 tcg_gen_op3(opc, TCG_TYPE_I64, tcgv_i64_arg(a1), tcgv_i64_arg(a2), a3); in tcg_gen_op3i_i64()
171 tcg_gen_op3(opc, TCG_TYPE_I32, tcgv_i32_arg(val), in tcg_gen_ldst_op_i32()
178 tcg_gen_op3(opc, TCG_TYPE_I64, tcgv_i64_arg(val), in tcg_gen_ldst_op_i64()
H A Dtcg-op-ldst.c95 TCGOp *op = tcg_gen_op3(opc, type, temp_arg(v), temp_arg(addr), oi); in gen_ldst1()