util: Remove the subfunc arg from M5OP_FOREACH.
authorGabe Black <gabeblack@google.com>
Sat, 14 Mar 2020 06:24:39 +0000 (23:24 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 31 Mar 2020 22:19:29 +0000 (22:19 +0000)
commit1030dfd56eb3669cd84638d470697918155caa00
treecc7ff13534a89cb2ef2537bd0d340198e7b59316
parent649e1faec9924b99c16c090d0d4a386cb0e2461a
util: Remove the subfunc arg from M5OP_FOREACH.

Now that the annotation pseudo ops are removed, the subfunction is
always zero. It is no longer decoded within gem5 either. The format of
the pseudo op func/subfunc mechanism is unchanged for compatibility, but
the subfunc field will always be zero now.

Change-Id: I2167571577b6557d06aa26d8aecaca78797f5f59
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27205
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
include/gem5/asm/generic/m5ops.h
util/m5/m5op_arm.S
util/m5/m5op_arm_A64.S