diff options
author | Owen Anderson <resistor@mac.com> | 2010-10-25 17:49:32 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-10-25 17:49:32 +0000 |
commit | 10c15e5d584d8f9ee44740eca3991a63bb45a90d (patch) | |
tree | c5be341476f0084877966ebca0158e7759b98355 /lib | |
parent | 4fe20bbd668528a82254e4fb9152daa4d30af684 (diff) |
Add tests for NEON encodings of vcge and vacge.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/ARMInstrNEON.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrNEON.td b/lib/Target/ARM/ARMInstrNEON.td index d100759948..1e123c5fe4 100644 --- a/lib/Target/ARM/ARMInstrNEON.td +++ b/lib/Target/ARM/ARMInstrNEON.td @@ -2806,6 +2806,7 @@ def VCGEfd : N3VD<1,0,0b00,0b1110,0, IIC_VBIND, "vcge", "f32", v2i32, v2f32, def VCGEfq : N3VQ<1,0,0b00,0b1110,0, IIC_VBINQ, "vcge", "f32", v4i32, v4f32, NEONvcge, 0>; // For disassembly only. +// FIXME: This instruction's encoding MAY NOT BE correct. defm VCGEz : N2V_QHS_cmp<0b11, 0b11, 0b01, 0b00001, 0, "vcge", "s", "$dst, $src, #0">; // For disassembly only. |