Home
last modified time | relevance | path

Searched refs:alpha_num_operands (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dalpha.h138 extern const unsigned alpha_num_operands;
DChangeLog-91031026 (alpha_num_operands): Ditto.
/toolchain/binutils/binutils-2.25/opcodes/
Dalpha-opc.c329 const unsigned alpha_num_operands = sizeof(alpha_operands)/sizeof(*alpha_operands); variable
DChangeLog-989960 (alpha_num_operands): Convert to unsigned.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-alpha.c5944 gas_assert (-(int) fixP->fx_r_type < (int) alpha_num_operands); in md_apply_fix()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-9899212 (md_apply_fix): Cast alpha_num_operands to int before testing.