Searched refs:XSAVE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h325 XFeature xcomp_bv; // Mask to indicate the format of the XSAVE area and of
335 struct XSAVE { struct in namespace:lldb_private
351 XSAVE xsave; // x86 extended processor state.
356 // Convenience function to combine YMM register data from XSAVE-style input.
366 // Convenience function to copy YMM register data into XSAVE-style output.
H A DRegisterInfos_x86_64.h26 LLVM_EXTENSION offsetof(XSAVE, ymmh[0]) + (32 * reg_index))
34 LLVM_EXTENSION offsetof(XSAVE, mpxr[reg_index]) + GDB_REMOTE_OFFSET)
39 LLVM_EXTENSION offsetof(XSAVE, mpxc[reg_index]) + GDB_REMOTE_OFFSET)
H A DRegisterInfos_i386.h35 LLVM_EXTENSION offsetof(XSAVE, mpxr[reg_index]))
40 LLVM_EXTENSION offsetof(XSAVE, mpxc[reg_index]))

Completed in 104 milliseconds