Home
last modified time | relevance | path

Searched refs:LoadStoreOp (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/codegen/arm64/
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()
Dinstructions-arm64.h53 unsigned CalcLSDataSize(LoadStoreOp op);
147 return CalcLSDataSize(static_cast<LoadStoreOp>(Mask(LoadStoreMask))); in SizeLS()
Dassembler-arm64-inl.h765 LoadStoreOp Assembler::LoadOpFor(const CPURegister& rt) {
787 LoadStoreOp Assembler::StoreOpFor(const CPURegister& rt) {
1034 unsigned Assembler::CalcLSDataSize(LoadStoreOp op) {
Dassembler-arm64.h2180 inline static unsigned CalcLSDataSize(LoadStoreOp op);
2430 void LoadStore(const CPURegister& rt, const MemOperand& addr, LoadStoreOp op);
2478 static inline LoadStoreOp LoadOpFor(const CPURegister& rt);
2481 static inline LoadStoreOp StoreOpFor(const CPURegister& rt);
Dconstants-arm64.h914 enum LoadStoreOp : uint32_t { enum
Dmacro-assembler-arm64.h1428 LoadStoreOp op);
Dmacro-assembler-arm64.cc795 const MemOperand& addr, LoadStoreOp op) { in LoadStoreMacro()
Dassembler-arm64.cc3932 LoadStoreOp op) { in LoadStore()
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc55 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreMask)); in IsLoad()
87 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreMask)); in IsStore()
231 unsigned CalcLSDataSize(LoadStoreOp op) { in CalcLSDataSize()
Dinstructions-aarch64.h139 unsigned CalcLSDataSize(LoadStoreOp op);
284 return CalcLSDataSize(static_cast<LoadStoreOp>(Mask(LoadStoreMask))); in GetSizeLS()
Dassembler-aarch64.h4252 LoadStoreOp op,
4335 static LoadStoreOp LoadOpFor(const CPURegister& rt);
4338 static LoadStoreOp StoreOpFor(const CPURegister& rt);
Dconstants-aarch64.h992 enum LoadStoreOp { enum
Dassembler-aarch64.cc5673 LoadStoreOp op, in LoadStore()
6029 LoadStoreOp Assembler::LoadOpFor(const CPURegister& rt) { in LoadOpFor()
6052 LoadStoreOp Assembler::StoreOpFor(const CPURegister& rt) { in StoreOpFor()
Dmacro-assembler-aarch64.cc1923 LoadStoreOp op) { in LS_MACRO_LIST()
Dsimulator-aarch64.cc1627 LoadStoreOp op = static_cast<LoadStoreOp>(instr->Mask(LoadStoreMask)); in LoadStoreHelper()
Dmacro-assembler-aarch64.h780 LoadStoreOp op);
/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h197 unsigned LoadStoreOp, const MachineOperand *SrcDst,
DSIRegisterInfo.cpp411 unsigned LoadStoreOp, in buildScratchLoadStore() argument
476 BuildMI(*MBB, MI, DL, TII->get(LoadStoreOp)) in buildScratchLoadStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h233 unsigned LoadStoreOp,
DSIRegisterInfo.cpp492 int LoadStoreOp = IsStore ? in buildMUBUFOffsetLoadStore() local
494 if (LoadStoreOp == -1) in buildMUBUFOffsetLoadStore()
498 MachineInstrBuilder NewMI = BuildMI(*MBB, MI, DL, TII->get(LoadStoreOp)) in buildMUBUFOffsetLoadStore()
516 unsigned LoadStoreOp, in buildSpillLoadStore() argument
531 const MCInstrDesc &Desc = TII->get(LoadStoreOp); in buildSpillLoadStore()
/external/v8/src/execution/arm64/
Dsimulator-arm64.cc1825 LoadStoreOp op = static_cast<LoadStoreOp>(instr->Mask(LoadStoreMask)); in LoadStoreHelper()