Searched refs:modep (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/binutils/gprof/
H A Dtahoe.c68 tahoe_operandmode (unsigned char *modep) argument
70 long usesreg = *modep & 0xf;
72 switch ((*modep >> 4) & 0xf)
162 tahoe_operandlength (unsigned char *modep
166 switch (tahoe_operandmode (modep))
193 return 1 + tahoe_operandlength (modep + 1);
200 tahoe_offset (unsigned char *modep) argument
202 tahoe_operandenum mode = tahoe_operandmode (modep);
204 ++modep; /* skip over the mode */
211 return 1 + bfd_get_signed_8 (core_bfd, modep);
[all...]
H A Dvax.c80 vax_operandmode (unsigned char *modep) argument
82 int usesreg = *modep & 0xf;
84 switch ((*modep >> 4) & 0xf)
174 vax_operandlength (unsigned char *modep) argument
177 switch (vax_operandmode (modep))
204 return 1 + vax_operandlength (modep + 1);
211 vax_offset (unsigned char *modep) argument
213 operandenum mode = vax_operandmode (modep);
215 ++modep; /* skip over the mode */
222 return 1 + bfd_get_signed_8 (core_bfd, modep);
[all...]
/haiku-buildtools/legacy/binutils/gprof/
H A Dtahoe.c68 tahoe_operandmode (unsigned char *modep) argument
70 long usesreg = *modep & 0xf;
72 switch ((*modep >> 4) & 0xf)
162 tahoe_operandlength (unsigned char *modep
166 switch (tahoe_operandmode (modep))
193 return 1 + tahoe_operandlength (modep + 1);
200 tahoe_offset (unsigned char *modep) argument
202 tahoe_operandenum mode = tahoe_operandmode (modep);
204 ++modep; /* skip over the mode */
211 return 1 + bfd_get_signed_8 (core_bfd, modep);
[all...]
H A Dvax.c80 vax_operandmode (unsigned char *modep) argument
82 int usesreg = *modep & 0xf;
84 switch ((*modep >> 4) & 0xf)
174 vax_operandlength (unsigned char *modep) argument
177 switch (vax_operandmode (modep))
204 return 1 + vax_operandlength (modep + 1);
211 vax_offset (unsigned char *modep) argument
213 operandenum mode = vax_operandmode (modep);
215 ++modep; /* skip over the mode */
222 return 1 + bfd_get_signed_8 (core_bfd, modep);
[all...]
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c7714 aapcs_vfp_sub_candidate (const_tree type, machine_mode *modep) argument
7726 if (*modep == VOIDmode)
7727 *modep = mode;
7729 if (*modep == mode)
7739 if (*modep == VOIDmode)
7740 *modep = mode;
7742 if (*modep == mode)
7763 if (*modep == VOIDmode)
7764 *modep = mode;
7769 if (*modep
[all...]
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c5330 aapcs_vfp_sub_candidate (const_tree type, machine_mode *modep)
5342 if (*modep == VOIDmode)
5343 *modep = mode;
5345 if (*modep == mode)
5355 if (*modep == VOIDmode)
5356 *modep = mode;
5358 if (*modep == mode)
5380 if (*modep == VOIDmode)
5381 *modep = mode;
5386 if (*modep
5323 aapcs_vfp_sub_candidate(const_tree type, machine_mode *modep) argument
[all...]
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c9019 rs6000_aggregate_candidate (const_tree type, machine_mode *modep)
9031 if (*modep == VOIDmode)
9032 *modep = mode;
9034 if (*modep == mode)
9044 if (*modep == VOIDmode)
9045 *modep = mode;
9047 if (*modep == mode)
9067 if (*modep == VOIDmode)
9068 *modep = mode;
9073 if (*modep
9003 rs6000_aggregate_candidate(const_tree type, machine_mode *modep) argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Dvar-tracking.c5396 use_type (rtx loc, struct count_use_info *cui, machine_mode *modep) argument
5425 if (modep)
5426 *modep = GET_MODE (loc);
5459 false, modep, NULL))
5473 false, modep, NULL)

Completed in 315 milliseconds