Home | History | Annotate | Download | only in aarch64

Lines Matching refs:stp

162   COMPARE(dci(0xa9ba7bfd), "stp x29, x30, [sp, #-96]!");
1691 COMPARE(stp(w0, w1, MemOperand(x2)), "stp w0, w1, [x2]");
1692 COMPARE(stp(x3, x4, MemOperand(x5)), "stp x3, x4, [x5]");
1693 COMPARE(stp(w6, w7, MemOperand(x8, 4)), "stp w6, w7, [x8, #4]");
1694 COMPARE(stp(x9, x10, MemOperand(x11, 8)), "stp x9, x10, [x11, #8]");
1695 COMPARE(stp(w12, w13, MemOperand(x14, 252)), "stp w12, w13, [x14, #252]");
1696 COMPARE(stp(x15, x16, MemOperand(x17, 504)), "stp x15, x16, [x17, #504]");
1697 COMPARE(stp(w18, w19, MemOperand(x20, -256)), "stp w18, w19, [x20, #-256]");
1698 COMPARE(stp(x21, x22, MemOperand(x23, -512)), "stp x21, x22, [x23, #-512]");
1699 COMPARE(stp(w24, w25, MemOperand(x26, 252, PreIndex)),
1700 "stp w24, w25, [x26, #252]!");
1701 COMPARE(stp(x27, x28, MemOperand(x29, 504, PreIndex)),
1702 "stp x27, x28, [x29, #504]!");
1703 COMPARE(stp(w30, w0, MemOperand(x1, -256, PreIndex)),
1704 "stp w30, w0, [x1, #-256]!");
1705 COMPARE(stp(x2, x3, MemOperand(x4, -512, PreIndex)),
1706 "stp x2, x3, [x4, #-512]!");
1707 COMPARE(stp(w5, w6, MemOperand(x7, 252, PostIndex)),
1708 "stp w5, w6, [x7], #252");
1709 COMPARE(stp(x8, x9, MemOperand(x10, 504, PostIndex)),
1710 "stp x8, x9, [x10], #504");
1711 COMPARE(stp(w11, w12, MemOperand(x13, -256, PostIndex)),
1712 "stp w11, w12, [x13], #-256");
1713 COMPARE(stp(x14, x15, MemOperand(x16, -512, PostIndex)),
1714 "stp x14, x15, [x16], #-512");
1716 COMPARE(stp(s17, s18, MemOperand(x19)), "stp s17, s18, [x19]");
1717 COMPARE(stp(s20, s21, MemOperand(x22, 252)), "stp s20, s21, [x22, #252]");
1718 COMPARE(stp(s23, s24, MemOperand(x25, -256)), "stp s23, s24, [x25, #-256]");
1719 COMPARE(stp(s26, s27, MemOperand(x28, 252, PreIndex)),
1720 "stp s26, s27, [x28, #252]!");
1721 COMPARE(stp(s29, s30, MemOperand(x29, -256, PreIndex)),
1722 stp s29, s30, [x29, #-256]!");
1723 COMPARE(stp(s31, s0, MemOperand(x1, 252, PostIndex)),
1724 "stp s31, s0, [x1], #252");
1725 COMPARE(stp(s2, s3, MemOperand(x4, -256, PostIndex)),
1726 "stp s2, s3, [x4], #-256");
1727 COMPARE(stp(d17, d18, MemOperand(x19)), "stp d17, d18, [x19]");
1728 COMPARE(stp(d20, d21, MemOperand(x22, 504)), "stp d20, d21, [x22, #504]");
1729 COMPARE(stp(d23, d24, MemOperand(x25, -512)), "stp d23, d24, [x25, #-512]");
1730 COMPARE(stp(d26, d27, MemOperand(x28, 504, PreIndex)),
1731 "stp d26, d27, [x28, #504]!");
1732 COMPARE(stp(d29, d30, MemOperand(x29, -512, PreIndex)),
1733 "stp d29, d30, [x29, #-512]!");
1734 COMPARE(stp(d31, d0, MemOperand(x1, 504, PostIndex)),
1735 "stp d31, d0, [x1], #504");
1736 COMPARE(stp(d2, d3, MemOperand(x4, -512, PostIndex)),
1737 "stp d2, d3, [x4], #-512");
1739 COMPARE(stp(q5, q6, MemOperand(x7)), "stp q5, q6, [x7]");
1740 COMPARE(stp(q8, q9, MemOperand(x10, 1008)), "stp q8, q9, [x10, #1008]");
1741 COMPARE(stp(q11, q12, MemOperand(x13, -1024)), "stp q11, q12, [x13, #-1024]");
1742 COMPARE(stp(q14, q15, MemOperand(x16, 1008, PreIndex)),
1743 "stp q14, q15, [x16, #1008]!");
1744 COMPARE(stp(q17, q18, MemOperand(x19, -1024, PreIndex)),
1745 "stp q17, q18, [x19, #-1024]!");
1746 COMPARE(stp(q20, q21, MemOperand(x22, 1008, PostIndex)),
1747 "stp q20, q21, [x22], #1008");
1748 COMPARE(stp(q23, q24, MemOperand(x25, -1024, PostIndex)),
1749 "stp q23, q24, [x25], #-1024");
1753 COMPARE(stp(x18, x19, MemOperand(sp, -8, PreIndex)),
1754 "stp x18, x19, [sp, #-8]!");
1757 COMPARE(stp(d30, d31, MemOperand(sp, -16)), "stp d30, d31, [sp, #-16]");