Searched refs:O_R16 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | pj-opc.c | 180 { 0x99, -1, 3, {O_R16, O_N}, {"ifeq"}}, 181 { 0x9a, -1, 3, {O_R16, O_N}, {"ifne"}}, 182 { 0x9b, -1, 3, {O_R16, O_N}, {"iflt"}}, 183 { 0x9c, -1, 3, {O_R16, O_N}, {"ifge"}}, 184 { 0x9d, -1, 3, {O_R16, O_N}, {"ifgt"}}, 185 { 0x9e, -1, 3, {O_R16, O_N}, {"ifle"}}, 186 { 0x9f, -1, 3, {O_R16, O_N}, {"if_icmpeq"}}, 187 { 0xa0, -1, 3, {O_R16, O_N}, {"if_icmpne"}}, 188 { 0xa1, -1, 3, {O_R16, O_N}, {"if_icmplt"}}, 189 { 0xa2, -1, 3, {O_R16, O_N}, {"if_icmpge"}}, [all …]
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | pj.h | 27 #define O_R16 (2<<4 | 2 | (1<<6) | (0<<3)) macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-pj.c | 129 case O_R16: in c_to_r()
|