Searched refs:O_8 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | pj-opc.c | 43 { 0x10, -1, 2, {O_8, O_N}, {"bipush"}}, 159 { 0x84, -1, 3, {O_U8, O_8}, {"iinc"}}, 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"}}, [all …]
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | pj.h | 28 #define O_8 (3<<4 | 1 | (0<<6) | (0<<3)) macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-pj.c | 127 case O_8: in c_to_r()
|