Searched refs:tcg_gen_op2 (Results 1 – 2 of 2) sorted by relevance
/qemu/tcg/ |
H A D | tcg-internal.h | 96 TCGOp *tcg_gen_op2(TCGOpcode, TCGType, TCGArg, TCGArg);
|
H A D | tcg-op.c | 48 TCGOp * NI tcg_gen_op2(TCGOpcode opc, TCGType type, TCGArg a1, TCGArg a2) in tcg_gen_op2() function 134 tcg_gen_op2(opc, TCG_TYPE_I32, tcgv_i32_arg(a1), tcgv_i32_arg(a2)); in tcg_gen_op2_i32() 139 tcg_gen_op2(opc, TCG_TYPE_I64, tcgv_i64_arg(a1), tcgv_i64_arg(a2)); in tcg_gen_op2_i64() 323 tcg_gen_op2(INDEX_op_plugin_mem_cb, 0, tcgv_i64_arg(addr), meminfo); in tcg_gen_plugin_mem_cb() 3087 tcg_gen_op2(INDEX_op_extrl_i64_i32, TCG_TYPE_I32, in tcg_gen_extrl_i64_i32() 3097 tcg_gen_op2(INDEX_op_extrh_i64_i32, TCG_TYPE_I32, in tcg_gen_extrh_i64_i32() 3108 tcg_gen_op2(INDEX_op_extu_i32_i64, TCG_TYPE_I64, in tcg_gen_extu_i32_i64() 3119 tcg_gen_op2(INDEX_op_ext_i32_i64, TCG_TYPE_I64, in tcg_gen_ext_i32_i64()
|