Home
last modified time | relevance | path

Searched refs:MSARegister (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.h279 class MSARegister : public RegisterBase<MSARegister, kMsaAfterLast> {
281 explicit constexpr MSARegister(int code) : RegisterBase(code) {} in MSARegister() function
311 typedef MSARegister Simd128Register;
1091 void bz_v(MSARegister wt, int16_t offset);
1092 inline void bz_v(MSARegister wt, Label* L) { in bz_v()
1095 void bz_b(MSARegister wt, int16_t offset);
1096 inline void bz_b(MSARegister wt, Label* L) { in bz_b()
1099 void bz_h(MSARegister wt, int16_t offset);
1100 inline void bz_h(MSARegister wt, Label* L) { in bz_h()
1103 void bz_w(MSARegister wt, int16_t offset);
[all …]
Dassembler-mips.cc1338 MSARegister ws, MSARegister wd) { in GenInstrMsaI8()
1347 int32_t imm5, MSARegister ws, MSARegister wd) { in GenInstrMsaI5()
1361 uint32_t m, MSARegister ws, MSARegister wd) { in GenInstrMsaBit()
1370 int32_t imm10, MSARegister wd) { in GenInstrMsaI10()
1380 RegType t, MSARegister ws, MSARegister wd) { in GenInstrMsa3R()
1400 MSARegister wt, MSARegister ws, MSARegister wd) { in GenInstrMsa3RF()
1409 void Assembler::GenInstrMsaVec(SecondaryField operation, MSARegister wt, in GenInstrMsaVec()
1410 MSARegister ws, MSARegister wd) { in GenInstrMsaVec()
1420 Register rs, MSARegister wd) { in GenInstrMsaMI10()
1429 MSARegister ws, MSARegister wd) { in GenInstrMsa2R()
[all …]
Dsimulator-mips.h133 enum MSARegister { enum
Dmacro-assembler-mips.h224 MSARegister wt, BranchDelaySlot bd = PROTECT);
859 MSARegister wt, BranchDelaySlot bd = PROTECT);
Dmacro-assembler-mips.cc2200 MSABranchCondition cond, MSARegister wt, in BranchMSA()
2222 MSABranchCondition cond, MSARegister wt, in BranchShortMSA()
/external/v8/src/mips64/
Dassembler-mips64.h284 class MSARegister : public RegisterBase<MSARegister, kMsaAfterLast> {
286 explicit constexpr MSARegister(int code) : RegisterBase(code) {} in MSARegister() function
316 typedef MSARegister Simd128Register;
1163 void bz_v(MSARegister wt, int16_t offset);
1164 inline void bz_v(MSARegister wt, Label* L) { in bz_v()
1167 void bz_b(MSARegister wt, int16_t offset);
1168 inline void bz_b(MSARegister wt, Label* L) { in bz_b()
1171 void bz_h(MSARegister wt, int16_t offset);
1172 inline void bz_h(MSARegister wt, Label* L) { in bz_h()
1175 void bz_w(MSARegister wt, int16_t offset);
[all …]
Dassembler-mips64.cc1302 MSARegister ws, MSARegister wd) { in GenInstrMsaI8()
1311 int32_t imm5, MSARegister ws, MSARegister wd) { in GenInstrMsaI5()
1325 uint32_t m, MSARegister ws, MSARegister wd) { in GenInstrMsaBit()
1334 int32_t imm10, MSARegister wd) { in GenInstrMsaI10()
1344 RegType t, MSARegister ws, MSARegister wd) { in GenInstrMsa3R()
1364 MSARegister wt, MSARegister ws, MSARegister wd) { in GenInstrMsa3RF()
1373 void Assembler::GenInstrMsaVec(SecondaryField operation, MSARegister wt, in GenInstrMsaVec()
1374 MSARegister ws, MSARegister wd) { in GenInstrMsaVec()
1384 Register rs, MSARegister wd) { in GenInstrMsaMI10()
1393 MSARegister ws, MSARegister wd) { in GenInstrMsa2R()
[all …]
Dmacro-assembler-mips64.h241 MSARegister wt, BranchDelaySlot bd = PROTECT);
868 MSARegister wt, BranchDelaySlot bd = PROTECT);
1013 MSARegister wt, BranchDelaySlot bd = PROTECT);
Dsimulator-mips64.h133 enum MSARegister { enum
Dmacro-assembler-mips64.cc2714 MSABranchCondition cond, MSARegister wt, in BranchMSA()
2736 MSABranchCondition cond, MSARegister wt, in BranchShortMSA()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc3417 MSARegister src = g.ToSimd128Register(source); in AssembleMove()
3419 MSARegister dst = g.ToSimd128Register(destination); in AssembleMove()
3468 MSARegister temp = kSimd128ScratchReg; in AssembleMove()
3516 MSARegister temp = kSimd128ScratchReg; in AssembleSwap()
3517 MSARegister src = g.ToSimd128Register(source); in AssembleSwap()
3518 MSARegister dst = g.ToSimd128Register(destination); in AssembleSwap()
3550 MSARegister temp = kSimd128ScratchReg; in AssembleSwap()
3551 MSARegister src = g.ToSimd128Register(source); in AssembleSwap()
3587 MSARegister temp_1 = kSimd128ScratchReg; in AssembleSwap()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc3667 MSARegister src = g.ToSimd128Register(source); in AssembleMove()
3669 MSARegister dst = g.ToSimd128Register(destination); in AssembleMove()
3695 MSARegister temp = kSimd128ScratchReg; in AssembleMove()
3750 MSARegister temp = kSimd128ScratchReg; in AssembleSwap()
3751 MSARegister src = g.ToSimd128Register(source); in AssembleSwap()
3753 MSARegister dst = g.ToSimd128Register(destination); in AssembleSwap()
3794 MSARegister temp_1 = kSimd128ScratchReg; in AssembleSwap()