Home
last modified time | relevance | path

Searched refs:MMSReg (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Process/Utility/
H A DRegisterContextTest.cpp27 constexpr MMSReg st_from_comp(uint64_t mantissa, uint16_t sign_exp) { in st_from_comp()
28 MMSReg ret = {}; in st_from_comp()
34 const std::array<MMSReg, 8> st_regs = {
59 std::array<MMSReg, 8> test_regs; in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h249 struct MMSReg { struct
259 static_assert(sizeof(MMSReg) == 16, "MMSReg is not 16 bytes of size"); argument
286 MMSReg stmm[8]; // 8*16 bytes for each FP-reg = 128 bytes
387 llvm::ArrayRef<MMSReg> st_regs);
H A DRegisterContextDarwin_x86_64.h71 struct MMSReg { struct
95 MMSReg stmm[8]; argument
H A DRegisterContextDarwin_i386.h66 struct MMSReg { struct
90 MMSReg stmm[8]; argument
H A DRegisterContext_x86.cpp17 llvm::ArrayRef<MMSReg> st_regs) { in AbridgedToFullTagWord()
H A DRegisterContextNetBSD_i386.cpp55 MMSReg stmm[8]; // 8*16 bytes for each FP-reg = 128 bytes
H A DRegisterContextLinux_i386.cpp55 MMSReg stmm[8]; // 8*16 bytes for each FP-reg = 128 bytes
H A DRegisterInfos_i386.h48 #define FP_SIZE sizeof(((MMSReg *)nullptr)->bytes)
H A DRegisterInfos_x86_64.h47 #define FP_SIZE sizeof(((MMSReg *)nullptr)->bytes)