Lines Matching refs:LSL
66 __ ldr(ip, MemOperand(offsets_base_addr, offset, LSL, 1)); in ProbeTable()
73 __ ldr(scratch2, MemOperand(offsets_base_addr, offset, LSL, 1)); in ProbeTable()
82 __ ldr(offset, MemOperand(offsets_base_addr, offset, LSL, 1)); in ProbeTable()
168 __ add(index, index, Operand(index, LSL, 1)); // index *= 3. in GenerateDictionaryNegativeLookup()
174 __ add(tmp, properties, Operand(index, LSL, 1)); in GenerateDictionaryNegativeLookup()
959 __ add(scratch1, dst, Operand(wordoffset, LSL, 2)); in StoreIntAsFloat()
999 Operand(scratch1, LSL, kBinary32ExponentShift)); in StoreIntAsFloat()
1004 __ mov(ival, Operand(ival, LSL, zeros)); in StoreIntAsFloat()
1011 __ str(fval, MemOperand(dst, wordoffset, LSL, 2)); in StoreIntAsFloat()
1037 __ mov(loword, Operand(hiword, LSL, mantissa_shift_for_lo_word)); in GenerateUInt2Double()
1041 __ orr(hiword, scratch, Operand(hiword, LSL, mantissa_shift_for_hi_word)); in GenerateUInt2Double()
1624 Operand(r0, LSL, kPointerSizeLog2 - kSmiTagSize)); in CompileArrayPushCall()
1658 Operand(r0, LSL, kPointerSizeLog2 - kSmiTagSize)); in CompileArrayPushCall()
1760 __ add(elements, elements, Operand(r4, LSL, kPointerSizeLog2 - kSmiTagSize)); in CompileArrayPopCall()
2150 __ mov(r0, Operand(r0, LSL, kSmiTagSize)); in CompileMathFloorCall()
3165 MemOperand(r3, r0, LSL, kPointerSizeLog2 - kSmiTagSize)); in CompileLoadSpecialized()
3270 MemOperand(scratch, key_reg, LSL, kPointerSizeLog2 - kSmiTagSize)); in CompileStoreSpecialized()
3272 Operand(key_reg, LSL, kPointerSizeLog2 - kSmiTagSize), in CompileStoreSpecialized()
3361 __ add(r1, sp, Operand(r0, LSL, kPointerSizeLog2)); in CompileConstructStub()
3414 __ add(sp, sp, Operand(r1, LSL, kPointerSizeLog2)); in CompileConstructStub()
3502 __ ldrsh(value, MemOperand(r3, key, LSL, 0)); in CompileKeyedLoadStub()
3505 __ ldrh(value, MemOperand(r3, key, LSL, 0)); in CompileKeyedLoadStub()
3509 __ ldr(value, MemOperand(r3, key, LSL, 1)); in CompileKeyedLoadStub()
3514 __ add(r2, r3, Operand(key, LSL, 1)); in CompileKeyedLoadStub()
3517 __ ldr(value, MemOperand(r3, key, LSL, 1)); in CompileKeyedLoadStub()
3539 __ mov(r0, Operand(value, LSL, kSmiTagSize)); in CompileKeyedLoadStub()
3572 __ mov(r0, Operand(value, LSL, kSmiTagSize)); in CompileKeyedLoadStub()
3597 __ mov(r0, Operand(value, LSL, kSmiTagSize)); in CompileKeyedLoadStub()
3679 __ orr(r2, r2, Operand(r1, LSL, HeapNumber::kMantissaBitsInTopWord)); in CompileKeyedLoadStub()
3689 __ mov(r0, Operand(r0, LSL, kMantissaShiftForLoWord)); in CompileKeyedLoadStub()
3700 __ mov(r0, Operand(value, LSL, kSmiTagSize)); in CompileKeyedLoadStub()
3782 __ strb(r5, MemOperand(r3, r4, LSL, 0)); in CompileKeyedStoreStub()
3786 __ strb(r5, MemOperand(r3, r4, LSL, 0)); in CompileKeyedStoreStub()
3790 __ strh(r5, MemOperand(r3, r4, LSL, 1)); in CompileKeyedStoreStub()
3794 __ str(r5, MemOperand(r3, r4, LSL, 2)); in CompileKeyedStoreStub()
3831 __ add(r5, r3, Operand(r4, LSL, 2)); in CompileKeyedStoreStub()
3860 __ strb(r5, MemOperand(r3, r4, LSL, 0)); in CompileKeyedStoreStub()
3864 __ strh(r5, MemOperand(r3, r4, LSL, 1)); in CompileKeyedStoreStub()
3868 __ str(r5, MemOperand(r3, r4, LSL, 2)); in CompileKeyedStoreStub()
3919 __ orr(r7, r7, Operand(r5, LSL, kMantissaInHiWordShift)); in CompileKeyedStoreStub()
3921 __ orr(r5, r7, Operand(r9, LSL, kBinary32ExponentShift)); in CompileKeyedStoreStub()
3924 __ str(r5, MemOperand(r3, r4, LSL, 2)); in CompileKeyedStoreStub()
3933 __ orr(r9, r9, Operand(r5, LSL, kMantissaInHiWordShift)); in CompileKeyedStoreStub()
3975 __ mov(r5, Operand(r5, LSL, r9)); in CompileKeyedStoreStub()
3987 __ strb(r5, MemOperand(r3, r4, LSL, 0)); in CompileKeyedStoreStub()
3991 __ strh(r5, MemOperand(r3, r4, LSL, 1)); in CompileKeyedStoreStub()
3995 __ str(r5, MemOperand(r3, r4, LSL, 2)); in CompileKeyedStoreStub()