Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1009 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()
1856 gen_helper_cxgb(o->out_128, tcg_env, o->in2, m34); in op_cxgb()
1889 gen_helper_cxlgb(o->out_128, tcg_env, o->in2, m34); in op_cxlgb()
2051 o->out_128 = tcg_temp_new_i128(); in op_cdsg()
2052 tcg_gen_concat_i64_i128(o->out_128, regs[r1 + 1], regs[r1]); in op_cdsg()
2055 tcg_gen_atomic_cmpxchg_i128(o->out_128, o->addr1, o->out_128, o->in2_128, in op_cdsg()
2062 tcg_gen_extr_i128_i64(cc_src, cc_dst, o->out_128); in op_cdsg()
2286 gen_helper_dxb(o->out_128, tcg_env, o->in1_128, o->in2_128); in op_dxb()
2386 gen_helper_fixb(o->out_128, tcg_env, o->in2_128, m34); in op_fixb()
[all …]