Searched refs:MSA_LOAD_FUNC (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 76 #define MSA_LOAD_FUNC(TYPE, INSTR, FUNC_NAME) \ macro 102 MSA_LOAD_FUNC(uint16_t, lh, msa_lh); 104 MSA_LOAD_FUNC(uint32_t, lw, msa_lw); 107 MSA_LOAD_FUNC(uint64_t, ld, msa_ld); 121 MSA_LOAD_FUNC(uint16_t, ulh, msa_ulh); 123 MSA_LOAD_FUNC(uint32_t, ulw, msa_ulw); 126 MSA_LOAD_FUNC(uint64_t, uld, msa_uld);
|