diff options
| -rw-r--r-- | mips/hgen/regs_out_in.hgen | 5 | ||||
| -rw-r--r-- | risc-v/hgen/regs_out_in.hgen | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/mips/hgen/regs_out_in.hgen b/mips/hgen/regs_out_in.hgen deleted file mode 100644 index 8e1fd093..00000000 --- a/mips/hgen/regs_out_in.hgen +++ /dev/null @@ -1,5 +0,0 @@ -(* for each instruction instance, identify the role of the registers - and possible branching: (outputs, inputs, voidstars, branch) *) - -| `MIPSAdd -> - ([], [], [], [Next]) diff --git a/risc-v/hgen/regs_out_in.hgen b/risc-v/hgen/regs_out_in.hgen deleted file mode 100644 index 8e1fd093..00000000 --- a/risc-v/hgen/regs_out_in.hgen +++ /dev/null @@ -1,5 +0,0 @@ -(* for each instruction instance, identify the role of the registers - and possible branching: (outputs, inputs, voidstars, branch) *) - -| `MIPSAdd -> - ([], [], [], [Next]) |
