diff --git a/lib/Target/XCore/XCoreInstrFormats.td b/lib/Target/XCore/XCoreInstrFormats.td index 9efd79af2ba..d905a5c6edf 100644 --- a/lib/Target/XCore/XCoreInstrFormats.td +++ b/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; }