Lines Matching defs:orr
983 __ orr(fval, fval, Operand(exponent_word_for_1), LeaveCC, eq); in StoreIntAsFloat() local
997 __ orr(fval, in StoreIntAsFloat() local
1006 __ orr(fval, in StoreIntAsFloat() local
1038 __ orr(hiword, scratch, Operand(hiword, LSR, mantissa_shift_for_hi_word)); in GenerateUInt2Double() local
1041 __ orr(hiword, scratch, Operand(hiword, LSL, mantissa_shift_for_hi_word)); in GenerateUInt2Double() local
2113 __ orr(r9, r9, Operand(kRoundToMinusInf)); in CompileMathFloorCall() local
3409 __ orr(r0, r0, Operand(kHeapObjectTag)); in CompileConstructStub() local
3679 __ orr(r2, r2, Operand(r1, LSL, HeapNumber::kMantissaBitsInTopWord)); in CompileKeyedLoadStub() local
3688 __ orr(r2, r2, Operand(r0, LSR, kMantissaShiftForHiWord)); in CompileKeyedLoadStub() local
3910 __ orr(r5, r5, Operand(kBinary32ExponentMask), LeaveCC, gt); in CompileKeyedStoreStub() local
3919 __ orr(r7, r7, Operand(r5, LSL, kMantissaInHiWordShift)); in CompileKeyedStoreStub() local
3920 __ orr(r7, r7, Operand(r6, LSR, kMantissaInLoWordShift)); in CompileKeyedStoreStub() local
3921 __ orr(r5, r7, Operand(r9, LSL, kBinary32ExponentShift)); in CompileKeyedStoreStub() local
3932 __ orr(r9, r9, r7); in CompileKeyedStoreStub() local
3933 __ orr(r9, r9, Operand(r5, LSL, kMantissaInHiWordShift)); in CompileKeyedStoreStub() local
3934 __ orr(r5, r9, Operand(r6, LSR, kMantissaInLoWordShift)); in CompileKeyedStoreStub() local
3968 __ orr(r5, r5, Operand(1u << HeapNumber::kMantissaBitsInTopWord)); in CompileKeyedStoreStub() local
3977 __ orr(r5, r5, Operand(r6, LSR, r9)); in CompileKeyedStoreStub() local