Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
HDEmulateInstructionLoongArch.h93 bool EmulateBCEQZ64(uint32_t inst);
HDEmulateInstructionLoongArch.cpp225 return IsLoongArch64() ? EmulateBCEQZ64(inst) : false; in EmulateBCEQZ()
313 bool EmulateInstructionLoongArch::EmulateBCEQZ64(uint32_t inst) { in EmulateBCEQZ64() function in lldb_private::EmulateInstructionLoongArch