Home | History | Annotate | Download | only in arm64

Lines Matching refs:stp

1135       stp(src1, src0, MemOperand(StackPointer(), -2 * size, PreIndex));
1139 stp(src2, src1, MemOperand(StackPointer(), -3 * size, PreIndex));
1146 stp(src3, src2, MemOperand(StackPointer(), -4 * size, PreIndex));
1147 stp(src1, src0, MemOperand(StackPointer(), 2 * size));
1265 Stp(src1, src2, MemOperand(StackPointer(), offset));
1288 stp(d14, d15, tos);
1289 stp(d12, d13, tos);
1290 stp(d10, d11, tos);
1291 stp(d8, d9, tos);
1293 stp(x29, x30, tos);
1294 stp(x27, x28, tos); // x28 = jssp
1295 stp(x25, x26, tos);
1296 stp(x23, x24, tos);
1297 stp(x21, x22, tos);
1298 stp(x19, x20, tos);
2181 Stp(filler, filler, MemOperand(current_address, 2 * kPointerSize, PostIndex));
3177 // the map so we can use STP to store both in one instruction.
3200 Stp(heap_number_map, value,
4489 // using two stp instructions with write-back).
4492 __ stp(x1, cp, MemOperand(jssp, 0 * kXRegSize));
4493 __ stp(fp, lr, MemOperand(jssp, 2 * kXRegSize));