Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h87 bool EmulateADDI(uint32_t opcode);
H A DEmulateInstructionPPC64.cpp156 {0xfc000000, 0x38000000, &EmulateInstructionPPC64::EmulateADDI, in GetOpcodeForInstruction()
367 bool EmulateInstructionPPC64::EmulateADDI(uint32_t opcode) { in EmulateADDI() function in EmulateInstructionPPC64