Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp715 {"LDXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
729 {"LUXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
747 {"LWXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
768 {"SDXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
774 {"SUXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
792 {"SWXC1", &EmulateInstructionMIPS64::Emulate_LDST_Reg, in GetOpcodeForInstruction()
2328 bool EmulateInstructionMIPS64::Emulate_LDST_Reg(llvm::MCInst &insn) { in Emulate_LDST_Reg() function in EmulateInstructionMIPS64
H A DEmulateInstructionMIPS64.h105 bool Emulate_LDST_Reg(llvm::MCInst &insn);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp746 {"LDXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
760 {"LUXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
778 {"LWXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
807 {"SDXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
813 {"SUXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
829 {"SWXC1", &EmulateInstructionMIPS::Emulate_LDST_Reg, in GetOpcodeForInstruction()
3023 bool EmulateInstructionMIPS::Emulate_LDST_Reg(llvm::MCInst &insn) { in Emulate_LDST_Reg() function in EmulateInstructionMIPS
H A DEmulateInstructionMIPS.h127 bool Emulate_LDST_Reg(llvm::MCInst &insn);