Searched refs:NEON_POP (Results 1 - 1 of 1) sorted by relevance
/external/qemu/target-arm/ |
H A D | neon_helper.c | 158 #define NEON_POP(name, vtype, n) \ macro 363 NEON_POP(pmin_s8, neon_s8, 4) 364 NEON_POP(pmin_u8, neon_u8, 4) 365 NEON_POP(pmin_s16, neon_s16, 2) 366 NEON_POP(pmin_u16, neon_u16, 2) 376 NEON_POP(pmax_s8, neon_s8, 4) 377 NEON_POP(pmax_u8, neon_u8, 4) 378 NEON_POP(pmax_s16, neon_s16, 2) 379 NEON_POP(pmax_u16, neon_u16, 2) 715 NEON_POP(padd_u [all...] |
Completed in 11 milliseconds