mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-19 11:41:53 +00:00
mark variable arity instructions as such. Alpha wins the battle for
cleanest backend in this metric :) llvm-svn: 22893
This commit is contained in:
parent
5194ff37c4
commit
5cfc567fb8
@ -18,11 +18,11 @@ include "AlphaInstrFormats.td"
|
||||
// //#define GP $29
|
||||
// //#define SP $30
|
||||
|
||||
def PHI : PseudoInstAlpha<(ops ), "#phi">;
|
||||
def PHI : PseudoInstAlpha<(ops variable_ops), "#phi">;
|
||||
def IDEF : PseudoInstAlpha<(ops GPRC:$RA), "#idef $RA">;
|
||||
def WTF : PseudoInstAlpha<(ops ), "#wtf">;
|
||||
def ADJUSTSTACKUP : PseudoInstAlpha<(ops ), "ADJUP">;
|
||||
def ADJUSTSTACKDOWN : PseudoInstAlpha<(ops ), "ADJDOWN">;
|
||||
def WTF : PseudoInstAlpha<(ops variable_ops), "#wtf">;
|
||||
def ADJUSTSTACKUP : PseudoInstAlpha<(ops variable_ops), "ADJUP">;
|
||||
def ADJUSTSTACKDOWN : PseudoInstAlpha<(ops variable_ops), "ADJDOWN">;
|
||||
def ALTENT : PseudoInstAlpha<(ops s64imm:$TARGET), "$TARGET:\n">;
|
||||
def PCLABEL : PseudoInstAlpha<(ops s64imm:$num), "PCMARKER_$num:\n">;
|
||||
def MEMLABEL : PseudoInstAlpha<(ops s64imm:$i, s64imm:$j, s64imm:$k, s64imm:$m),
|
||||
|
Loading…
x
Reference in New Issue
Block a user