Home | History | Annotate | Download | only in arm

Lines Matching refs:LSL

491     return Operand(key, LSL, kPointerSizeLog2 - kSmiTagSize);
495 return Operand(key, LSL, kDoubleSizeLog2 - kSmiTagSize);
563 return MemOperand(array, key, LSL, kPointerSizeLog2 - kSmiTagSize, am);
866 void lsl(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
869 mov(dst, Operand(src1, LSL, src2.rm()), s, cond);
871 mov(dst, Operand(src1, LSL, src2.immediate()), s, cond);
928 // usat dst, #satpos, src, lsl #sh