Searched refs:Emulate_FP_branch (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.h | 117 bool Emulate_FP_branch(llvm::MCInst &insn);
|
H A D | EmulateInstructionMIPS64.cpp | 894 {"BC1F", &EmulateInstructionMIPS64::Emulate_FP_branch, "BC1F cc, offset"}, in GetOpcodeForInstruction() 895 {"BC1T", &EmulateInstructionMIPS64::Emulate_FP_branch, "BC1T cc, offset"}, in GetOpcodeForInstruction() 896 {"BC1FL", &EmulateInstructionMIPS64::Emulate_FP_branch, in GetOpcodeForInstruction() 898 {"BC1TL", &EmulateInstructionMIPS64::Emulate_FP_branch, in GetOpcodeForInstruction() 1982 bool EmulateInstructionMIPS64::Emulate_FP_branch(llvm::MCInst &insn) { in Emulate_FP_branch() function in EmulateInstructionMIPS64
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.h | 142 bool Emulate_FP_branch(llvm::MCInst &insn);
|
H A D | EmulateInstructionMIPS.cpp | 911 {"BC1F", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1F cc, offset"}, in GetOpcodeForInstruction() 912 {"BC1T", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1T cc, offset"}, in GetOpcodeForInstruction() 913 {"BC1FL", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1FL cc, offset"}, in GetOpcodeForInstruction() 914 {"BC1TL", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1TL cc, offset"}, in GetOpcodeForInstruction() 2669 bool EmulateInstructionMIPS::Emulate_FP_branch(llvm::MCInst &insn) { in Emulate_FP_branch() function in EmulateInstructionMIPS
|