DescriptionFix fixed-point vcvt_f64_s32 immediate value encoding
The (32 - fraction_bits) value should be encoded so that the least
significant bit is set to bit 5 and the four next bits to bits 0-3. Fix
the previously incorrect encoding. This bug did not cause behavioral
issues before, since in existing uses of the function the order of the
bits in the immediate value does not matter, as they are all 1.
BUG=3256
LOG=N
R=ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=20508
Patch Set 1 #
Total comments: 2
Patch Set 2 : Reorder bits for clarity #
Messages
Total messages: 10 (0 generated)
|