Home | History | Annotate | Download | only in SystemZ

Lines Matching full:addr64

42     def BR : InstRR<0x07, (outs), (ins ADDR64:$R2),
43 "br\t$R2", [(brind ADDR64:$R2)]>;
122 def BR : InstRR<0x07, (outs), (ins ADDR64:$R2), "b"##name##"r\t$R2", []>;
239 def CallBASR : Alias<2, (outs), (ins ADDR64:$R2, variable_ops),
240 [(z_call ADDR64:$R2)]>;
258 def BASR : InstRR<0x0D, (outs), (ins GR64:$R1, ADDR64:$R2),