Searched refs:gen_mulxy (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-arm/
H A Dtranslate.c3529 static inline void gen_mulxy(TCGv t0, TCGv t1, int x, int y) function
6975 gen_mulxy(tmp, tmp2, sh & 2, sh & 4);
8374 gen_mulxy(tmp, tmp2, op & 2, op & 1);
8491 gen_mulxy(tmp, tmp2, op & 2, op & 1);

Completed in 1164 milliseconds