Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h127 bool Emulate_BC(llvm::MCInst &insn);
H A DEmulateInstructionMIPS64.cpp812 {"BC", &EmulateInstructionMIPS64::Emulate_BC, "BC offset"}, in GetOpcodeForInstruction()
1629 bool EmulateInstructionMIPS64::Emulate_BC(llvm::MCInst &insn) { in Emulate_BC() function in EmulateInstructionMIPS64
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h149 bool Emulate_BC(llvm::MCInst &insn);
H A DEmulateInstructionMIPS.cpp871 {"BC", &EmulateInstructionMIPS::Emulate_BC, "BC offset"}, in GetOpcodeForInstruction()
2484 bool EmulateInstructionMIPS::Emulate_BC(llvm::MCInst &insn) { in Emulate_BC() function in EmulateInstructionMIPS