Searched refs:EmulateBNEZ64 (Results 1 – 2 of 2) sorted by relevance
92 bool EmulateBNEZ64(uint32_t inst);
221 return IsLoongArch64() ? EmulateBNEZ64(inst) : false; in EmulateBNEZ()293 bool EmulateInstructionLoongArch::EmulateBNEZ64(uint32_t inst) { in EmulateBNEZ64() function in lldb_private::EmulateInstructionLoongArch