Mercurial > hg > Papers > 2019 > anatofuz-thesis
annotate paper/codes/src/oplabels.h @ 122:a3ff00c33fd7 default tip
update slide
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 20 Feb 2019 12:05:38 +0900 (2019-02-20) |
parents | c4dbd7b81302 |
children |
rev | line source |
---|---|
38 | 1 static const void * const LABELS[] = { |
2 &&OP_no_op, | |
3 &&OP_const_i8, | |
4 &&OP_const_i16, | |
5 &&OP_const_i32, | |
6 &&OP_const_i64, | |
7 &&OP_const_n32, | |
8 &&OP_const_n64, | |
9 &&OP_const_s, | |
10 &&OP_set, | |
11 &&OP_extend_u8, | |
12 &&OP_extend_u16, | |
13 &&OP_extend_u32, | |
14 &&OP_extend_i8, | |
15 &&OP_extend_i16, |