Lines Matching refs:index
274 .macro VLVGB v, gr, index, base
275 VLVG \v, \gr, \index, \base, 0
277 .macro VLVGH v, gr, index
278 VLVG \v, \gr, \index, 1
280 .macro VLVGF v, gr, index
281 VLVG \v, \gr, \index, 2
283 .macro VLVGG v, gr, index
284 VLVG \v, \gr, \index, 3
288 .macro VL v, disp, index="%r0", base
290 GR_NUM x2, \index
298 .macro VLEx vr1, disp, index="%r0", base, m3, opc
300 GR_NUM x2, \index
306 .macro VLEB vr1, disp, index="%r0", base, m3
307 VLEx \vr1, \disp, \index, \base, \m3, 0x00
309 .macro VLEH vr1, disp, index="%r0", base, m3
310 VLEx \vr1, \disp, \index, \base, \m3, 0x01
312 .macro VLEF vr1, disp, index="%r0", base, m3
313 VLEx \vr1, \disp, \index, \base, \m3, 0x03
315 .macro VLEG vr1, disp, index="%r0", base, m3
316 VLEx \vr1, \disp, \index, \base, \m3, 0x02
326 .macro VLEIB vr1, imm2, index
327 VLEIx \vr1, \imm2, \index, 0x40
329 .macro VLEIH vr1, imm2, index
330 VLEIx \vr1, \imm2, \index, 0x41
332 .macro VLEIF vr1, imm2, index
333 VLEIx \vr1, \imm2, \index, 0x43
335 .macro VLEIG vr1, imm2, index
336 VLEIx \vr1, \imm2, \index, 0x42