Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1064 TCGv_i128 out_128, in1_128, in2_128; member
1413 gen_helper_axb(o->out_128, tcg_env, o->in1_128, o->in2_128); in op_axb()
1751 gen_helper_cxb(cc_op, tcg_env, o->in1_128, o->in2_128); in op_cxb()
2360 gen_helper_dxb(o->out_128, tcg_env, o->in1_128, o->in2_128); in op_dxb()
2675 gen_helper_kxb(cc_op, tcg_env, o->in1_128, o->in2_128); in op_kxb()
3450 gen_helper_mxb(o->out_128, tcg_env, o->in1_128, o->in2_128); in op_mxb()
3912 gen_helper_sxb(o->out_128, tcg_env, o->in1_128, o->in2_128); in op_sxb()
4688 gen_helper_tcxb(cc_op, tcg_env, o->in1_128, o->in2); in op_tcxb()
5565 o->in1_128 = load_freg_128(get_field(s, r1)); in in1_x1()