| H A D | tcg-op-gvec.c | 187 TCGv_ptr bbase, uint32_t bofs, in expand_3_ool() argument 200 tcg_gen_addi_ptr(a2, bbase, bofs); in expand_3_ool() 209 void tcg_gen_gvec_3_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_3_ool() argument 213 expand_3_ool(tcg_env, dofs, tcg_env, aofs, tcg_env, bofs, in tcg_gen_gvec_3_ool() 218 void tcg_gen_gvec_4_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_4_ool() argument 232 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_4_ool() 244 void tcg_gen_gvec_5_ool(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_5_ool() argument 259 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_5_ool() 295 void tcg_gen_gvec_3_ptr(uint32_t dofs, uint32_t aofs, uint32_t bofs, in tcg_gen_gvec_3_ptr() argument 308 tcg_gen_addi_ptr(a2, tcg_env, bofs); in tcg_gen_gvec_3_ptr() [all …]
|