Searched refs:tcg_gen_helper_1_2 (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/ |
D | tcg-op.h | 270 static inline void tcg_gen_helper_1_2(void *func, TCGv ret, in tcg_gen_helper_1_2() function 736 tcg_gen_helper_1_2(tcg_helper_shl_i64, ret, arg1, arg2); in tcg_gen_shl_i64() 746 tcg_gen_helper_1_2(tcg_helper_shr_i64, ret, arg1, arg2); in tcg_gen_shr_i64() 756 tcg_gen_helper_1_2(tcg_helper_sar_i64, ret, arg1, arg2); in tcg_gen_sar_i64() 800 tcg_gen_helper_1_2(tcg_helper_div_i64, ret, arg1, arg2); in tcg_gen_div_i64() 805 tcg_gen_helper_1_2(tcg_helper_rem_i64, ret, arg1, arg2); in tcg_gen_rem_i64() 810 tcg_gen_helper_1_2(tcg_helper_divu_i64, ret, arg1, arg2); in tcg_gen_divu_i64() 815 tcg_gen_helper_1_2(tcg_helper_remu_i64, ret, arg1, arg2); in tcg_gen_remu_i64()
|
/external/qemu/target-arm/ |
D | helpers.h | 45 tcg_gen_helper_1_2(helper_##name, ret, arg1, arg2); \
|