r500/verbatim/cube_rotate_const_move_rearrange_mad.vs.asm
2025-11-11 18:34:41 -06:00

8 lines
333 B
NASM

-- the VE_ADD instruction is now not necessary/deleted:
-- temp[0].xy = VE_ADD const[1].xy__ const[1].00__ ;
-- const addresses and swizzles changed:
temp[0].xy = VE_MAD const[0].xy__ const[0].zz__ const[0].ww__ ;
temp[0].xy = VE_FRC temp[0].xy__ ;
temp[0].xy = VE_MAD temp[0].xy__ const[1].xx__ const[1].yy__ ;