Lines Matching defs:thisarg
15028 /* Return operand OPNO promoted by bits set in THISARG. KEY should be the "key"
15033 neon_type_promote (struct neon_type_el *key, unsigned thisarg)
15037 gas_assert ((thisarg & N_EQK) != 0);
15039 neon_modify_type_size (thisarg, &dest.type, &dest.size);
15225 unsigned thisarg = va_arg (ap, unsigned);
15226 if (thisarg == N_IGNORE_TYPE)
15231 types[i] = thisarg;
15232 if ((thisarg & N_KEY) != 0)
15292 unsigned thisarg = types[i];
15293 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0)
15294 ? modify_types_allowed (key_allowed, thisarg) : thisarg;
15316 if ((thisarg & N_KEY) != 0)
15320 key_allowed = thisarg & ~N_KEY;
15334 if ((thisarg & N_VFP) != 0)
15375 if ((thisarg & N_EQK) == 0)
15389 neon_modify_type_size (thisarg, &mod_k_type, &mod_k_size);