• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/

Lines Matching refs:MCInst

23 class MCInst;
86 bool (EmulateInstructionMIPS64::*callback)(llvm::MCInst &insn);
92 bool Emulate_DADDiu(llvm::MCInst &insn);
94 bool Emulate_DSUBU_DADDU(llvm::MCInst &insn);
96 bool Emulate_LUI(llvm::MCInst &insn);
98 bool Emulate_SD(llvm::MCInst &insn);
100 bool Emulate_LD(llvm::MCInst &insn);
102 bool Emulate_LDST_Imm(llvm::MCInst &insn);
104 bool Emulate_LDST_Reg(llvm::MCInst &insn);
106 bool Emulate_BXX_3ops(llvm::MCInst &insn);
108 bool Emulate_BXX_3ops_C(llvm::MCInst &insn);
110 bool Emulate_BXX_2ops(llvm::MCInst &insn);
112 bool Emulate_BXX_2ops_C(llvm::MCInst &insn);
114 bool Emulate_Bcond_Link_C(llvm::MCInst &insn);
116 bool Emulate_Bcond_Link(llvm::MCInst &insn);
118 bool Emulate_FP_branch(llvm::MCInst &insn);
120 bool Emulate_3D_branch(llvm::MCInst &insn);
122 bool Emulate_BAL(llvm::MCInst &insn);
124 bool Emulate_BALC(llvm::MCInst &insn);
126 bool Emulate_BC(llvm::MCInst &insn);
128 bool Emulate_J(llvm::MCInst &insn);
130 bool Emulate_JAL(llvm::MCInst &insn);
132 bool Emulate_JALR(llvm::MCInst &insn);
134 bool Emulate_JIALC(llvm::MCInst &insn);
136 bool Emulate_JIC(llvm::MCInst &insn);
138 bool Emulate_JR(llvm::MCInst &insn);
140 bool Emulate_BC1EQZ(llvm::MCInst &insn);
142 bool Emulate_BC1NEZ(llvm::MCInst &insn);
144 bool Emulate_BNZB(llvm::MCInst &insn);
146 bool Emulate_BNZH(llvm::MCInst &insn);
148 bool Emulate_BNZW(llvm::MCInst &insn);
150 bool Emulate_BNZD(llvm::MCInst &insn);
152 bool Emulate_BZB(llvm::MCInst &insn);
154 bool Emulate_BZH(llvm::MCInst &insn);
156 bool Emulate_BZW(llvm::MCInst &insn);
158 bool Emulate_BZD(llvm::MCInst &insn);
160 bool Emulate_MSA_Branch_DF(llvm::MCInst &insn, int element_byte_size,
163 bool Emulate_BNZV(llvm::MCInst &insn);
165 bool Emulate_BZV(llvm::MCInst &insn);
167 bool Emulate_MSA_Branch_V(llvm::MCInst &insn, bool bnz);