Lines Matching refs:LeaveCC
176 mov(pc, Operand(target, rmode), LeaveCC, cond); in Jump()
305 add(sp, sp, Operand(count * kPointerSize), LeaveCC, cond); in Drop()
310 add(sp, sp, Operand(count, LSL, kPointerSizeLog2), LeaveCC, cond); in Drop()
358 mov(dst, src, LeaveCC, cond); in Move()
421 mul(scratch, src1, src2, LeaveCC, cond); in Mls()
422 sub(dst, srcA, scratch, LeaveCC, cond); in Mls()
431 mov(dst, Operand::Zero(), LeaveCC, cond); in And()
440 and_(dst, src1, src2, LeaveCC, cond); in And()
450 and_(dst, src1, Operand(mask), LeaveCC, cond); in Ubfx()
452 mov(dst, Operand(dst, LSR, lsb), LeaveCC, cond); in Ubfx()
466 and_(dst, src1, Operand(mask), LeaveCC, cond); in Sbfx()
470 mov(dst, Operand(dst, LSL, shift_up), LeaveCC, cond); in Sbfx()
473 mov(dst, Operand(dst, ASR, shift_down), LeaveCC, cond); in Sbfx()
2076 sub(location, location, Operand(16 * kDoubleSize), LeaveCC, eq); in SaveFPRegs()
2085 add(location, location, Operand(16 * kDoubleSize), LeaveCC, eq); in RestoreFPRegs()