Lines Matching refs:ldpsw
1593 COMPARE(ldpsw(x0, x1, MemOperand(x2)), "ldpsw x0, x1, [x2]");
1594 COMPARE(ldpsw(x3, x4, MemOperand(x5, 16)), "ldpsw x3, x4, [x5, #16]");
1595 COMPARE(ldpsw(x6, x7, MemOperand(x8, -32, PreIndex)),
1596 "ldpsw x6, x7, [x8, #-32]!");
1597 COMPARE(ldpsw(x9, x10, MemOperand(x11, 128, PostIndex)),
1598 "ldpsw x9, x10, [x11], #128");
1599 COMPARE(ldpsw(x0, x1, MemOperand(x10, 0, PreIndex)),
1600 "ldpsw x0, x1, [x10, #0]!");
1601 COMPARE(ldpsw(x2, x3, MemOperand(x10, 0, PostIndex)),
1602 "ldpsw x2, x3, [x10], #0");