Home
last modified time | relevance | path

Searched refs:Emulate_LDST_Reg (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp703 {"LDXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
717 {"LUXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
735 {"LWXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
756 {"SDXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
762 {"SUXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
780 {"SWXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
2331 bool EmulateInstructionMIPS64::Emulate_LDST_Reg(llvm::MCInst &insn) { in Emulate_LDST_Reg() function in EmulateInstructionMIPS64
H A DEmulateInstructionMIPS64.h102 bool Emulate_LDST_Reg(llvm::MCInst &insn);
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h127 bool Emulate_LDST_Reg(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp732 {"LDXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
746 {"LUXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
764 {"LWXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
793 {"SDXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
799 {"SUXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
815 {"SWXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
3008 bool EmulateInstructionMIPS::Emulate_LDST_Reg(llvm::MCInst &insn) { in Emulate_LDST_Reg() function in EmulateInstructionMIPS