aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/ops.tab
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-11-11 14:54:18 +0100
committerBjörn Gustavsson <[email protected]>2011-01-17 15:23:36 +0100
commit89337287749d57024df06eaceca1236899efdcd1 (patch)
tree951ac18d0b31aa7c1f7b15e137b9a078d4fb9f59 /erts/emulator/beam/ops.tab
parentecb87dd4e18e445dd42788bd6a1db9d64c5fee1e (diff)
downloadotp-89337287749d57024df06eaceca1236899efdcd1.tar.gz
otp-89337287749d57024df06eaceca1236899efdcd1.tar.bz2
otp-89337287749d57024df06eaceca1236899efdcd1.zip
Remove the last vestiges of the allocating fmove/2 instruction
There was a version of the BEAM loader and emulator that had two versions of the fmove/2 instruction, one version that allocated heap space internally and a newer version that assumed that a previous test_heap/2 instruction had already allocated the heap space. Though the allocating fmove/2 instruction is no longer supported, some vestiges of it still remains.
Diffstat (limited to 'erts/emulator/beam/ops.tab')
-rw-r--r--erts/emulator/beam/ops.tab8
1 files changed, 2 insertions, 6 deletions
diff --git a/erts/emulator/beam/ops.tab b/erts/emulator/beam/ops.tab
index a2439d5582..8843dafa4b 100644
--- a/erts/emulator/beam/ops.tab
+++ b/erts/emulator/beam/ops.tab
@@ -1307,6 +1307,8 @@ fconv Arg=iqan Dst=l => move Arg x | fconv x Dst
fmove q l
fmove d l
+fmove l d
+
fconv d l
i_fadd l l l
@@ -1322,12 +1324,6 @@ fcheckerror p => i_fcheckerror
i_fcheckerror
fclearerror
-fmove FR=l Dst=d | new_float_allocation() => fmove_new FR Dst
-
-# The new instruction for moving a float out of a floating point register.
-# (No allocation.)
-fmove_new l d
-
#
# New apply instructions in R10B.
#