Lines Matching refs:ldrh

1153   COMPARE(ldrh(w0, MemOperand(x1, w2, UXTW)), "ldrh w0, [x1, w2, uxtw]");
1154 COMPARE(ldrh(w3, MemOperand(x4, w5, UXTW, 1)), "ldrh w3, [x4, w5, uxtw #1]");
1155 COMPARE(ldrh(w6, MemOperand(x7, x8)), "ldrh w6, [x7, x8]");
1156 COMPARE(ldrh(w9, MemOperand(x10, x11, LSL, 1)),
1157 "ldrh w9, [x10, x11, lsl #1]");
1158 COMPARE(ldrh(w12, MemOperand(x13, w14, SXTW)), "ldrh w12, [x13, w14, sxtw]");
1159 COMPARE(ldrh(w15, MemOperand(x16, w17, SXTW, 1)),
1160 "ldrh w15, [x16, w17, sxtw #1]");
1161 COMPARE(ldrh(w18, MemOperand(x19, x20, SXTX)), "ldrh w18, [x19, x20, sxtx]");
1162 COMPARE(ldrh(w21, MemOperand(x22, x23, SXTX, 1)),
1163 "ldrh w21, [x22, x23, sxtx #1]");
1223 COMPARE(ldrh(w0, MemOperand(x1)), "ldrh w0, [x1]");
1224 COMPARE(ldrh(x2, MemOperand(x3)), "ldrh w2, [x3]");
1225 COMPARE(ldrh(w4, MemOperand(x5, 8190)), "ldrh w4, [x5, #8190]");
1226 COMPARE(ldrh(w6, MemOperand(x7, 255, PreIndex)), "ldrh w6, [x7, #255]!");
1227 COMPARE(ldrh(w8, MemOperand(x9, -256, PreIndex)), "ldrh w8, [x9, #-256]!");
1228 COMPARE(ldrh(w10, MemOperand(x11, 255, PostIndex)), "ldrh w10, [x11], #255");
1229 COMPARE(ldrh(w12, MemOperand(x13, -256, PostIndex)),
1230 "ldrh w12, [x13], #-256");
1231 COMPARE(ldrh(w14, MemOperand(x15, 0, PreIndex)), "ldrh w14, [x15, #0]!");
1232 COMPARE(ldrh(w16, MemOperand(x17, 0, PostIndex)), "ldrh w16, [x17], #0");
1244 COMPARE(ldrh(w28, MemOperand(sp, 3, PostIndex)), "ldrh w28, [sp], #3");
1246 COMPARE(ldrh(w30, MemOperand(x0, 255)), "ldurh w30, [x0, #255]");
1247 COMPARE(ldrh(x1, MemOperand(x2, -256)), "ldurh w1, [x2, #-256]");
1336 COMPARE(ldrh(w8, MemOperand(x9, -5)), "ldurh w8, [x9, #-5]");
1431 COMPARE(ldrh(w8, MemOperand(x9, -5), option), "ldurh w8, [x9, #-5]");