Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h83 bool EmulateLD(uint32_t opcode);
H A DEmulateInstructionPPC64.cpp148 {0xfc000003, 0xe8000000, &EmulateInstructionPPC64::EmulateLD, in GetOpcodeForInstruction()
228 bool EmulateInstructionPPC64::EmulateLD(uint32_t opcode) { in EmulateLD() function in EmulateInstructionPPC64