*** empty log message ***
[sb-simd.git] / VOP.txt
blobd950d138506a8992ec4d94f3adca6333dd0c519c
2 (loadw length seq1 vector-length-slot other-pointer-lowtag)     
3 => length will be length of seq1. This is fixnum, so (inst shr length 2) to get real length
5 (psrldq xmm0 32)
6 => this doesn't work ? because immediate is number of bytes, not bits (like shr).
8 (inst mov result 1)
9 => page fault ? results should be fixnumized, (inst shl result 2)