From f808d850c7c974f5f1e84e366ec9ceb91a85efa2 Mon Sep 17 00:00:00 2001 From: Luke Geeson Date: Tue, 12 Jun 2018 09:35:20 +0000 Subject: [PATCH] [AArch64] Audit on rL333879 to fix FP16 64bit bitpatterns git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334488 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AArch64/AArch64InstrFormats.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/AArch64/AArch64InstrFormats.td b/lib/Target/AArch64/AArch64InstrFormats.td index a0b5bd34738..683ab69bb62 100644 --- a/lib/Target/AArch64/AArch64InstrFormats.td +++ b/lib/Target/AArch64/AArch64InstrFormats.td @@ -7938,10 +7938,10 @@ multiclass SIMDFPScalarRShift opc, string asm> { let Inst{21-16} = imm{5-0}; let Inst{23-22} = 0b11; } - def DHr : BaseSIMDScalarShift { let Inst{21-16} = imm{5-0}; - let Inst{23-22} = 0b11; + let Inst{23-22} = 0b01; let Inst{31} = 1; } def h : BaseSIMDScalarShift