Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9297 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() local
9644 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() local
9851 memcpy(&cpu64, begin, left); in PrintThreadCommand()
9855 swapStruct(cpu64); in PrintThreadCommand()
[all …]