Searched refs:Emulate_FP_branch (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.h | 116 bool Emulate_FP_branch(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS64.cpp | 892 {"BC1F", &EmulateInstructionMIPS64::Emulate_FP_branch, "BC1F cc, offset"}, in GetOpcodeForInstruction() 893 {"BC1T", &EmulateInstructionMIPS64::Emulate_FP_branch, "BC1T cc, offset"}, in GetOpcodeForInstruction() 894 {"BC1FL", &EmulateInstructionMIPS64::Emulate_FP_branch, in GetOpcodeForInstruction() 896 {"BC1TL", &EmulateInstructionMIPS64::Emulate_FP_branch, in GetOpcodeForInstruction() 1983 bool EmulateInstructionMIPS64::Emulate_FP_branch(llvm::MCInst &insn) { in Emulate_FP_branch() function in EmulateInstructionMIPS64
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.h | 141 bool Emulate_FP_branch(llvm::MCInst &insn);
|
| H A D | EmulateInstructionMIPS.cpp | 909 {"BC1F", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1F cc, offset"}, in GetOpcodeForInstruction() 910 {"BC1T", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1T cc, offset"}, in GetOpcodeForInstruction() 911 {"BC1FL", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1FL cc, offset"}, in GetOpcodeForInstruction() 912 {"BC1TL", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1TL cc, offset"}, in GetOpcodeForInstruction() 2670 bool EmulateInstructionMIPS::Emulate_FP_branch(llvm::MCInst &insn) { in Emulate_FP_branch() function in EmulateInstructionMIPS
|