Home | History | Annotate | Download | only in cctest

Lines Matching refs:ldpsw

1240   COMPARE(ldpsw(x0, x1, MemOperand(x2)), "ldpsw x0, x1, [x2]");
1241 COMPARE(ldpsw(x3, x4, MemOperand(x5, 16)), "ldpsw x3, x4, [x5, #16]");
1242 COMPARE(ldpsw(x6, x7, MemOperand(x8, -32, PreIndex)),
1243 "ldpsw x6, x7, [x8, #-32]!");
1244 COMPARE(ldpsw(x9, x10, MemOperand(x11, 128, PostIndex)),
1245 "ldpsw x9, x10, [x11], #128");