Searched defs:OpAddress (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.h | 215 void ldr(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond, in ldr() 224 void ldrex(const Operand *OpRt, const Operand *OpAddress, in ldrex() 287 void str(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond, in str() 296 void strex(const Operand *OpRd, const Operand *OpRt, const Operand *OpAddress, in strex() 424 void vldrd(const Operand *OpDd, const Operand *OpAddress, in vldrd() 433 void vldrs(const Operand *OpSd, const Operand *OpAddress, in vldrs() 442 void vldrq(const Operand *OpQd, const Operand *OpAddress, in vldrq() 596 void vstrd(const Operand *OpDd, const Operand *OpAddress, in vstrd() 605 void vstrs(const Operand *OpSd, const Operand *OpAddress, in vstrs() 614 void vstrq(const Operand *OpQd, const Operand *OpAddress, in vstrq()
|
D | IceAssemblerARM32.cpp | 946 IValueT Rt, const Operand *OpAddress, in emitMemOp() 1003 IValueT Rt, const Operand *OpAddress, in emitMemOpEnc3() 1547 void AssemblerARM32::ldr(const Operand *OpRt, const Operand *OpAddress, in ldr() 1621 const Operand *OpAddress, in emitMemExOp() 1658 void AssemblerARM32::ldrex(const Operand *OpRt, const Operand *OpAddress, in ldrex() 1892 void AssemblerARM32::str(const Operand *OpRt, const Operand *OpAddress, in str() 1953 const Operand *OpAddress, CondARM32::Cond Cond, in strex() 2839 void AssemblerARM32::vldrd(const Operand *OpDd, const Operand *OpAddress, in vldrd() 2861 void AssemblerARM32::vldrq(const Operand *OpQd, const Operand *OpAddress, in vldrq() 2886 void AssemblerARM32::vldrs(const Operand *OpSd, const Operand *OpAddress, in vldrs() [all …]
|