Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstructions-arm64.cc24 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreOpMask)); in IsLoad()
51 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreOpMask)); in IsStore()
Dassembler-arm64-inl.h917 LoadStoreOp Assembler::LoadOpFor(const CPURegister& rt) {
941 LoadStoreOp Assembler::StoreOpFor(const CPURegister& rt) {
1198 LSDataSize Assembler::CalcLSDataSize(LoadStoreOp op) {
Dassembler-arm64.h1747 inline static LSDataSize CalcLSDataSize(LoadStoreOp op);
1836 LoadStoreOp op);
1889 static inline LoadStoreOp LoadOpFor(const CPURegister& rt);
1892 static inline LoadStoreOp StoreOpFor(const CPURegister& rt);
Dconstants-arm64.h805 enum LoadStoreOp { enum
Dsimulator-arm64.cc1610 LoadStoreOp op = static_cast<LoadStoreOp>(instr->Mask(LoadStoreOpMask)); in LoadStoreHelper()
Dmacro-assembler-arm64.h285 LoadStoreOp op);
Dassembler-arm64.cc2477 LoadStoreOp op) { in LoadStore()
Dmacro-assembler-arm64.cc564 LoadStoreOp op) { in LoadStoreMacro()
/external/vixl/src/vixl/a64/
Dinstructions-a64.cc82 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreMask)); in IsLoad()
112 LoadStoreOp op = static_cast<LoadStoreOp>(Mask(LoadStoreMask)); in IsStore()
237 unsigned CalcLSDataSize(LoadStoreOp op) { in CalcLSDataSize()
Dinstructions-a64.h126 unsigned CalcLSDataSize(LoadStoreOp op);
212 return CalcLSDataSize(static_cast<LoadStoreOp>(Mask(LoadStoreMask))); in SizeLS()
Dassembler-a64.h4266 LoadStoreOp op,
4345 static LoadStoreOp LoadOpFor(const CPURegister& rt);
4348 static LoadStoreOp StoreOpFor(const CPURegister& rt);
Dconstants-a64.h858 enum LoadStoreOp { enum
Dassembler-a64.cc4974 LoadStoreOp op, in LoadStore()
5292 LoadStoreOp Assembler::LoadOpFor(const CPURegister& rt) { in LoadOpFor()
5311 LoadStoreOp Assembler::StoreOpFor(const CPURegister& rt) { in StoreOpFor()
Dsimulator-a64.cc1083 LoadStoreOp op = static_cast<LoadStoreOp>(instr->Mask(LoadStoreMask)); in LoadStoreHelper()
Dmacro-assembler-a64.cc1519 LoadStoreOp op) { in LS_MACRO_LIST()
Dmacro-assembler-a64.h739 LoadStoreOp op);
/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h151 unsigned LoadStoreOp, unsigned Value,
DSIRegisterInfo.cpp202 unsigned LoadStoreOp, in buildScratchLoadStore() argument
215 bool IsLoad = TII->get(LoadStoreOp).mayLoad(); in buildScratchLoadStore()
243 BuildMI(*MBB, MI, DL, TII->get(LoadStoreOp)) in buildScratchLoadStore()