Changeset 472 for GraphicTest/Packages/bgrabitmap/phonglightsse.inc
- Timestamp:
- Apr 9, 2015, 9:58:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Packages/bgrabitmap/phonglightsse.inc
r452 r472 1 1 {$asmmode intel} 2 2 asm 3 {$ifdef cpux86_64} 4 mov rax, Context 5 movaps xmm0,[rax+160] //Context^.vL 6 movaps xmm2,[rax+192] //Context^.vH 7 movaps xmm1,[rax+16] //Context^.Normal 8 {$else} 3 9 mov eax, Context 4 10 movaps xmm0,[eax+160] //Context^.vL 5 11 movaps xmm2,[eax+192] //Context^.vH 6 12 movaps xmm1,[eax+16] //Context^.Normal 13 {$endif} 7 14 8 15 {$IFDEF PARAM_POINTLIGHT} 16 {$ifdef cpux86_64} 17 movaps xmm6,[rax+0] //Context^.Position 18 {$else} 9 19 movaps xmm6,[eax+0] //Context^.Position 20 {$endif} 10 21 subps xmm0,xmm6 //xmm0 = vL 11 22 movaps xmm6, xmm0
Note:
See TracChangeset
for help on using the changeset viewer.