Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h88 bool EmulateADDI(uint32_t opcode);
H A DEmulateInstructionPPC64.cpp162 {0xfc000000, 0x38000000, &EmulateInstructionPPC64::EmulateADDI, in GetOpcodeForInstruction()
373 bool EmulateInstructionPPC64::EmulateADDI(uint32_t opcode) { in EmulateADDI() function in EmulateInstructionPPC64