Searched refs:tcg_helper_sar_i64 (Results 1 – 4 of 4) sorted by relevance
12 int64_t tcg_helper_sar_i64(int64_t arg1, int64_t arg2);
279 { tcg_helper_sar_i64, "sar_i64" },
996 tcg_gen_helper64(tcg_helper_sar_i64, sizemask, ret, arg1, arg2); in tcg_gen_sar_i64()
66 int64_t tcg_helper_sar_i64(int64_t arg1, int64_t arg2) in tcg_helper_sar_i64() function