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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-tdep.h242 struct type *i386_zmm_type; member in struct:gdbarch_tdep
H A Di386-tdep.c3109 i386_zmm_type (struct gdbarch *gdbarch)
3113 if (!tdep->i386_zmm_type)
3155 tdep->i386_zmm_type = t;
3158 return tdep->i386_zmm_type;
3274 return i386_zmm_type (gdbarch);
3096 i386_zmm_type (struct gdbarch *gdbarch) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-tdep.h243 struct type *i386_zmm_type = nullptr; member in struct:i386_gdbarch_tdep
H A Di386-tdep.c3166 i386_zmm_type (struct gdbarch *gdbarch)
3170 if (!tdep->i386_zmm_type)
3215 tdep->i386_zmm_type = t;
3218 return tdep->i386_zmm_type;
3337 return i386_zmm_type (gdbarch);
3153 i386_zmm_type (struct gdbarch *gdbarch) function

Completed in 187 milliseconds