Searched refs:MSA_STORE_FUNC (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 85 #define MSA_STORE_FUNC(TYPE, INSTR, FUNC_NAME) \ macro 110 MSA_STORE_FUNC(uint16_t, sh, msa_sh); 112 MSA_STORE_FUNC(uint32_t, sw, msa_sw); 114 MSA_STORE_FUNC(uint64_t, sd, msa_sd); 129 MSA_STORE_FUNC(uint16_t, ush, msa_ush); 131 MSA_STORE_FUNC(uint32_t, usw, msa_usw);
|