comparison Paper/src/oplabels.h @ 49:933dbfa8f06f

add oplabels
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 09 Nov 2018 19:24:53 +0900
parents
children
comparison
equal deleted inserted replaced
48:443de29ac349 49:933dbfa8f06f
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,