Lines Matching refs:OpRt
1075 const Operand *OpRt, bool IsExtract, in emitInsertExtractInt() argument
1077 const IValueT Rt = encodeGPRegister(OpRt, "Rt", InstName); in emitInsertExtractInt()
1082 const uint32_t BitSize = typeWidthInBytes(OpRt->getType()) * CHAR_BIT; in emitInsertExtractInt()
1089 typeStdString(OpRt->getType())); in emitInsertExtractInt()
1546 void AssemblerARM32::ldr(const Operand *OpRt, const Operand *OpAddress, in ldr() argument
1550 IValueT Rt = encodeGPRegister(OpRt, "Rt", LdrName); in ldr()
1551 const Type Ty = OpRt->getType(); in ldr()
1657 void AssemblerARM32::ldrex(const Operand *OpRt, const Operand *OpAddress, in ldrex() argument
1679 const Type Ty = OpRt->getType(); in ldrex()
1682 emitMemExOp(Cond, Ty, IsLoad, OpRt, Rm, OpAddress, TInfo, LdrexName); in ldrex()
1891 void AssemblerARM32::str(const Operand *OpRt, const Operand *OpAddress, in str() argument
1895 IValueT Rt = encodeGPRegister(OpRt, "Rt", StrName); in str()
1896 const Type Ty = OpRt->getType(); in str()
1951 void AssemblerARM32::strex(const Operand *OpRd, const Operand *OpRt, in strex() argument
1979 IValueT Rt = encodeGPRegister(OpRt, "Rt", StrexName); in strex()
1980 const Type Ty = OpRt->getType(); in strex()
2005 void AssemblerARM32::pop(const Variable *OpRt, CondARM32::Cond Cond) { in pop() argument
2011 IValueT Rt = encodeGPRegister(OpRt, "Rt", Pop); in pop()
2034 void AssemblerARM32::push(const Operand *OpRt, CondARM32::Cond Cond) { in push() argument
2040 IValueT Rt = encodeGPRegister(OpRt, "Rt", Push); in push()
3085 void AssemblerARM32::vmovdrr(const Operand *OpDm, const Operand *OpRt, in vmovdrr() argument
3095 IValueT Rt = encodeGPRegister(OpRt, "Rt", Vmovdrr); in vmovdrr()
3111 const Operand *OpRt, CondARM32::Cond Cond) { in vmovqir() argument
3116 emitInsertExtractInt(Cond, OpQn, Index, OpRt, !IsExtract, Vmovdr); in vmovqir()
3128 void AssemblerARM32::vmovrqi(const Operand *OpRt, const Operand *OpQn, in vmovrqi() argument
3134 emitInsertExtractInt(Cond, OpQn, Index, OpRt, IsExtract, Vmovrd); in vmovrqi()
3137 void AssemblerARM32::vmovrrd(const Operand *OpRt, const Operand *OpRt2, in vmovrrd() argument
3146 IValueT Rt = encodeGPRegister(OpRt, "Rt", Vmovrrd); in vmovrrd()
3162 void AssemblerARM32::vmovrs(const Operand *OpRt, const Operand *OpSn, in vmovrs() argument
3171 IValueT Rt = encodeGPRegister(OpRt, "Rt", Vmovrs); in vmovrs()
3215 void AssemblerARM32::vmovsr(const Operand *OpSn, const Operand *OpRt, in vmovsr() argument
3225 IValueT Rt = encodeGPRegister(OpRt, "Rt", Vmovsr); in vmovsr()