Searched refs:in1_128 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 1009 TCGv_i128 out_128, in1_128, in2_128; member 1319 gen_helper_axb(o->out_128, tcg_env, o->in1_128, o->in2_128); in op_axb() 1653 gen_helper_cxb(cc_op, tcg_env, o->in1_128, o->in2_128); in op_cxb() 2286 gen_helper_dxb(o->out_128, tcg_env, o->in1_128, o->in2_128); in op_dxb() 2601 gen_helper_kxb(cc_op, tcg_env, o->in1_128, o->in2_128); in op_kxb() 3376 gen_helper_mxb(o->out_128, tcg_env, o->in1_128, o->in2_128); in op_mxb() 3838 gen_helper_sxb(o->out_128, tcg_env, o->in1_128, o->in2_128); in op_sxb() 4616 gen_helper_tcxb(cc_op, tcg_env, o->in1_128, o->in2); in op_tcxb() 5494 o->in1_128 = load_freg_128(get_field(s, r1)); in in1_x1()
|