HomeSort by relevance Sort by last modified time
    Searched refs:FPUWordCount (Results 1 - 6 of 6) sorted by null

  /external/lldb/source/Plugins/Process/Utility/
RegisterContextMach_i386.cpp 43 mach_msg_type_number_t count = FPUWordCount;
63 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount);
RegisterContextMach_x86_64.cpp 43 mach_msg_type_number_t count = FPUWordCount;
63 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount);
RegisterContextMach_arm.cpp 45 mach_msg_type_number_t count = FPUWordCount;
72 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount);
RegisterContextDarwin_i386.h 135 FPUWordCount = sizeof(FPU)/sizeof(uint32_t),
RegisterContextDarwin_x86_64.h 139 FPUWordCount = sizeof(FPU)/sizeof(uint32_t),
RegisterContextDarwin_arm.h 178 FPUWordCount = sizeof(FPU)/sizeof(uint32_t),

Completed in 34 milliseconds