Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp713 {"LDXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
727 {"LUXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
745 {"LWXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
766 {"SDXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
772 {"SUXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
790 {"SWXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
2325 bool EmulateInstructionMIPS64::Emulate_LDST_Reg(llvm::MCInst &insn) { in Emulate_LDST_Reg() function in EmulateInstructionMIPS64
H A DEmulateInstructionMIPS64.h104 bool Emulate_LDST_Reg(llvm::MCInst &insn);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h129 bool Emulate_LDST_Reg(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp742 {"LDXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
756 {"LUXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
774 {"LWXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
803 {"SDXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
809 {"SUXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
825 {"SWXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
3013 bool EmulateInstructionMIPS::Emulate_LDST_Reg(llvm::MCInst &insn) { in Emulate_LDST_Reg() function in EmulateInstructionMIPS