Lines Matching defs:inst
36 EmulateInstructionLoongArch::GetOpcodeForInstruction(uint32_t inst) { in GetOpcodeForInstruction()
75 bool EmulateInstructionLoongArch::TestExecute(uint32_t inst) { in TestExecute()
87 uint32_t inst = m_opcode.GetOpcode32(); in EvaluateInstruction() local
128 uint32_t inst = (uint32_t)ReadMemoryUnsigned(ctx, m_addr, 4, 0, &success); in ReadInstruction() local
216 bool EmulateInstructionLoongArch::EmulateBEQZ(uint32_t inst) { in EmulateBEQZ()
220 bool EmulateInstructionLoongArch::EmulateBNEZ(uint32_t inst) { in EmulateBNEZ()
224 bool EmulateInstructionLoongArch::EmulateBCEQZ(uint32_t inst) { in EmulateBCEQZ()
228 bool EmulateInstructionLoongArch::EmulateBCNEZ(uint32_t inst) { in EmulateBCNEZ()
232 bool EmulateInstructionLoongArch::EmulateJIRL(uint32_t inst) { in EmulateJIRL()
236 bool EmulateInstructionLoongArch::EmulateB(uint32_t inst) { in EmulateB()
240 bool EmulateInstructionLoongArch::EmulateBL(uint32_t inst) { in EmulateBL()
244 bool EmulateInstructionLoongArch::EmulateBEQ(uint32_t inst) { in EmulateBEQ()
248 bool EmulateInstructionLoongArch::EmulateBNE(uint32_t inst) { in EmulateBNE()
252 bool EmulateInstructionLoongArch::EmulateBLT(uint32_t inst) { in EmulateBLT()
256 bool EmulateInstructionLoongArch::EmulateBGE(uint32_t inst) { in EmulateBGE()
260 bool EmulateInstructionLoongArch::EmulateBLTU(uint32_t inst) { in EmulateBLTU()
264 bool EmulateInstructionLoongArch::EmulateBGEU(uint32_t inst) { in EmulateBGEU()
268 bool EmulateInstructionLoongArch::EmulateNonJMP(uint32_t inst) { return false; } in EmulateNonJMP()
273 bool EmulateInstructionLoongArch::EmulateBEQZ64(uint32_t inst) { in EmulateBEQZ64()
293 bool EmulateInstructionLoongArch::EmulateBNEZ64(uint32_t inst) { in EmulateBNEZ64()
313 bool EmulateInstructionLoongArch::EmulateBCEQZ64(uint32_t inst) { in EmulateBCEQZ64()
335 bool EmulateInstructionLoongArch::EmulateBCNEZ64(uint32_t inst) { in EmulateBCNEZ64()
357 bool EmulateInstructionLoongArch::EmulateJIRL64(uint32_t inst) { in EmulateJIRL64()
376 bool EmulateInstructionLoongArch::EmulateB64(uint32_t inst) { in EmulateB64()
389 bool EmulateInstructionLoongArch::EmulateBL64(uint32_t inst) { in EmulateBL64()
405 bool EmulateInstructionLoongArch::EmulateBEQ64(uint32_t inst) { in EmulateBEQ64()
428 bool EmulateInstructionLoongArch::EmulateBNE64(uint32_t inst) { in EmulateBNE64()
451 bool EmulateInstructionLoongArch::EmulateBLT64(uint32_t inst) { in EmulateBLT64()
476 bool EmulateInstructionLoongArch::EmulateBGE64(uint32_t inst) { in EmulateBGE64()
501 bool EmulateInstructionLoongArch::EmulateBLTU64(uint32_t inst) { in EmulateBLTU64()
524 bool EmulateInstructionLoongArch::EmulateBGEU64(uint32_t inst) { in EmulateBGEU64()