• Home
  • Raw
  • Download

Lines Matching refs:ldrh

1094   COMPARE(ldrh(w0, MemOperand(x1, w2, UXTW)), "ldrh w0, [x1, w2, uxtw]");  in TEST()
1095 COMPARE(ldrh(w3, MemOperand(x4, w5, UXTW, 1)), "ldrh w3, [x4, w5, uxtw #1]"); in TEST()
1096 COMPARE(ldrh(w6, MemOperand(x7, x8)), "ldrh w6, [x7, x8]"); in TEST()
1097 COMPARE(ldrh(w9, MemOperand(x10, x11, LSL, 1)), in TEST()
1099 COMPARE(ldrh(w12, MemOperand(x13, w14, SXTW)), "ldrh w12, [x13, w14, sxtw]"); in TEST()
1100 COMPARE(ldrh(w15, MemOperand(x16, w17, SXTW, 1)), in TEST()
1102 COMPARE(ldrh(w18, MemOperand(x19, x20, SXTX)), "ldrh w18, [x19, x20, sxtx]"); in TEST()
1103 COMPARE(ldrh(w21, MemOperand(x22, x23, SXTX, 1)), in TEST()
1164 COMPARE(ldrh(w0, MemOperand(x1)), "ldrh w0, [x1]"); in TEST()
1165 COMPARE(ldrh(x2, MemOperand(x3)), "ldrh w2, [x3]"); in TEST()
1166 COMPARE(ldrh(w4, MemOperand(x5, 8190)), "ldrh w4, [x5, #8190]"); in TEST()
1167 COMPARE(ldrh(w6, MemOperand(x7, 255, PreIndex)), "ldrh w6, [x7, #255]!"); in TEST()
1168 COMPARE(ldrh(w8, MemOperand(x9, -256, PreIndex)), "ldrh w8, [x9, #-256]!"); in TEST()
1169 COMPARE(ldrh(w10, MemOperand(x11, 255, PostIndex)), "ldrh w10, [x11], #255"); in TEST()
1170 COMPARE(ldrh(w12, MemOperand(x13, -256, PostIndex)), in TEST()
1172 COMPARE(ldrh(w14, MemOperand(x15, 0, PreIndex)), "ldrh w14, [x15, #0]!"); in TEST()
1173 COMPARE(ldrh(w16, MemOperand(x17, 0, PostIndex)), "ldrh w16, [x17], #0"); in TEST()
1185 COMPARE(ldrh(w28, MemOperand(sp, 3, PostIndex)), "ldrh w28, [sp], #3"); in TEST()
1187 COMPARE(ldrh(w30, MemOperand(x0, 255)), "ldurh w30, [x0, #255]"); in TEST()
1188 COMPARE(ldrh(x1, MemOperand(x2, -256)), "ldurh w1, [x2, #-256]"); in TEST()
1277 COMPARE(ldrh(w8, MemOperand(x9, -5)), "ldurh w8, [x9, #-5]"); in TEST()
1372 COMPARE(ldrh(w8, MemOperand(x9, -5), option), "ldurh w8, [x9, #-5]"); in TEST()