Home | History | Annotate | Download | only in test

Lines Matching refs:stnp

1830   COMPARE(stnp(w3, w4, MemOperand(x5, 252)), "stnp w3, w4, [x5, #252]");
1832 COMPARE(stnp(x9, x10, MemOperand(x11)), "stnp x9, x10, [x11]");
1834 COMPARE(stnp(x15, x16, MemOperand(x17, -512)), "stnp x15, x16, [x17, #-512]");
1836 COMPARE(stnp(s21, s22, MemOperand(x23, 252)), "stnp s21, s22, [x23, #252]");
1838 COMPARE(stnp(d27, d28, MemOperand(x29)), "stnp d27, d28, [x29]");
1840 COMPARE(stnp(d1, d2, MemOperand(x3, -512)), "stnp d1, d2, [x3, #-512]");
1842 COMPARE(stnp(q7, q8, MemOperand(x9, 1008)), "stnp q7, q8, [x9, #1008]");