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.cpp945 IValueT Rt, const Operand *OpAddress, in emitMemOp()
1002 IValueT Rt, const Operand *OpAddress, in emitMemOpEnc3()
1546 void AssemblerARM32::ldr(const Operand *OpRt, const Operand *OpAddress, in ldr()
1620 const Operand *OpAddress, in emitMemExOp()
1657 void AssemblerARM32::ldrex(const Operand *OpRt, const Operand *OpAddress, in ldrex()
1891 void AssemblerARM32::str(const Operand *OpRt, const Operand *OpAddress, in str()
1952 const Operand *OpAddress, CondARM32::Cond Cond, in strex()
2838 void AssemblerARM32::vldrd(const Operand *OpDd, const Operand *OpAddress, in vldrd()
2860 void AssemblerARM32::vldrq(const Operand *OpQd, const Operand *OpAddress, in vldrq()
2885 void AssemblerARM32::vldrs(const Operand *OpSd, const Operand *OpAddress, in vldrs()
[all …]