Searched refs:xsave (Results 26 - 32 of 32) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Damd64-tdep.c3414 const void *xsave)
3419 i387_supply_xsave (regcache, regnum, xsave);
3421 if (xsave
3424 const gdb_byte *regs = (const gdb_byte *) xsave;
3427 clear_bv = i387_xsave_get_clear_bv (gdbarch, xsave);
3470 void *xsave, int gcore)
3474 gdb_byte *regs = (gdb_byte *) xsave;
3476 i387_collect_xsave (regcache, regnum, xsave, gcore);
3402 amd64_supply_xsave(struct regcache *regcache, int regnum, const void *xsave) argument
3458 amd64_collect_xsave(const struct regcache *regcache, int regnum, void *xsave, int gcore) argument
/netbsd-current/sys/arch/x86/include/
H A Dcpufunc.h441 xsave(void *addr, uint64_t mask) function
449 "xsave %[area]"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddriver-i386.c1164 const char *xsave = has_xsave ? " -mxsave" : " -mno-xsave"; local
1209 fxsr, xsave, xsaveopt, avx512f, avx512er,
/netbsd-current/sys/arch/x86/x86/
H A Dfpu.c271 XS64(xsave)(area, xsave_features);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386.c1004 SUBARCH (xsave, XSAVE, XSAVE, false),
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c1055 SUBARCH (xsave, XSAVE, ANY_XSAVE, false),
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp12564 INTRINSIC_X86_XSAVE_ID(xsave);

Completed in 190 milliseconds

12