Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion suite/synctools/tablegen/PPC/PPCInstrHTM.td
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ def TCHECK_RET : Pseudo<(outs crrc:$out), (ins), "#TCHECK_RET", []>;

let Predicates = [HasHTM] in {

let Defs = [CR0] in
def TBEGIN : XForm_htm0 <31, 654,
(outs crrc0:$ret), (ins u1imm:$R), "tbegin. $R", IIC_SprMTSPR, []>;
(outs), (ins u1imm:$R), "tbegin. $R", IIC_SprMTSPR, []>;

def TEND : XForm_htm1 <31, 686,
(outs crrc0:$ret), (ins u1imm:$A), "tend. $A", IIC_SprMTSPR, []>;
Expand Down