Home
last modified time | relevance | path

Searched refs:fpu_cs (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp50 fpu_cs, enumerator
82 fpu_fiseg = fpu_cs,
302 LLDB_INVALID_REGNUM, fpu_cs},
413 fpu_fcw, fpu_fsw, fpu_ftw, fpu_fop, fpu_ip, fpu_cs,
612 case fpu_cs: in ReadRegister()
729 case fpu_cs: in WriteRegister()
H A DRegisterContextDarwin_x86_64.cpp57 fpu_cs, enumerator
97 fpu_fiseg = fpu_cs,
351 LLDB_INVALID_REGNUM, fpu_cs},
470 fpu_fcw, fpu_fsw, fpu_ftw, fpu_fop, fpu_ip, fpu_cs,
658 case fpu_cs: in ReadRegister()
784 case fpu_cs: in WriteRegister()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp105 fpu_cs, enumerator
156 fpu_fiseg = fpu_cs,
1343 {e_regSetFPU, fpu_cs, "fiseg", NULL, Uint, Hex, FPU_SIZE_UINT(cs),
1434 {e_regSetFPU, fpu_cs, "fiseg", NULL, Uint, Hex, FPU_SIZE_UINT(cs),
1583 {e_regSetFPU, fpu_cs, "fiseg", NULL, Uint, Hex, FPU_SIZE_UINT(cs),
1818 case fpu_cs: in GetRegisterValue()
2043 case fpu_cs: in SetRegisterValue()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1221 fpu_cs, enumerator
1312 fpu_fiseg = fpu_cs,
1758 {e_regSetFPU, fpu_cs, "fiseg", NULL, Uint, Hex, FPU_SIZE_UINT(cs),
1873 {e_regSetFPU, fpu_cs, "fiseg", NULL, Uint, Hex, FPU_SIZE_UINT(cs),
2071 {e_regSetFPU, fpu_cs, "fiseg", NULL, Uint, Hex, FPU_SIZE_UINT(cs),
2346 case fpu_cs: in GetRegisterValue()
2560 case fpu_cs: in SetRegisterValue()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h1635 uint16_t fpu_cs; member
1727 sys::swapByteOrder(x.fpu_cs); in swapStruct()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp9523 outs() << "\t fpu_cs " << format("0x%04" PRIx32, fpu.fpu_cs); in Print_x86_float_state_t()