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

/external/v8/src/arm64/
H A Dinstructions-arm64.h62 LSDataSize CalcLSPairDataSize(LoadStorePairOp op);
160 static_cast<LoadStorePairOp>(Mask(LoadStorePairMask)));
H A Dinstructions-arm64.cc172 LSDataSize CalcLSPairDataSize(LoadStorePairOp op) {
H A Dassembler-arm64-inl.h895 LoadStorePairOp Assembler::LoadPairOpFor(const CPURegister& rt,
919 LoadStorePairOp Assembler::StorePairOpFor(const CPURegister& rt,
H A Dassembler-arm64.h1887 const MemOperand& addr, LoadStorePairOp op);
1934 // Find an appropriate LoadStoreOp or LoadStorePairOp for the specified
1938 static inline LoadStorePairOp LoadPairOpFor(const CPURegister& rt,
1941 static inline LoadStorePairOp StorePairOpFor(const CPURegister& rt,
H A Dconstants-arm64.h721 enum LoadStorePairOp { enum in namespace:v8::internal
H A Dmacro-assembler-arm64.h311 const MemOperand& addr, LoadStorePairOp op);
H A Dsimulator-arm64.cc1748 LoadStorePairOp op =
1749 static_cast<LoadStorePairOp>(instr->Mask(LoadStorePairMask));
H A Dassembler-arm64.cc1602 LoadStorePairOp op) {
H A Dmacro-assembler-arm64.cc596 LoadStorePairOp op) {
/external/vixl/src/aarch64/
H A Dinstructions-aarch64.h131 unsigned CalcLSPairDataSize(LoadStorePairOp op);
246 static_cast<LoadStorePairOp>(Mask(LoadStorePairMask)));
H A Dinstructions-aarch64.cc242 unsigned CalcLSPairDataSize(LoadStorePairOp op) {
H A Dassembler-aarch64.h3098 LoadStorePairOp op);
3168 // Find an appropriate LoadStoreOp or LoadStorePairOp for the specified
3172 static LoadStorePairOp LoadPairOpFor(const CPURegister& rt,
3175 static LoadStorePairOp StorePairOpFor(const CPURegister& rt,
H A Dassembler-aarch64.cc971 LoadStorePairOp op) {
1020 CalcLSPairDataSize(static_cast<LoadStorePairOp>(op & LoadStorePairMask));
4672 LoadStorePairOp Assembler::StorePairOpFor(const CPURegister& rt,
4693 LoadStorePairOp Assembler::LoadPairOpFor(const CPURegister& rt,
4696 return static_cast<LoadStorePairOp>(StorePairOpFor(rt, rt2) |
H A Dconstants-aarch64.h775 enum LoadStorePairOp { enum in namespace:vixl::aarch64
H A Dmacro-assembler-aarch64.cc1887 LoadStorePairOp op) {
H A Dsimulator-aarch64.cc1437 LoadStorePairOp op =
1438 static_cast<LoadStorePairOp>(instr->Mask(LoadStorePairMask));
H A Dmacro-assembler-aarch64.h783 LoadStorePairOp op);

Completed in 394 milliseconds