Home
last modified time | relevance | path

Searched refs:LoadStorePairOp (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/arm64/
Dinstructions-arm64.h62 LSDataSize CalcLSPairDataSize(LoadStorePairOp op);
160 static_cast<LoadStorePairOp>(Mask(LoadStorePairMask))); in SizeLSPair()
Dinstructions-arm64.cc172 LSDataSize CalcLSPairDataSize(LoadStorePairOp op) { in CalcLSPairDataSize()
Dassembler-arm64-inl.h928 LoadStorePairOp Assembler::LoadPairOpFor(const CPURegister& rt,
952 LoadStorePairOp Assembler::StorePairOpFor(const CPURegister& rt,
Dassembler-arm64.h1839 const MemOperand& addr, LoadStorePairOp op);
1890 static inline LoadStorePairOp LoadPairOpFor(const CPURegister& rt,
1893 static inline LoadStorePairOp StorePairOpFor(const CPURegister& rt,
Dconstants-arm64.h721 enum LoadStorePairOp { enum
Dsimulator-arm64.cc1712 LoadStorePairOp op = in LoadStorePairHelper()
1713 static_cast<LoadStorePairOp>(instr->Mask(LoadStorePairMask)); in LoadStorePairHelper()
Dmacro-assembler-arm64.h293 const MemOperand& addr, LoadStorePairOp op);
Dassembler-arm64.cc1600 LoadStorePairOp op) { in LoadStorePair()
Dmacro-assembler-arm64.cc596 LoadStorePairOp op) { in LoadStorePairMacro()
/external/vixl/src/vixl/a64/
Dinstructions-a64.h127 unsigned CalcLSPairDataSize(LoadStorePairOp op);
217 static_cast<LoadStorePairOp>(Mask(LoadStorePairMask))); in SizeLSPair()
Dinstructions-a64.cc251 unsigned CalcLSPairDataSize(LoadStorePairOp op) { in CalcLSPairDataSize()
Dassembler-a64.h4272 LoadStorePairOp op);
4346 static LoadStorePairOp LoadPairOpFor(const CPURegister& rt,
4349 static LoadStorePairOp StorePairOpFor(const CPURegister& rt,
Dassembler-a64.cc1472 LoadStorePairOp op) { in LoadStorePair()
1523 static_cast<LoadStorePairOp>(op & LoadStorePairMask)); in LoadStorePairNonTemporal()
5330 LoadStorePairOp Assembler::StorePairOpFor(const CPURegister& rt, in StorePairOpFor()
5349 LoadStorePairOp Assembler::LoadPairOpFor(const CPURegister& rt, in LoadPairOpFor()
5352 return static_cast<LoadStorePairOp>(StorePairOpFor(rt, rt2) | in LoadPairOpFor()
Dconstants-a64.h762 enum LoadStorePairOp { enum
Dsimulator-a64.cc1182 LoadStorePairOp op = in LoadStorePairHelper()
1183 static_cast<LoadStorePairOp>(instr->Mask(LoadStorePairMask)); in LoadStorePairHelper()
Dmacro-assembler-a64.cc1568 LoadStorePairOp op) { in LSPAIR_MACRO_LIST()
Dmacro-assembler-a64.h749 LoadStorePairOp op);