Lines Matching refs:stlr
1708 COMPARE(stlr(w1, MemOperand(x2)), "stlr w1, [x2]");
1709 COMPARE(stlr(w3, MemOperand(sp)), "stlr w3, [sp]");
1710 COMPARE(stlr(x4, MemOperand(x5)), "stlr x4, [x5]");
1711 COMPARE(stlr(x6, MemOperand(sp)), "stlr x6, [sp]");
1948 COMPARE_MACRO(Stlr(w21, MemOperand(x22)), "stlr w21, [x22]");
1950 COMPARE_MACRO(Stlr(x24, MemOperand(x25)), "stlr x24, [x25]");