Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h86 bool EmulateADDI(uint32_t opcode);
H A DEmulateInstructionPPC64.cpp146 {0xfc000000, 0x38000000, &EmulateInstructionPPC64::EmulateADDI, in GetOpcodeForInstruction()
359 bool EmulateInstructionPPC64::EmulateADDI(uint32_t opcode) { in EmulateADDI() function in EmulateInstructionPPC64