fix x86 uchar %scalar>integer

db4
Joe Groff 2009-10-10 10:39:23 -05:00
parent 6816adfeb3
commit 1fa6f32790
1 changed files with 1 additions and 0 deletions

View File

@ -1288,6 +1288,7 @@ M:: x86 %scalar>integer ( dst src rep -- )
] with-small-register ] with-small-register
] } ] }
{ uchar-scalar-rep [ { uchar-scalar-rep [
dst 32-bit-version-of src MOVD
dst { } 8 [| tmp-dst | dst { } 8 [| tmp-dst |
tmp-dst dst int-rep %copy tmp-dst dst int-rep %copy
tmp-dst tmp-dst 8-bit-version-of MOVZX tmp-dst tmp-dst 8-bit-version-of MOVZX