Lines Matching full:_offset
257 .macro GET_VREG_WORD _reg _vreg _offset258 movl 4*(\_offset)(rFP,\_vreg,4),\_reg261 .macro SET_VREG_WORD _reg _vreg _offset262 movl \_reg,4*(\_offset)(rFP,\_vreg,4)