From 8c7c3602ac1fc2e1b382b442d3161a7151d2cec9 Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 27 Apr 2014 04:32:02 +0800 Subject: ... --- ssa.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ssa.h') diff --git a/ssa.h b/ssa.h index 8b28a39..e9ff81e 100644 --- a/ssa.h +++ b/ssa.h @@ -20,8 +20,10 @@ struct CInst { enum { MOVE, BEQZ, /* conditional jump */ + BNEZ, GOTO, /* unconditional jump */ - ADD + ARR, /* displacement */ + MUL, DIV, MOD, ADD, SUB, SHL, SHR, AND, XOR, OR, LOR, LAND, NEG, NOR, SEQ, EQ, NE, LT, GT, LE, GE } op; COpr dest, src1, src2; CInst_t next, prev; -- cgit v1.2.3