Lines Matching defs:index
269 .macro VLVGB v, gr, index, base
270 VLVG \v, \gr, \index, \base, 0
272 .macro VLVGH v, gr, index
273 VLVG \v, \gr, \index, 1
275 .macro VLVGF v, gr, index
276 VLVG \v, \gr, \index, 2
278 .macro VLVGG v, gr, index
279 VLVG \v, \gr, \index, 3
292 .macro VL v, disp, index="%r0", base
294 GR_NUM x2, \index
302 .macro VLEx vr1, disp, index="%r0", base, m3, opc
304 GR_NUM x2, \index
310 .macro VLEB vr1, disp, index="%r0", base, m3
311 VLEx \vr1, \disp, \index, \base, \m3, 0x00
313 .macro VLEH vr1, disp, index="%r0", base, m3
314 VLEx \vr1, \disp, \index, \base, \m3, 0x01
316 .macro VLEF vr1, disp, index="%r0", base, m3
317 VLEx \vr1, \disp, \index, \base, \m3, 0x03
319 .macro VLEG vr1, disp, index="%r0", base, m3
320 VLEx \vr1, \disp, \index, \base, \m3, 0x02
330 .macro VLEIB vr1, imm2, index
331 VLEIx \vr1, \imm2, \index, 0x40
333 .macro VLEIH vr1, imm2, index
334 VLEIx \vr1, \imm2, \index, 0x41
336 .macro VLEIF vr1, imm2, index
337 VLEIx \vr1, \imm2, \index, 0x43
339 .macro VLEIG vr1, imm2, index
340 VLEIx \vr1, \imm2, \index, 0x42