Lines Matching refs:tos
2503 MemOperand tos(sp, -2 * static_cast<int>(kXRegSizeInBytes), PreIndex);
2505 stp(x29, x30, tos);
2506 stp(x27, x28, tos);
2507 stp(x25, x26, tos);
2508 stp(x23, x24, tos);
2509 stp(x21, x22, tos);
2510 stp(x19, x20, tos);
2512 stp(d14, d15, tos);
2513 stp(d12, d13, tos);
2514 stp(d10, d11, tos);
2515 stp(d8, d9, tos);
2528 MemOperand tos(sp, 2 * kXRegSizeInBytes, PostIndex);
2530 ldp(d8, d9, tos);
2531 ldp(d10, d11, tos);
2532 ldp(d12, d13, tos);
2533 ldp(d14, d15, tos);
2535 ldp(x19, x20, tos);
2536 ldp(x21, x22, tos);
2537 ldp(x23, x24, tos);
2538 ldp(x25, x26, tos);
2539 ldp(x27, x28, tos);
2540 ldp(x29, x30, tos);