Searched refs:fpu_ip (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_i386.cpp | 49 fpu_ip, enumerator 83 fpu_fioff = fpu_ip, 316 LLDB_INVALID_REGNUM, fpu_ip}, 442 fpu_fcw, fpu_fsw, fpu_ftw, fpu_fop, fpu_ip, fpu_cs, 637 case fpu_ip: in ReadRegister() 754 case fpu_ip: in WriteRegister()
|
H A D | RegisterContextDarwin_x86_64.cpp | 56 fpu_ip, enumerator 98 fpu_fioff = fpu_ip, 370 LLDB_INVALID_REGNUM, fpu_ip}, 504 fpu_fcw, fpu_fsw, fpu_ftw, fpu_fop, fpu_ip, fpu_cs, 688 case fpu_ip: in ReadRegister() 814 case fpu_ip: in WriteRegister()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1755 uint32_t fpu_ip; member 1847 sys::swapByteOrder(x.fpu_ip); in swapStruct()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 9496 outs() << " fpu_ip " << format("0x%08" PRIx32, fpu.fpu_ip) << "\n"; in Print_x86_float_state_t()
|