From 348789d2e4685cf56a64a3afb7180d829ef2af6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Thu, 8 Mar 2018 12:29:45 -0500 Subject: [PATCH] target/arm/cpu.h: update comment for half-precision values Backports commit d0e69ea88f4e74212b29d9436143c5bcfd437757 from qemu --- qemu/target/arm/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/target/arm/cpu.h b/qemu/target/arm/cpu.h index 5c21a41e..cd334da3 100644 --- a/qemu/target/arm/cpu.h +++ b/qemu/target/arm/cpu.h @@ -173,6 +173,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