Home | History | Annotate | Download | only in arm

Lines Matching refs:orr

485   __ orr(exponent, exponent, Operand(exponent_word_for_1), LeaveCC, eq);
501 __ orr(exponent,
511 __ orr(exponent,
729 __ orr(dst2, dst2, Operand(int_scratch, LSR, scratch2));
737 __ orr(dst2, dst2, scratch2);
806 __ orr(scratch1, scratch1, Operand(dst2));
876 __ orr(dst, scratch2, Operand(dst));
890 __ orr(dst, dst, Operand(scratch2, LSL, scratch3));
947 __ orr(dst,
1044 __ orr(scratch_, scratch_, Operand(HeapNumber::kSignMask), LeaveCC, cs);
1053 __ orr(scratch_, scratch_, Operand(the_int_, LSR, shift_distance));
1159 __ orr(r0, r3, Operand(r2), SetCC);
1338 __ orr(r0, rhs_mantissa, Operand(lhs_mantissa), LeaveCC, ne);
1352 __ orr(r4, lhs_mantissa, Operand(lhs_exponent, LSL, kSmiTagSize), SetCC);
1622 __ orr(r2, r1, r0);
1629 __ orr(r2, r1, r0);
2342 __ orr(scratch2, scratch1, Operand(0x80000000u));
2354 __ orr(scratch1, left, Operand(right));
2366 __ orr(right, left, Operand(right));
2540 __ orr(r2, r3, Operand(r2));
2643 __ orr(scratch1, left, Operand(right));
2746 __ orr(scratch1, left, right);
2938 __ orr(r2, r3, Operand(r2));
5588 __ orr(scratch1, scratch1, Operand(scratch3, LSL, left_shift));
5671 __ orr(c1, c1, Operand(c2, LSL, kBitsPerByte), LeaveCC, ls);
5683 __ orr(chars, chars, Operand(c2, LSL, kBitsPerByte));
6541 __ orr(r2, r1, r0);
6684 __ orr(tmp3, tmp1, tmp2);