Home
last modified time | relevance | path

Searched refs:ARG_MASK (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-z8k.c919 reg[this_try->arg_info[i] & ARG_MASK] = operands[i].reg; in get_specific()
925 reg[this_try->arg_info[i] & ARG_MASK] = operands[i].reg; in get_specific()
937 reg[this_try->arg_info[i] & ARG_MASK] = operands[i].reg; in get_specific()
1123 switch (c & ARG_MASK) in build_bytes()
1139 switch (c & ARG_MASK) in build_bytes()
/toolchain/binutils/binutils-2.25/opcodes/
Dz8k-opc.h23 #define ARG_MASK 0x0f macro