• Home
  • Raw
  • Download

Lines Matching refs:LeaveCC

42   mov(pc, Operand(target, rmode), LeaveCC, cond);  in Jump()
79 Instr mov_instr = cond | MOV | LeaveCC; in CallSize()
96 Instr mov_instr = cond | MOV | LeaveCC; in CallSizeNotPredictableCodeSize()
184 add(sp, sp, Operand(count * kPointerSize), LeaveCC, cond); in Drop()
200 eor(reg1, reg1, Operand(reg2), LeaveCC, cond); in Swap()
201 eor(reg2, reg2, Operand(reg1), LeaveCC, cond); in Swap()
202 eor(reg1, reg1, Operand(reg2), LeaveCC, cond); in Swap()
204 mov(scratch, reg1, LeaveCC, cond); in Swap()
205 mov(reg1, reg2, LeaveCC, cond); in Swap()
206 mov(reg2, scratch, LeaveCC, cond); in Swap()
241 mov(dst, src, LeaveCC, cond); in Move()
260 mul(ip, src1, src2, LeaveCC, cond); in Mls()
261 sub(dst, srcA, ip, LeaveCC, cond); in Mls()
271 mov(dst, Operand::Zero(), LeaveCC, cond); in And()
279 and_(dst, src1, src2, LeaveCC, cond); in And()
289 and_(dst, src1, Operand(mask), LeaveCC, cond); in Ubfx()
291 mov(dst, Operand(dst, LSR, lsb), LeaveCC, cond); in Ubfx()
304 and_(dst, src1, Operand(mask), LeaveCC, cond); in Sbfx()
308 mov(dst, Operand(dst, LSL, shift_up), LeaveCC, cond); in Sbfx()
311 mov(dst, Operand(dst, ASR, shift_down), LeaveCC, cond); in Sbfx()
377 mov(dst, Operand::Zero(), LeaveCC, mi); // 0 if negative. in Usat()
378 mov(dst, Operand(satval), LeaveCC, pl); // satval if positive. in Usat()
432 mov(destination, Operand(root), LeaveCC, cond); in LoadRoot()
3355 sub(location, location, Operand(16 * kDoubleSize), LeaveCC, eq); in SaveFPRegs()
3364 add(location, location, Operand(16 * kDoubleSize), LeaveCC, eq); in RestoreFPRegs()
3783 mov(length, Operand(HeapNumber::kSize), LeaveCC, eq); in EnsureNotWhite()
3803 mov(length, Operand(ExternalString::kSize), LeaveCC, ne); in EnsureNotWhite()
3814 mov(ip, Operand(ip, LSR, 1), LeaveCC, ne); in EnsureNotWhite()