diff options
author | Björn Gustavsson <[email protected]> | 2017-06-26 13:32:21 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-06-28 10:31:39 +0200 |
commit | a5848c2c1eff90e7310627ec3d164db37c5e712a (patch) | |
tree | 9bec7758459823380ed74fb2472f9c92ff39259b /erts/etc | |
parent | 59433fce199cf65fdbde72e419adae159ef72935 (diff) | |
download | otp-a5848c2c1eff90e7310627ec3d164db37c5e712a.tar.gz otp-a5848c2c1eff90e7310627ec3d164db37c5e712a.tar.bz2 otp-a5848c2c1eff90e7310627ec3d164db37c5e712a.zip |
Reduce C code size for bit syntax instructions
Bit syntax instructions never store their result in a Y register.
Therefore, change the bit syntax instructions to use 'x' as the
destination instead of 'd'. That will simplify the code that stores
the result, and will be a slight reduction in code size and execution
time.
Diffstat (limited to 'erts/etc')
0 files changed, 0 insertions, 0 deletions