Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h118 bool Emulate_FP_branch(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp902 {"BC1F", &EmulateInstructionMIPS64::Emulate_FP_branch, "BC1F cc, offset"}, in GetOpcodeForInstruction()
903 {"BC1T", &EmulateInstructionMIPS64::Emulate_FP_branch, "BC1T cc, offset"}, in GetOpcodeForInstruction()
904 {"BC1FL", &EmulateInstructionMIPS64::Emulate_FP_branch, in GetOpcodeForInstruction()
906 {"BC1TL", &EmulateInstructionMIPS64::Emulate_FP_branch, in GetOpcodeForInstruction()
1979 bool EmulateInstructionMIPS64::Emulate_FP_branch(llvm::MCInst &insn) { in Emulate_FP_branch() function in EmulateInstructionMIPS64
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h143 bool Emulate_FP_branch(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp919 {"BC1F", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1F cc, offset"}, in GetOpcodeForInstruction()
920 {"BC1T", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1T cc, offset"}, in GetOpcodeForInstruction()
921 {"BC1FL", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1FL cc, offset"}, in GetOpcodeForInstruction()
922 {"BC1TL", &EmulateInstructionMIPS::Emulate_FP_branch, "BC1TL cc, offset"}, in GetOpcodeForInstruction()
2677 bool EmulateInstructionMIPS::Emulate_FP_branch(llvm::MCInst &insn) { in Emulate_FP_branch() function in EmulateInstructionMIPS