Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
HDEmulateInstructionLoongArch.h92 bool EmulateBNEZ64(uint32_t inst);
HDEmulateInstructionLoongArch.cpp221 return IsLoongArch64() ? EmulateBNEZ64(inst) : false; in EmulateBNEZ()
293 bool EmulateInstructionLoongArch::EmulateBNEZ64(uint32_t inst) { in EmulateBNEZ64() function in lldb_private::EmulateInstructionLoongArch