Searched refs:cpu64 (Results 1 – 1 of 1) sorted by relevance
9297 outs() << " rbx " << format("0x%016" PRIx64, cpu64.rbx); in Print_x86_thread_state64_t()9300 outs() << " rdi " << format("0x%016" PRIx64, cpu64.rdi); in Print_x86_thread_state64_t()9314 outs() << " cs " << format("0x%016" PRIx64, cpu64.cs); in Print_x86_thread_state64_t()9637 MachO::x86_thread_state64_t cpu64; in PrintThreadCommand() local9644 memcpy(&cpu64, begin, left); in PrintThreadCommand()9648 swapStruct(cpu64); in PrintThreadCommand()9649 Print_x86_thread_state64_t(cpu64); in PrintThreadCommand()9844 MachO::arm_thread_state64_t cpu64; in PrintThreadCommand() local9851 memcpy(&cpu64, begin, left); in PrintThreadCommand()9855 swapStruct(cpu64); in PrintThreadCommand()[all …]