Lines Matching refs:O_U8
48 { 0x15, -1, 2, {O_U8, O_N}, {"iload"}},
49 { 0x16, -1, 2, {O_U8, O_N}, {"lload"}},
50 { 0x17, -1, 2, {O_U8, O_N}, {"fload"}},
51 { 0x18, -1, 2, {O_U8, O_N}, {"dload"}},
52 { 0x19, -1, 2, {O_U8, O_N}, {"aload"}},
81 { 0x36, -1, 2, {O_U8, O_N}, {"istore"}},
82 { 0x37, -1, 2, {O_U8, O_N}, {"lstore"}},
83 { 0x38, -1, 2, {O_U8, O_N}, {"fstore"}},
84 { 0x39, -1, 2, {O_U8, O_N}, {"dstore"}},
85 { 0x3a, -1, 2, {O_U8, O_N}, {"astore"}},
159 { 0x84, -1, 3, {O_U8, O_8}, {"iinc"}},
196 { 0xa9, -1, 2, {O_U8, O_N}, {"ret"}},
212 { 0xb9, -1, 5, {O_U16, O_U8}, {"invokeinterface"}},
230 { 0xcb, -1, 2, {O_U8, O_N}, {"ldc_quick"}},
261 { 0xea, -1, 2, {O_U8, O_N}, {"aldc_quick"}},
265 { 0xee, -1, 3, {O_U8, O_8}, {"load_word_index"}},
266 { 0xef, -1, 3, {O_U8, O_8}, {"load_short_index"}},
267 { 0xf0, -1, 3, {O_U8, O_8}, {"load_char_index"}},
268 { 0xf1, -1, 3, {O_U8, O_8}, {"load_byte_index"}},
269 { 0xf2, -1, 3, {O_U8, O_8}, {"load_ubyte_index"}},
270 { 0xf3, -1, 3, {O_U8, O_8}, {"store_word_index"}},
271 { 0xf4, -1, 3, {O_U8, O_8}, {"na_store_word_index"}},
272 { 0xf5, -1, 3, {O_U8, O_8}, {"store_short_index"}},
273 { 0xf6, -1, 3, {O_U8, O_8}, {"store_byte_index"}},