diff options
| author | Robert Norton | 2016-11-07 12:17:51 +0000 |
|---|---|---|
| committer | Robert Norton | 2016-11-08 12:27:56 +0000 |
| commit | a6dd161641e03fd788308d09cc86a1f51b776b9b (patch) | |
| tree | b0c4934ffba0e48050bf2fb9d5b92f4580408e57 /mips/hgen/map.hgen | |
| parent | c187384c60b72b754a51be97d655762c053ea24d (diff) | |
add mips thread start instruction.
Diffstat (limited to 'mips/hgen/map.hgen')
| -rw-r--r-- | mips/hgen/map.hgen | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mips/hgen/map.hgen b/mips/hgen/map.hgen index 5c6cde6a..f5116bae 100644 --- a/mips/hgen/map.hgen +++ b/mips/hgen/map.hgen @@ -1,3 +1,4 @@ +| `MIPSThreadStart -> `MIPSThreadStart | `MIPSRType (op, rd, rs, rt) -> `MIPSRType (op, map_reg rd, map_reg rs, map_reg rt) | `MIPSIType (op, rs, rt, imm) -> `MIPSIType (op, map_reg rs, map_reg rt, imm) | `MIPSShiftI (op, rd, rt, imm) -> `MIPSShiftI (op, map_reg rd, map_reg rt, imm) |
