Searched refs:tcg_gen_op4i_i64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 192 static void DNI tcg_gen_op4i_i64(TCGOpcode opc, TCGv_i64 a1, TCGv_i64 a2, in tcg_gen_op4i_i64() function 1980 tcg_gen_op4i_i64(INDEX_op_setcond_i64, ret, arg1, arg2, cond); in tcg_gen_setcond_i64() 2017 tcg_gen_op4i_i64(INDEX_op_negsetcond_i64, ret, arg1, arg2, cond); in tcg_gen_negsetcond_i64() 2979 tcg_gen_op4i_i64(INDEX_op_extract2_i64, ret, al, ah, ofs); in tcg_gen_extract2_i64()
|