Searched refs:tcg_gen_op4i_i64 (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg-op.c | 203 static void DNI tcg_gen_op4i_i64(TCGOpcode opc, TCGv_i64 a1, TCGv_i64 a2, in tcg_gen_op4i_i64() function 1933 tcg_gen_op4i_i64(INDEX_op_setcond, ret, arg1, arg2, cond); in tcg_gen_setcond_i64() 1970 tcg_gen_op4i_i64(INDEX_op_negsetcond, ret, arg1, arg2, cond); in tcg_gen_negsetcond_i64() 2804 tcg_gen_op4i_i64(INDEX_op_extract2, ret, al, ah, ofs); in tcg_gen_extract2_i64()
|