Searched refs:thisarg (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64-builtins.c911 builtin_simd_arg thisarg = args[opc - have_retval]; local
913 if (thisarg == SIMD_ARG_STOP)
921 switch (thisarg)
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm-builtins.c2022 builtin_arg thisarg = (builtin_arg) va_arg (ap, int); local
2024 if (thisarg == NEON_ARG_STOP)
2031 if (thisarg == NEON_ARG_MEMORY)
2044 (thisarg == NEON_ARG_MEMORY
2047 switch (thisarg)
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c13739 neon_type_promote (struct neon_type_el *key, unsigned thisarg)
13743 gas_assert ((thisarg & N_EQK) != 0);
13745 neon_modify_type_size (thisarg, &dest.type, &dest.size);
13924 unsigned thisarg = va_arg (ap, unsigned);
13925 if (thisarg == N_IGNORE_TYPE)
13930 types[i] = thisarg;
13931 if ((thisarg & N_KEY) != 0)
13991 unsigned thisarg = types[i];
13992 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0)
13993 ? modify_types_allowed (key_allowed, thisarg)
13732 neon_type_promote(struct neon_type_el *key, unsigned thisarg) argument
13917 unsigned thisarg = va_arg (ap, unsigned); local
13984 unsigned thisarg = types[i]; local
[all...]

Completed in 193 milliseconds