Lines Matching refs:OpAddress
216 void ldr(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond,
219 void ldr(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond, in ldr() argument
222 ldr(OpRt, OpAddress, Cond, TInfo); in ldr()
225 void ldrex(const Operand *OpRt, const Operand *OpAddress,
228 void ldrex(const Operand *OpRt, const Operand *OpAddress, in ldrex() argument
231 ldrex(OpRt, OpAddress, Cond, TInfo); in ldrex()
288 void str(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond,
291 void str(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond, in str() argument
294 str(OpRt, OpAddress, Cond, TInfo); in str()
297 void strex(const Operand *OpRd, const Operand *OpRt, const Operand *OpAddress,
300 void strex(const Operand *OpRd, const Operand *OpRt, const Operand *OpAddress, in strex() argument
303 strex(OpRd, OpRt, OpAddress, Cond, TInfo); in strex()
425 void vldrd(const Operand *OpDd, const Operand *OpAddress,
428 void vldrd(const Operand *OpDd, const Operand *OpAddress, in vldrd() argument
431 vldrd(OpDd, OpAddress, Cond, TInfo); in vldrd()
434 void vldrs(const Operand *OpSd, const Operand *OpAddress,
437 void vldrs(const Operand *OpSd, const Operand *OpAddress, in vldrs() argument
440 vldrs(OpSd, OpAddress, Cond, TInfo); in vldrs()
443 void vldrq(const Operand *OpQd, const Operand *OpAddress,
446 void vldrq(const Operand *OpQd, const Operand *OpAddress, in vldrq() argument
449 vldrq(OpQd, OpAddress, Cond, TInfo); in vldrq()
597 void vstrd(const Operand *OpDd, const Operand *OpAddress,
600 void vstrd(const Operand *OpDd, const Operand *OpAddress, in vstrd() argument
603 vstrd(OpDd, OpAddress, Cond, TInfo); in vstrd()
606 void vstrs(const Operand *OpSd, const Operand *OpAddress,
609 void vstrs(const Operand *OpSd, const Operand *OpAddress, in vstrs() argument
612 vstrs(OpSd, OpAddress, Cond, TInfo); in vstrs()
615 void vstrq(const Operand *OpQd, const Operand *OpAddress,
618 void vstrq(const Operand *OpQd, const Operand *OpAddress, in vstrq() argument
621 vstrq(OpQd, OpAddress, Cond, TInfo); in vstrq()
625 void vst1qr(size_t ElmtSize, const Operand *OpQd, const Operand *OpAddress,
634 void vst1(size_t ElmtSize, const Operand *OpQd, const Operand *OpAddress,
755 const Operand *OpAddress, const TargetInfo &TInfo,
760 const Operand *OpAddress, const TargetInfo &TInfo,
766 IValueT Rt, const Operand *OpAddress,