Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h119 bool Emulate_FP_branch(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp906 {"BC1F", &EmulateInstructionMIPS64::Emulate_FP_branch, "BC1F cc, offset"}, in GetOpcodeForInstruction()
907 {"BC1T", &EmulateInstructionMIPS64::Emulate_FP_branch, "BC1T cc, offset"}, in GetOpcodeForInstruction()
908 {"BC1FL", &EmulateInstructionMIPS64::Emulate_FP_branch, in GetOpcodeForInstruction()
910 {"BC1TL", &EmulateInstructionMIPS64::Emulate_FP_branch, in GetOpcodeForInstruction()
1982 bool EmulateInstructionMIPS64::Emulate_FP_branch(llvm::MCInst &insn) { in Emulate_FP_branch() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h141 bool Emulate_FP_branch(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp927 {"BC1F", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1F cc, offset"}, in GetOpcodeForInstruction()
928 {"BC1T", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1T cc, offset"}, in GetOpcodeForInstruction()
929 {"BC1FL", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1FL cc, offset"}, in GetOpcodeForInstruction()
930 {"BC1TL", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1TL cc, offset"}, in GetOpcodeForInstruction()
2687 bool EmulateInstructionMIPS::Emulate_FP_branch(llvm::MCInst &insn) { in Emulate_FP_branch() function in EmulateInstructionMIPS