Searched refs:ARITH_INS (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | crx-opc.c | 65 {NAME, 1, OPC, 24, ARITH_INS | CST4MAP, {{cst4,20}, {regr,16}}}, \ 67 {NAME, 2, (OPC<<4)+0xE, 20, ARITH_INS | CST4MAP, {{i16,0}, {regr,16}}}, \ 69 {NAME, 3, (OPC<<4)+0xF, 20, ARITH_INS, {{i32,0}, {regr,16}}}, \ 71 {NAME, 1, OPC+0x40, 24, ARITH_INS, {{regr,20}, {regr,16}}}
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | crx.h | 155 #define ARITH_INS 1 macro
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-crx.c | 716 if (IS_INSN_TYPE (ARITH_INS)) in process_label_constant()
|