Home | History | Annotate | Download | only in arm

Lines Matching refs:LeaveCC

79   mov(pc, Operand(target), LeaveCC, cond);
90 mov(pc, Operand(target, rmode), LeaveCC, cond);
128 mov(lr, Operand(pc), LeaveCC, cond);
129 mov(pc, Operand(target), LeaveCC, cond);
138 Instr mov_instr = cond | MOV | LeaveCC;
171 mov(lr, Operand(pc), LeaveCC, cond);
173 mov(pc, Operand(reinterpret_cast<int32_t>(target), rmode), LeaveCC, cond);
210 mov(pc, Operand(lr), LeaveCC, cond);
217 add(sp, sp, Operand(count * kPointerSize), LeaveCC, cond);
233 eor(reg1, reg1, Operand(reg2), LeaveCC, cond);
234 eor(reg2, reg2, Operand(reg1), LeaveCC, cond);
235 eor(reg1, reg1, Operand(reg2), LeaveCC, cond);
237 mov(scratch, reg1, LeaveCC, cond);
238 mov(reg1, reg2, LeaveCC, cond);
239 mov(reg2, scratch, LeaveCC, cond);
262 mov(dst, src, LeaveCC, cond);
281 mov(dst, Operand(0, RelocInfo::NONE), LeaveCC, cond);
291 and_(dst, src1, src2, LeaveCC, cond);
301 and_(dst, src1, Operand(mask), LeaveCC, cond);
303 mov(dst, Operand(dst, LSR, lsb), LeaveCC, cond);
316 and_(dst, src1, Operand(mask), LeaveCC, cond);
320 mov(dst, Operand(dst, LSL, shift_up), LeaveCC, cond);
323 mov(dst, Operand(dst, ASR, shift_down), LeaveCC, cond);
387 mov(dst, Operand(0, RelocInfo::NONE), LeaveCC, mi); // 0 if negative.
388 mov(dst, Operand(satval), LeaveCC, pl); // satval if positive.
740 bic(scratch, scratch, Operand(bits_to_clear), LeaveCC, cond);
2410 rsb(dest, dest, Operand(0, RelocInfo::NONE), LeaveCC, ne);
2476 mov(result, Operand(0), LeaveCC, eq);
2529 rsb(result, input_high, Operand(0), LeaveCC, ne);
2530 mov(result, input_high, LeaveCC, eq);
3213 add(zeros, zeros, Operand(16), LeaveCC, eq);
3214 mov(scratch, Operand(scratch, LSL, 16), LeaveCC, eq);
3217 add(zeros, zeros, Operand(8), LeaveCC, eq);
3218 mov(scratch, Operand(scratch, LSL, 8), LeaveCC, eq);
3221 add(zeros, zeros, Operand(4), LeaveCC, eq);
3222 mov(scratch, Operand(scratch, LSL, 4), LeaveCC, eq);
3225 add(zeros, zeros, Operand(2), LeaveCC, eq);
3226 mov(scratch, Operand(scratch, LSL, 2), LeaveCC, eq);
3229 add(zeros, zeros, Operand(1), LeaveCC, eq);
3567 mov(length, Operand(HeapNumber::kSize), LeaveCC, eq);
3587 mov(length, Operand(ExternalString::kSize), LeaveCC, ne);
3598 mov(ip, Operand(ip, LSR, 1), LeaveCC, ne);