Home
last modified time | relevance | path

Searched defs:OpAddress (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h219 void ldr(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond, in ldr()
228 void ldrex(const Operand *OpRt, const Operand *OpAddress, in ldrex()
291 void str(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond, in str()
300 void strex(const Operand *OpRd, const Operand *OpRt, const Operand *OpAddress, in strex()
428 void vldrd(const Operand *OpDd, const Operand *OpAddress, in vldrd()
437 void vldrs(const Operand *OpSd, const Operand *OpAddress, in vldrs()
446 void vldrq(const Operand *OpQd, const Operand *OpAddress, in vldrq()
600 void vstrd(const Operand *OpDd, const Operand *OpAddress, in vstrd()
609 void vstrs(const Operand *OpSd, const Operand *OpAddress, in vstrs()
618 void vstrq(const Operand *OpQd, const Operand *OpAddress, in vstrq()
DIceAssemblerARM32.cpp948 IValueT Rt, const Operand *OpAddress, in emitMemOp()
1005 IValueT Rt, const Operand *OpAddress, in emitMemOpEnc3()
1549 void AssemblerARM32::ldr(const Operand *OpRt, const Operand *OpAddress, in ldr()
1623 const Operand *OpAddress, in emitMemExOp()
1660 void AssemblerARM32::ldrex(const Operand *OpRt, const Operand *OpAddress, in ldrex()
1894 void AssemblerARM32::str(const Operand *OpRt, const Operand *OpAddress, in str()
1955 const Operand *OpAddress, CondARM32::Cond Cond, in strex()
2841 void AssemblerARM32::vldrd(const Operand *OpDd, const Operand *OpAddress, in vldrd()
2863 void AssemblerARM32::vldrq(const Operand *OpQd, const Operand *OpAddress, in vldrq()
2888 void AssemblerARM32::vldrs(const Operand *OpSd, const Operand *OpAddress, in vldrs()
[all …]