Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-opc.c65 {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 Dcrx.h155 #define ARITH_INS 1 macro
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-crx.c716 if (IS_INSN_TYPE (ARITH_INS)) in process_label_constant()