Searched refs:MSA_LOAD_FUNC (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 70 #define MSA_LOAD_FUNC(TYPE, INSTR, FUNC_NAME) \ macro 96 MSA_LOAD_FUNC(uint16_t, lh, msa_lh); 98 MSA_LOAD_FUNC(uint32_t, lw, msa_lw); 101 MSA_LOAD_FUNC(uint64_t, ld, msa_ld); 115 MSA_LOAD_FUNC(uint16_t, ulh, msa_ulh); 117 MSA_LOAD_FUNC(uint32_t, ulw, msa_ulw); 120 MSA_LOAD_FUNC(uint64_t, uld, msa_uld);
|