Searched refs:tcg_gen_op1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-internal.h | 95 TCGOp *tcg_gen_op1(TCGOpcode, TCGArg);
|
H A D | tcg-op.c | 40 TCGOp * NI tcg_gen_op1(TCGOpcode opc, TCGArg a1) in tcg_gen_op1() function 112 tcg_gen_op1(opc, tcgv_i32_arg(a1)); in tcg_gen_op1_i32() 117 tcg_gen_op1(opc, tcgv_i64_arg(a1)); in tcg_gen_op1_i64() 122 return tcg_gen_op1(opc, a1); in tcg_gen_op1i() 286 tcg_gen_op1(INDEX_op_set_label, label_arg(l)); in gen_set_label() 299 add_as_label_use(l, tcg_gen_op1(INDEX_op_br, label_arg(l))); in tcg_gen_br() 317 tcg_gen_op1(INDEX_op_mb, mb_type); in tcg_gen_mb() 323 tcg_gen_op1(INDEX_op_plugin_cb, from); in tcg_gen_plugin_cb()
|