HomeSort by: relevance | last modified time | path
    Searched defs:fpreg_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
m68k-tdep.c 217 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
229 target_float_convert (from, fpreg_type, to, type);
243 struct type *fpreg_type = register_type (arch, M68K_FP0_REGNUM);
254 target_float_convert (from, type, to, fpreg_type);
255 auto to_view = gdb::make_array_view (to, fpreg_type->length ());
336 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
338 target_float_convert (buf, fpreg_type, valbuf, type);
381 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
383 target_float_convert (valbuf, type, buf, fpreg_type);
214 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM); local
240 struct type *fpreg_type = register_type (arch, M68K_FP0_REGNUM); local
332 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM); local
377 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM); local
  /src/external/gpl3/gdb/dist/gdb/
m68k-tdep.c 217 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
229 target_float_convert (from, fpreg_type, to, type);
243 struct type *fpreg_type = register_type (arch, M68K_FP0_REGNUM);
254 target_float_convert (from, type, to, fpreg_type);
255 auto to_view = gdb::make_array_view (to, fpreg_type->length ());
336 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
338 target_float_convert (buf, fpreg_type, valbuf, type);
381 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM);
383 target_float_convert (valbuf, type, buf, fpreg_type);
214 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM); local
240 struct type *fpreg_type = register_type (arch, M68K_FP0_REGNUM); local
332 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM); local
377 struct type *fpreg_type = register_type (gdbarch, M68K_FP0_REGNUM); local

Completed in 17 milliseconds