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