reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
445 Inst.setOpcode(XCore::STW_l3r); 446 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 448 Inst.setOpcode(XCore::XOR_l3r); 449 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 451 Inst.setOpcode(XCore::ASHR_l3r); 452 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 454 Inst.setOpcode(XCore::LDAWF_l3r); 455 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 457 Inst.setOpcode(XCore::LDAWB_l3r); 458 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 460 Inst.setOpcode(XCore::LDA16F_l3r); 461 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 463 Inst.setOpcode(XCore::LDA16B_l3r); 464 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 466 Inst.setOpcode(XCore::MUL_l3r); 467 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 469 Inst.setOpcode(XCore::DIVS_l3r); 470 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 472 Inst.setOpcode(XCore::DIVU_l3r); 473 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 475 Inst.setOpcode(XCore::ST16_l3r); 476 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 478 Inst.setOpcode(XCore::ST8_l3r); 479 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 481 Inst.setOpcode(XCore::ASHR_l2rus); 482 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); 484 Inst.setOpcode(XCore::OUTPW_l2rus); 485 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); 487 Inst.setOpcode(XCore::INPW_l2rus); 488 return DecodeL2RUSBitpInstruction(Inst, Insn, Address, Decoder); 490 Inst.setOpcode(XCore::LDAWF_l2rus); 491 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); 493 Inst.setOpcode(XCore::LDAWB_l2rus); 494 return DecodeL2RUSInstruction(Inst, Insn, Address, Decoder); 496 Inst.setOpcode(XCore::CRC_l3r); 497 return DecodeL3RSrcDstInstruction(Inst, Insn, Address, Decoder); 499 Inst.setOpcode(XCore::REMS_l3r); 500 return DecodeL3RInstruction(Inst, Insn, Address, Decoder); 502 Inst.setOpcode(XCore::REMU_l3r); 503 return DecodeL3RInstruction(Inst, Insn, Address, Decoder);