Searched refs:EmulateBCNEZ64 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h94 bool EmulateBCNEZ64(uint32_t inst);
H A DEmulateInstructionLoongArch.cpp229 return IsLoongArch64() ? EmulateBCNEZ64(inst) : false;
335 bool EmulateInstructionLoongArch::EmulateBCNEZ64(uint32_t inst) { function in class:lldb_private::EmulateInstructionLoongArch

Completed in 102 milliseconds