Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dpj.h31 #define O_R32 (5<<4 | 4 | (1<<6) | (0<<3)) macro
/toolchain/binutils/binutils-2.27/opcodes/
Dpj-opc.c227 { 0xc8, -1, 5, {O_R32, O_N}, {"goto_w"}},
228 { 0xc9, -1, 5, {O_R32, O_N}, {"jsr_w"}},
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-pj.c134 case O_R32: in c_to_r()