diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-03-01 11:05:47 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2018-03-01 11:13:59 +0000 |
commit | d0e69ea88f4e74212b29d9436143c5bcfd437757 (patch) | |
tree | ddf2413561427fe7e5af0e7ef2129c9cff481290 /target | |
parent | 6ad4d6187563f069fe5f11c3c1c9ccec1f69c2b7 (diff) | |
download | qemu-d0e69ea88f4e74212b29d9436143c5bcfd437757.zip qemu-d0e69ea88f4e74212b29d9436143c5bcfd437757.tar.gz qemu-d0e69ea88f4e74212b29d9436143c5bcfd437757.tar.bz2 |
target/arm/cpu.h: update comment for half-precision values
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180227143852.11175-4-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/arm/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 267a9d7..25f31a4 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -168,6 +168,7 @@ typedef struct { * Qn = regs[n].d[1]:regs[n].d[0] * Dn = regs[n].d[0] * Sn = regs[n].d[0] bits 31..0 + * Hn = regs[n].d[0] bits 15..0 * * This corresponds to the architecturally defined mapping between * the two execution states, and means we do not need to explicitly |