Home
last modified time | relevance | path

Searched refs:kMsaDfNByteMask (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/mips64/
Dconstants_mips64.h80 kMsaDfNByteMask = 0x00, enumerator
Dassembler_mips64.cc1927 EmitMsaELM(0x1, n4 | kMsaDfNByteMask, ws, wd, 0x19); in SplatiB()
1951 EmitMsaELM(0x2, n4 | kMsaDfNByteMask, ws, static_cast<VectorRegister>(rd), 0x19); in Copy_sB()
1975 EmitMsaELM(0x3, n4 | kMsaDfNByteMask, ws, static_cast<VectorRegister>(rd), 0x19); in Copy_uB()
1993 EmitMsaELM(0x4, n4 | kMsaDfNByteMask, static_cast<VectorRegister>(rs), wd, 0x19); in InsertB()
/art/compiler/utils/mips/
Dconstants_mips.h105 kMsaDfNByteMask = 0x00, enumerator
Dassembler_mips.cc2407 DsFsmInstr(EmitMsaELM(0x1, n4 | kMsaDfNByteMask, ws, wd, 0x19)).FprOuts(wd).FprIns(ws); in SplatiB()
2431 DsFsmInstr(EmitMsaELM(0x2, n4 | kMsaDfNByteMask, ws, static_cast<VectorRegister>(rd), 0x19)) in Copy_sB()
2452 DsFsmInstr(EmitMsaELM(0x3, n4 | kMsaDfNByteMask, ws, static_cast<VectorRegister>(rd), 0x19)) in Copy_uB()
2466 DsFsmInstr(EmitMsaELM(0x4, n4 | kMsaDfNByteMask, static_cast<VectorRegister>(rs), wd, 0x19)) in InsertB()