reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
  108   bool Emulate_BXX_3ops_C(llvm::MCInst &insn);

References

tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
  821       {"BEQC", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  823       {"BEQC64", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  825       {"BNEC", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  827       {"BNEC64", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  829       {"BLTC", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  831       {"BLTC64", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  833       {"BGEC", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  835       {"BGEC64", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  837       {"BLTUC", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  839       {"BLTUC64", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  841       {"BGEUC", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  843       {"BGEUC64", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  883       {"BOVC", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,
  885       {"BNVC", &EmulateInstructionMIPS64::Emulate_BXX_3ops_C,