Lines Matching refs:MSARegister

1262                               MSARegister ws, MSARegister wd) {  in GenInstrMsaI8()
1271 int32_t imm5, MSARegister ws, MSARegister wd) { in GenInstrMsaI5()
1285 uint32_t m, MSARegister ws, MSARegister wd) { in GenInstrMsaBit()
1294 int32_t imm10, MSARegister wd) { in GenInstrMsaI10()
1304 RegType t, MSARegister ws, MSARegister wd) { in GenInstrMsa3R()
1324 MSARegister wt, MSARegister ws, MSARegister wd) { in GenInstrMsa3RF()
1333 void Assembler::GenInstrMsaVec(SecondaryField operation, MSARegister wt, in GenInstrMsaVec()
1334 MSARegister ws, MSARegister wd) { in GenInstrMsaVec()
1344 Register rs, MSARegister wd) { in GenInstrMsaMI10()
1353 MSARegister ws, MSARegister wd) { in GenInstrMsa2R()
1362 MSARegister ws, MSARegister wd) { in GenInstrMsa2RF()
1371 void Assembler::GenInstrMsaBranch(SecondaryField operation, MSARegister wt, in GenInstrMsaBranch()
2965 void Assembler::name(MSARegister wt, int16_t offset) { \
2984 void Assembler::name(MSARegister wd, const MemOperand& rs) { \
3009 void Assembler::name(MSARegister wd, int32_t imm10) { \ in MSA_LD_ST_LIST()
3030 void Assembler::name##_##format(MSARegister wd, MSARegister ws, \
3059 void Assembler::name(MSARegister wd, MSARegister ws, uint32_t imm8) { \
3077 void Assembler::name(MSARegister wd, MSARegister ws, MSARegister wt) { \
3091 void Assembler::name##_##format(MSARegister wd, MSARegister ws) { \
3107 void Assembler::fill_##format(MSARegister wd, Register rs) { \
3140 void Assembler::name##_##format(MSARegister wd, MSARegister ws) { \
3217 void Assembler::name##_##format(MSARegister wd, MSARegister ws, \
3218 MSARegister wt) { \
3219 GenInstrMsa3R<MSARegister>(opcode, MSA_3R_DF_##format, wt, ws, wd); \
3223 void Assembler::name##_##format(MSARegister wd, MSARegister ws, \
3296 void Assembler::name##_##df(MSARegister wd, MSARegister ws, \
3297 MSARegister wt) { \
3317 void Assembler::sldi_b(MSARegister wd, MSARegister ws, uint32_t n) {
3318 GenInstrMsaElm<MSARegister, MSARegister>(SLDI, ELM_DF_B, n, ws, wd);
3321 void Assembler::sldi_h(MSARegister wd, MSARegister ws, uint32_t n) { in sldi_h()
3322 GenInstrMsaElm<MSARegister, MSARegister>(SLDI, ELM_DF_H, n, ws, wd); in sldi_h()
3325 void Assembler::sldi_w(MSARegister wd, MSARegister ws, uint32_t n) { in sldi_w()
3326 GenInstrMsaElm<MSARegister, MSARegister>(SLDI, ELM_DF_W, n, ws, wd); in sldi_w()
3329 void Assembler::sldi_d(MSARegister wd, MSARegister ws, uint32_t n) { in sldi_d()
3330 GenInstrMsaElm<MSARegister, MSARegister>(SLDI, ELM_DF_D, n, ws, wd); in sldi_d()
3333 void Assembler::splati_b(MSARegister wd, MSARegister ws, uint32_t n) { in splati_b()
3334 GenInstrMsaElm<MSARegister, MSARegister>(SPLATI, ELM_DF_B, n, ws, wd); in splati_b()
3337 void Assembler::splati_h(MSARegister wd, MSARegister ws, uint32_t n) { in splati_h()
3338 GenInstrMsaElm<MSARegister, MSARegister>(SPLATI, ELM_DF_H, n, ws, wd); in splati_h()
3341 void Assembler::splati_w(MSARegister wd, MSARegister ws, uint32_t n) { in splati_w()
3342 GenInstrMsaElm<MSARegister, MSARegister>(SPLATI, ELM_DF_W, n, ws, wd); in splati_w()
3345 void Assembler::splati_d(MSARegister wd, MSARegister ws, uint32_t n) { in splati_d()
3346 GenInstrMsaElm<MSARegister, MSARegister>(SPLATI, ELM_DF_D, n, ws, wd); in splati_d()
3349 void Assembler::copy_s_b(Register rd, MSARegister ws, uint32_t n) { in copy_s_b()
3350 GenInstrMsaElm<Register, MSARegister>(COPY_S, ELM_DF_B, n, ws, rd); in copy_s_b()
3353 void Assembler::copy_s_h(Register rd, MSARegister ws, uint32_t n) { in copy_s_h()
3354 GenInstrMsaElm<Register, MSARegister>(COPY_S, ELM_DF_H, n, ws, rd); in copy_s_h()
3357 void Assembler::copy_s_w(Register rd, MSARegister ws, uint32_t n) { in copy_s_w()
3358 GenInstrMsaElm<Register, MSARegister>(COPY_S, ELM_DF_W, n, ws, rd); in copy_s_w()
3361 void Assembler::copy_u_b(Register rd, MSARegister ws, uint32_t n) { in copy_u_b()
3362 GenInstrMsaElm<Register, MSARegister>(COPY_U, ELM_DF_B, n, ws, rd); in copy_u_b()
3365 void Assembler::copy_u_h(Register rd, MSARegister ws, uint32_t n) { in copy_u_h()
3366 GenInstrMsaElm<Register, MSARegister>(COPY_U, ELM_DF_H, n, ws, rd); in copy_u_h()
3369 void Assembler::copy_u_w(Register rd, MSARegister ws, uint32_t n) { in copy_u_w()
3370 GenInstrMsaElm<Register, MSARegister>(COPY_U, ELM_DF_W, n, ws, rd); in copy_u_w()
3373 void Assembler::insert_b(MSARegister wd, uint32_t n, Register rs) { in insert_b()
3374 GenInstrMsaElm<MSARegister, Register>(INSERT, ELM_DF_B, n, rs, wd); in insert_b()
3377 void Assembler::insert_h(MSARegister wd, uint32_t n, Register rs) { in insert_h()
3378 GenInstrMsaElm<MSARegister, Register>(INSERT, ELM_DF_H, n, rs, wd); in insert_h()
3381 void Assembler::insert_w(MSARegister wd, uint32_t n, Register rs) { in insert_w()
3382 GenInstrMsaElm<MSARegister, Register>(INSERT, ELM_DF_W, n, rs, wd); in insert_w()
3385 void Assembler::insve_b(MSARegister wd, uint32_t n, MSARegister ws) { in insve_b()
3386 GenInstrMsaElm<MSARegister, MSARegister>(INSVE, ELM_DF_B, n, ws, wd); in insve_b()
3389 void Assembler::insve_h(MSARegister wd, uint32_t n, MSARegister ws) { in insve_h()
3390 GenInstrMsaElm<MSARegister, MSARegister>(INSVE, ELM_DF_H, n, ws, wd); in insve_h()
3393 void Assembler::insve_w(MSARegister wd, uint32_t n, MSARegister ws) { in insve_w()
3394 GenInstrMsaElm<MSARegister, MSARegister>(INSVE, ELM_DF_W, n, ws, wd); in insve_w()
3397 void Assembler::insve_d(MSARegister wd, uint32_t n, MSARegister ws) { in insve_d()
3398 GenInstrMsaElm<MSARegister, MSARegister>(INSVE, ELM_DF_D, n, ws, wd); in insve_d()
3401 void Assembler::move_v(MSARegister wd, MSARegister ws) { in move_v()
3440 void Assembler::name##_##format(MSARegister wd, MSARegister ws, \