fix x86 uchar %scalar>integer
parent
6816adfeb3
commit
1fa6f32790
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue