commit | 91f4c1ca190814d4ef03993e73a033c07318acb4 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 04 13:01:28 2019 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jun 04 14:58:31 2019 +0100 |
tree | 1c1abedb2b5a5a28f0882b5f198439258b11df8c | |
parent | 1705d5db525e0bed2ca31b643dd41463f530bebc [diff] |
target/arm: Convert float-to-integer VCVT insns to decodetree Convert the float-to-integer VCVT instructions to decodetree. Since these are the last unconverted instructions, we can delete the old decoder structure entirely now. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>