Searched refs:tysz (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 1043 uint32_t oprsz, uint32_t tysz, TCGType type, in expand_2_vec() argument 1047 for (uint32_t i = 0; i < oprsz; i += tysz) { in expand_2_vec() 1063 uint32_t oprsz, uint32_t tysz, TCGType type, in expand_2i_vec() argument 1067 for (uint32_t i = 0; i < oprsz; i += tysz) { in expand_2i_vec() 1081 uint32_t oprsz, uint32_t tysz, TCGType type, in expand_2s_vec() argument 1085 for (uint32_t i = 0; i < oprsz; i += tysz) { in expand_2s_vec() 1102 uint32_t tysz, TCGType type, bool load_dest, in expand_3_vec() argument 1105 for (uint32_t i = 0; i < oprsz; i += tysz) { in expand_3_vec() 1125 uint32_t bofs, uint32_t oprsz, uint32_t tysz, in expand_3i_vec() argument 1131 for (uint32_t i = 0; i < oprsz; i += tysz) { in expand_3i_vec() [all …]
|