Searched refs:x86_float_state_t (Results 1 – 6 of 6) sorted by relevance
1647 struct x86_float_state_t { struct1687 inline void swapStruct(x86_float_state_t &x) { in swapStruct()1709 sizeof(x86_float_state_t) / sizeof(uint32_t);
1662 struct x86_float_state_t { struct1702 inline void swapStruct(x86_float_state_t &x) { in swapStruct()1724 sizeof(x86_float_state_t) / sizeof(uint32_t);
1706 struct x86_float_state_t { struct1746 inline void swapStruct(x86_float_state_t &x) { in swapStruct()1771 sizeof(x86_float_state_t) / sizeof(uint32_t);
8715 struct MachO::x86_float_state_t fs; in PrintThreadCommand()8717 if (left >= sizeof(MachO::x86_float_state_t)) { in PrintThreadCommand()8718 memcpy(&fs, begin, sizeof(MachO::x86_float_state_t)); in PrintThreadCommand()8719 begin += sizeof(MachO::x86_float_state_t); in PrintThreadCommand()8721 memset(&fs, '\0', sizeof(MachO::x86_float_state_t)); in PrintThreadCommand()
9313 struct MachO::x86_float_state_t fs; in PrintThreadCommand()9315 if (left >= sizeof(MachO::x86_float_state_t)) { in PrintThreadCommand()9316 memcpy(&fs, begin, sizeof(MachO::x86_float_state_t)); in PrintThreadCommand()9317 begin += sizeof(MachO::x86_float_state_t); in PrintThreadCommand()9319 memset(&fs, '\0', sizeof(MachO::x86_float_state_t)); in PrintThreadCommand()
1034 if (state + sizeof(MachO::x86_float_state_t) > end) in checkThreadCommand()1038 state += sizeof(MachO::x86_float_state_t); in checkThreadCommand()