reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
281 Inst.setOpcode(XCore::STW_2rus); 282 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); 284 Inst.setOpcode(XCore::LDW_2rus); 285 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); 287 Inst.setOpcode(XCore::ADD_3r); 288 return Decode3RInstruction(Inst, Insn, Address, Decoder); 290 Inst.setOpcode(XCore::SUB_3r); 291 return Decode3RInstruction(Inst, Insn, Address, Decoder); 293 Inst.setOpcode(XCore::SHL_3r); 294 return Decode3RInstruction(Inst, Insn, Address, Decoder); 296 Inst.setOpcode(XCore::SHR_3r); 297 return Decode3RInstruction(Inst, Insn, Address, Decoder); 299 Inst.setOpcode(XCore::EQ_3r); 300 return Decode3RInstruction(Inst, Insn, Address, Decoder); 302 Inst.setOpcode(XCore::AND_3r); 303 return Decode3RInstruction(Inst, Insn, Address, Decoder); 305 Inst.setOpcode(XCore::OR_3r); 306 return Decode3RInstruction(Inst, Insn, Address, Decoder); 308 Inst.setOpcode(XCore::LDW_3r); 309 return Decode3RInstruction(Inst, Insn, Address, Decoder); 311 Inst.setOpcode(XCore::LD16S_3r); 312 return Decode3RInstruction(Inst, Insn, Address, Decoder); 314 Inst.setOpcode(XCore::LD8U_3r); 315 return Decode3RInstruction(Inst, Insn, Address, Decoder); 317 Inst.setOpcode(XCore::ADD_2rus); 318 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); 320 Inst.setOpcode(XCore::SUB_2rus); 321 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); 323 Inst.setOpcode(XCore::SHL_2rus); 324 return Decode2RUSBitpInstruction(Inst, Insn, Address, Decoder); 326 Inst.setOpcode(XCore::SHR_2rus); 327 return Decode2RUSBitpInstruction(Inst, Insn, Address, Decoder); 329 Inst.setOpcode(XCore::EQ_2rus); 330 return Decode2RUSInstruction(Inst, Insn, Address, Decoder); 332 Inst.setOpcode(XCore::TSETR_3r); 333 return Decode3RImmInstruction(Inst, Insn, Address, Decoder); 335 Inst.setOpcode(XCore::LSS_3r); 336 return Decode3RInstruction(Inst, Insn, Address, Decoder); 338 Inst.setOpcode(XCore::LSU_3r); 339 return Decode3RInstruction(Inst, Insn, Address, Decoder);