Home | History | Annotate | Download | only in out

Lines Matching full:_offset

257 .macro GET_VREG_WORD _reg _vreg _offset
258 movl 4*(\_offset)(rFP,\_vreg,4),\_reg
261 .macro SET_VREG_WORD _reg _vreg _offset
262 movl \_reg,4*(\_offset)(rFP,\_vreg,4)