Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h84 bool EmulateMFSPR(uint32_t opcode);
H A DEmulateInstructionPPC64.cpp154 {0xfc0007ff, 0x7c0002a6, &EmulateInstructionPPC64::EmulateMFSPR, in GetOpcodeForInstruction()
219 bool EmulateInstructionPPC64::EmulateMFSPR(uint32_t opcode) { in EmulateMFSPR() function in EmulateInstructionPPC64