Home | History | Annotate | Download | only in config

Lines Matching defs:thisarg

15025 /* Return operand OPNO promoted by bits set in THISARG. KEY should be the "key"
15030 neon_type_promote (struct neon_type_el *key, unsigned thisarg)
15034 gas_assert ((thisarg & N_EQK) != 0);
15036 neon_modify_type_size (thisarg, &dest.type, &dest.size);
15222 unsigned thisarg = va_arg (ap, unsigned);
15223 if (thisarg == N_IGNORE_TYPE)
15228 types[i] = thisarg;
15229 if ((thisarg & N_KEY) != 0)
15289 unsigned thisarg = types[i];
15290 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0)
15291 ? modify_types_allowed (key_allowed, thisarg) : thisarg;
15313 if ((thisarg & N_KEY) != 0)
15317 key_allowed = thisarg & ~N_KEY;
15331 if ((thisarg & N_VFP) != 0)
15372 if ((thisarg & N_EQK) == 0)
15386 neon_modify_type_size (thisarg, &mod_k_type, &mod_k_size);