Searched refs:float_p (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dreggroups.c157 int float_p; local
166 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
171 return float_p;
175 return (!vector_p && !float_p);
H A Dtarget-descriptions.c610 int general_p = 0, float_p = 0, vector_p = 0;
615 float_p = 1;
620 return float_p;
607 int general_p = 0, float_p = 0, vector_p = 0; local
H A Dia64-tdep.c285 int float_p; local
290 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
293 return float_p;
297 return (!vector_p && !float_p);
H A Dmips-tdep.c547 int float_p; local
554 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
562 return float_p && pseudo;
566 return (!vector_p && !float_p) && pseudo;
H A Drs6000-tdep.c2280 int float_p;
2290 float_p = (regnum == tdep->ppc_fpscr_regnum
2294 return float_p;
2324 return general_p || vector_p || float_p;
2278 int float_p; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dreggroups.c157 int float_p; local
166 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
171 return float_p;
175 return (!vector_p && !float_p);
H A Dtarget-descriptions.c610 int general_p = 0, float_p = 0, vector_p = 0;
615 float_p = 1;
620 return float_p;
607 int general_p = 0, float_p = 0, vector_p = 0; local
H A Dia64-tdep.c285 int float_p; local
290 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
293 return float_p;
297 return (!vector_p && !float_p);
H A Dmips-tdep.c547 int float_p; local
554 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
562 return float_p && pseudo;
566 return (!vector_p && !float_p) && pseudo;
H A Drs6000-tdep.c2280 int float_p;
2290 float_p = (regnum == tdep->ppc_fpscr_regnum
2294 return float_p;
2324 return general_p || vector_p || float_p;
2278 int float_p; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dreggroups.c157 int float_p; local
166 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
171 return float_p;
175 return (!vector_p && !float_p);
H A Dtarget-descriptions.c610 int general_p = 0, float_p = 0, vector_p = 0;
615 float_p = 1;
620 return float_p;
607 int general_p = 0, float_p = 0, vector_p = 0; local
H A Dia64-tdep.c285 int float_p; local
290 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
293 return float_p;
297 return (!vector_p && !float_p);
H A Dmips-tdep.c547 int float_p; local
554 float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
562 return float_p && pseudo;
566 return (!vector_p && !float_p) && pseudo;
H A Drs6000-tdep.c2280 int float_p;
2290 float_p = (regnum == tdep->ppc_fpscr_regnum
2294 return float_p;
2324 return general_p || vector_p || float_p;
2278 int float_p; local

Completed in 303 milliseconds