Lines Matching refs:_srl
2575 _srl(T1, Src0LoR, INT32_BITS - ShiftAmount); in lowerInt64Arithmetic()
2597 _srl(T3, Src0LoR, 1); in lowerInt64Arithmetic()
2629 _srl(T2, Src0LoR, ShiftAmount); in lowerInt64Arithmetic()
2631 _srl(T_Hi, Src0HiR, ShiftAmount); in lowerInt64Arithmetic()
2636 _srl(T_Lo, Src0HiR, ShiftAmount - INT32_BITS); in lowerInt64Arithmetic()
2683 _srl(T2, Src0LoR, ShiftAmount); in lowerInt64Arithmetic()
2888 _srl(T, T0R, Value); in lowerArithmetic()
3918 _srl(TDest, SrcE, 16); in lowerExtractElement()
3930 _srl(TReg, SrcE, 8); in lowerExtractElement()
3934 _srl(TReg, SrcE, 16); in lowerExtractElement()
3938 _srl(TDest, SrcE, 24); in lowerExtractElement()
4460 _srl(TReg2, SrcE, 16); in lowerInsertElement()
4468 _srl(TReg3, TReg2, 16); // Clear upper 16-bits of element in lowerInsertElement()
4480 _srl(TReg2, SrcE, 8); in lowerInsertElement()
4506 _srl(TReg3, TReg2, 8); // Clear bits[31:24] of element in lowerInsertElement()
4926 _srl(T4, T1, 16); in lowerIntrinsic()
4937 _srl(T1, SrcR, 24); in lowerIntrinsic()
4938 _srl(T2, SrcR, 8); in lowerIntrinsic()
4975 _srl(T2, SrcHiR, 24); in lowerIntrinsic()
4976 _srl(T3, SrcHiR, 8); in lowerIntrinsic()
4983 _srl(T9, SrcLoR, 24); in lowerIntrinsic()
4984 _srl(T10, SrcLoR, 8); in lowerIntrinsic()