From 872f51e30168d453a290426077ec8501ed3e138d Mon Sep 17 00:00:00 2001 From: Richard Osborne Date: Sun, 16 Dec 2012 16:46:31 +0000 Subject: [PATCH] Remove invalid instruction encodings. llvm-svn: 170291 --- llvm/lib/Target/XCore/XCoreInstrFormats.td | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/llvm/lib/Target/XCore/XCoreInstrFormats.td b/llvm/lib/Target/XCore/XCoreInstrFormats.td index 9efd79a..d905a5c 100644 --- a/llvm/lib/Target/XCore/XCoreInstrFormats.td +++ b/llvm/lib/Target/XCore/XCoreInstrFormats.td @@ -34,90 +34,72 @@ class PseudoInstXCore pattern> class _F3R pattern> : InstXCore<2, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _FL3R pattern> : InstXCore<4, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _F2RUS pattern> : InstXCore<2, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _FL2RUS pattern> : InstXCore<4, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _FRU6 pattern> : InstXCore<2, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _FLRU6 pattern> : InstXCore<4, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _FU6 pattern> : InstXCore<2, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _FLU6 pattern> : InstXCore<4, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _FU10 pattern> : InstXCore<2, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _FLU10 pattern> : InstXCore<4, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _F2R pattern> : InstXCore<2, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _FRUS pattern> : InstXCore<2, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _FL2R pattern> : InstXCore<4, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _F1R pattern> : InstXCore<2, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _F0R pattern> : InstXCore<2, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _L4R pattern> : InstXCore<4, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _L5R pattern> : InstXCore<4, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } class _L6R pattern> : InstXCore<4, outs, ins, asmstr, pattern> { - let Inst{31-0} = 0; } -- 2.7.4