Searched refs:ARG_MASK (Results 1 – 2 of 2) sorted by relevance
919 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()
23 #define ARG_MASK 0x0f macro