http://bugs.winehq.org/show_bug.cgi?id=4790
------- Additional Comments From p.beutner@gmx.net 2007-08-03 10:53 ------- @ #7 It is normal gnu syntax, ie xmm0 is the source operand and xmm1 the destination operand. => divps xmm0, xmm1 => xmm0 is the divisor, xmm1 is the dividend That is simply how the instruction is defined.