Searched refs:tcg_gen_op1 (Results 1 – 2 of 2) sorted by relevance
/qemu/tcg/ |
H A D | tcg-internal.h | 95 TCGOp *tcg_gen_op1(TCGOpcode, TCGType, TCGArg);
|
H A D | tcg-op.c | 40 TCGOp * NI tcg_gen_op1(TCGOpcode opc, TCGType type, TCGArg a1) in tcg_gen_op1() function 119 tcg_gen_op1(opc, type, tcgv_i32_arg(a1)); in tcg_gen_op1_i32() 124 tcg_gen_op1(opc, type, tcgv_i64_arg(a1)); in tcg_gen_op1_i64() 129 return tcg_gen_op1(opc, type, a1); in tcg_gen_op1i() 281 tcg_gen_op1(INDEX_op_set_label, 0, label_arg(l)); in gen_set_label() 294 add_as_label_use(l, tcg_gen_op1(INDEX_op_br, 0, label_arg(l))); in tcg_gen_br() 312 tcg_gen_op1(INDEX_op_mb, 0, mb_type); in tcg_gen_mb() 318 tcg_gen_op1(INDEX_op_plugin_cb, 0, from); in tcg_gen_plugin_cb()
|