Home
last modified time | relevance | path

Searched refs:LoadStoreOp (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc21 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreMask)); in IsLoad()
52 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreMask)); in IsStore()
156 unsigned CalcLSDataSize(LoadStoreOp op) { in CalcLSDataSize()
H A Dinstructions-arm64.h53 unsigned CalcLSDataSize(LoadStoreOp op);
147 return CalcLSDataSize(static_cast<LoadStoreOp>(Mask(LoadStoreMask))); in SizeLS()
H A Dassembler-arm64-inl.h765 LoadStoreOp Assembler::LoadOpFor(const CPURegister& rt) { in LoadOpFor()
787 LoadStoreOp Assembler::StoreOpFor(const CPURegister& rt) { in StoreOpFor()
1034 unsigned Assembler::CalcLSDataSize(LoadStoreOp op) { in CalcLSDataSize()
H A Dassembler-arm64.h2204 inline static unsigned CalcLSDataSize(LoadStoreOp op);
2459 void LoadStore(const CPURegister& rt, const MemOperand& addr, LoadStoreOp op);
2504 // Find an appropriate LoadStoreOp or LoadStorePairOp for the specified
2507 static inline LoadStoreOp LoadOpFor(const CPURegister& rt);
2510 static inline LoadStoreOp StoreOpFor(const CPURegister& rt);
H A Dconstants-arm64.h914 enum LoadStoreOp : uint32_t {
H A Dmacro-assembler-arm64.h1517 LoadStoreOp op);
H A Dmacro-assembler-arm64.cc861 const MemOperand& addr, LoadStoreOp op) { in LoadStoreMacro()
H A Dassembler-arm64.cc3952 LoadStoreOp op) { in LoadStore()
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc493 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreMask)); in IsLoad()
525 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreMask)); in IsStore()
838 unsigned CalcLSDataSize(LoadStoreOp op) { in CalcLSDataSize()
H A Dinstructions-aarch64.h168 unsigned CalcLSDataSize(LoadStoreOp op);
423 return CalcLSDataSize(static_cast<LoadStoreOp>(Mask(LoadStoreMask))); in GetSizeLS()
H A Dassembler-aarch64.h7841 LoadStoreOp op,
8107 // Find an appropriate LoadStoreOp or LoadStorePairOp for the specified
8110 static LoadStoreOp LoadOpFor(const CPURegister& rt);
8113 static LoadStoreOp StoreOpFor(const CPURegister& rt);
H A Dassembler-aarch64.cc6350 LoadStoreOp op,
6717 LoadStoreOp Assembler::LoadOpFor(const CPURegister& rt) {
6740 LoadStoreOp Assembler::StoreOpFor(const CPURegister& rt) {
H A Dmacro-assembler-aarch64.cc2080 LoadStoreOp op) { in Emit()
H A Dconstants-aarch64.h1135 enum LoadStoreOp { enum
H A Dsimulator-aarch64.cc4286 LoadStoreOp op = static_cast<LoadStoreOp>(instr->Mask(LoadStoreMask)); in Simulator()
H A Dmacro-assembler-aarch64.h920 LoadStoreOp op);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp585 int LoadStoreOp = IsStore ? in buildMUBUFOffsetLoadStore() local
587 if (LoadStoreOp == -1) in buildMUBUFOffsetLoadStore()
595 BuildMI(*MBB, MI, DL, TII->get(LoadStoreOp)) in buildMUBUFOffsetLoadStore()
615 unsigned LoadStoreOp, in buildSpillLoadStore()
629 const MCInstrDesc &Desc = TII->get(LoadStoreOp); in buildSpillLoadStore()
614 buildSpillLoadStore(MachineBasicBlock::iterator MI, unsigned LoadStoreOp, int Index, unsigned ValueReg, bool IsKill, unsigned ScratchRsrcReg, unsigned ScratchOffsetReg, int64_t InstOffset, MachineMemOperand *MMO, RegScavenger *RS) const buildSpillLoadStore() argument
H A DSIRegisterInfo.h295 unsigned LoadStoreOp,
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc2026 LoadStoreOp op = static_cast<LoadStoreOp>(instr->Mask(LoadStoreMask));

Completed in 109 milliseconds