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 D | EmulateInstructionMIPS64.cpp | 715 {"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 D | EmulateInstructionMIPS64.h | 105 bool Emulate_LDST_Reg(llvm::MCInst &insn);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 746 {"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 D | EmulateInstructionMIPS.h | 127 bool Emulate_LDST_Reg(llvm::MCInst &insn);
|