Home | History | Annotate | Download | only in test

Lines Matching full:sturb

1401   COMPARE(sturb(w14, MemOperand(x15)), "sturb w14, [x15]");
1402 COMPARE(sturb(x16, MemOperand(x17, 1)), "sturb w16, [x17, #1]");
1403 COMPARE(sturb(w18, MemOperand(x19, 255)), "sturb w18, [x19, #255]");
1495 COMPARE(sturb(w14, MemOperand(x15), option), "sturb w14, [x15]");
1496 COMPARE(sturb(x16, MemOperand(x17, 1), option), "sturb w16, [x17, #1]");
1497 COMPARE(sturb(w18, MemOperand(x19, 255), option), "sturb w18, [x19, #255]");