Searched refs:DO_VMLAL (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 1833 #define DO_VMLAL(INSN,MULL,ACC) \ macro 1851 DO_VMLAL(VMLAL_S,mull_s,add) in DO_VMLAL() function 1852 DO_VMLAL(VMLAL_U,mull_u,add) in DO_VMLAL() 1853 DO_VMLAL(VMLSL_S,mull_s,sub) in DO_VMLAL() 1854 DO_VMLAL(VMLSL_U,mull_u,sub) in DO_VMLAL()
|