summaryrefslogtreecommitdiff
path: root/mips/hgen/regs_out_in.hgen
blob: 8e1fd0935892c366d00843159907936b37efcbd8 (plain)
1
2
3
4
5
(* for each instruction instance, identify the role of the registers
   and possible branching: (outputs, inputs, voidstars, branch) *)

| `MIPSAdd ->
      ([], [], [], [Next])