Home | History | Annotate | Download | only in cctest

Lines Matching refs:stnp

1255   COMPARE(stnp(w3, w4, MemOperand(x5, 252)), "stnp w3, w4, [x5, #252]");
1257 COMPARE(stnp(x9, x10, MemOperand(x11)), "stnp x9, x10, [x11]");
1259 COMPARE(stnp(x15, x16, MemOperand(x17, -512)), "stnp x15, x16, [x17, #-512]");
1261 COMPARE(stnp(s21, s22, MemOperand(x23, 252)), "stnp s21, s22, [x23, #252]");
1263 COMPARE(stnp(d27, d28, MemOperand(fp)), "stnp d27, d28, [fp]");
1265 COMPARE(stnp(d1, d2, MemOperand(x3, -512)), "stnp d1, d2, [x3, #-512]");