Rizin
unix-like reverse engineering framework and cli tools
rz_il_opbuilder_end.h
Go to the documentation of this file.
1 
2 #ifndef RZ_IL_OPBUILDER_BEGIN_H
3 #error rz_il_opbuilder_end.h included without rz_il_opbuilder_begin.h before
4 #endif
5 
6 #undef ITE
7 
8 #undef UN
9 #undef U8
10 #undef U16
11 #undef U32
12 #undef U64
13 
14 #undef SN
15 #undef S8
16 #undef S16
17 #undef S32
18 #undef S64
19 
20 #undef IL_FALSE
21 #undef IL_TRUE
22 #undef INV
23 #undef XOR
24 #undef AND
25 
26 #undef ADD
27 #undef SUB
28 #undef MUL
29 #undef DIV
30 #undef SDIV
31 #undef SHIFTL
32 #undef SHIFTR
33 #undef SHIFTL0
34 #undef SHIFTR0
35 #undef SHIFTRA
36 #undef LOGAND
37 #undef LOGOR
38 #undef LOGXOR
39 #undef LOGNOT
40 #undef NEG
41 
42 #undef NON_ZERO
43 #undef IS_ZERO
44 #undef MSB
45 #undef LSB
46 #undef EQ
47 #undef UGT
48 #undef ULT
49 #undef ULE
50 #undef UGT
51 #undef UGE
52 #undef SLT
53 #undef SLE
54 #undef SGT
55 #undef SGE
56 
57 #undef LOAD
58 #undef LOADW
59 #undef STORE
60 #undef STOREW
61 
62 #undef VARG
63 #undef VARL
64 #undef VARLP
65 #undef SETG
66 #undef SETL
67 #undef LET
68 
69 #undef SEQ2
70 #undef SEQ3
71 #undef SEQ4
72 #undef SEQ5
73 #undef SEQ6
74 #undef SEQ7
75 #undef SEQ8
76 #undef SEQ9
77 
78 #undef EMPTY
79 #undef NOP
80 #undef BRANCH
81 #undef REPEAT
82 #undef JMP
83 #undef GOTO
84 
85 #undef RZ_IL_OPBUILDER_BEGIN_H