Home
last modified time | relevance | path

Searched refs:O_U8 (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dpj-opc.c48 { 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"}},
[all …]
/toolchain/binutils/binutils-2.27/include/opcode/
Dpj.h29 #define O_U8 (3<<4 | 1 | (0<<6) | (1<<3)) macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-pj.c126 case O_U8: in c_to_r()