Searched refs:i386_ymm_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-tdep.h241 struct type *i386_ymm_type; member in struct:gdbarch_tdep
H A Di386-tdep.c3165 i386_ymm_type (struct gdbarch *gdbarch)
3169 if (!tdep->i386_ymm_type)
3211 tdep->i386_ymm_type = t;
3214 return tdep->i386_ymm_type;
3270 return i386_ymm_type (gdbarch);
3272 return i386_ymm_type (gdbarch);
3152 i386_ymm_type (struct gdbarch *gdbarch) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-tdep.h242 struct type *i386_ymm_type = nullptr; member in struct:i386_gdbarch_tdep
H A Di386-tdep.c3225 i386_ymm_type (struct gdbarch *gdbarch)
3229 if (!tdep->i386_ymm_type)
3274 tdep->i386_ymm_type = t;
3277 return tdep->i386_ymm_type;
3333 return i386_ymm_type (gdbarch);
3335 return i386_ymm_type (gdbarch);
3212 i386_ymm_type (struct gdbarch *gdbarch) function

Completed in 120 milliseconds