Home | History | Annotate | Download | only in test

Lines Matching full:stlr

1805   COMPARE(stlr(w1, MemOperand(x2)), "stlr w1, [x2]");
1806 COMPARE(stlr(w3, MemOperand(sp)), "stlr w3, [sp]");
1807 COMPARE(stlr(x4, MemOperand(x5)), "stlr x4, [x5]");
1808 COMPARE(stlr(x6, MemOperand(sp)), "stlr x6, [sp]");