Home
last modified time | relevance | path

Searched refs:ErrNum_InvRegPair (Results 1 – 14 of 14) sorted by relevance

/dports/devel/asl/asl-current/
H A Derrmsg.h163 ErrNum_InvRegPair = 1760, enumerator
H A Dcode56k.c480 WrError(ErrNum_InvRegPair); in DecodeAdr()
954 else if (((AdrResult1.Mode ^ AdrResult2.Mode) & 4) == 0) WrError(ErrNum_InvRegPair); in DecodeMOVE_2()
1163 if (as_strcasecmp(ArgStr[1].Str, "A,B")) SetError(ErrNum_InvRegPair); in DecodePar()
1275 else if ((Reg1 ^ Reg2) == 1) SetError(ErrNum_InvRegPair); in DecodePar()
1291 SetXError(ErrNum_InvRegPair, &ArgStr[1]); in DecodePar()
1364 else if (MacTable[Reg1 - 4][Reg2 - 4] == 0xff) SetError(ErrNum_InvRegPair); in DecodePar()
1763 else if ((Reg1 ^ Reg2) == 1) WrError(ErrNum_InvRegPair); in DecodeCMPU()
H A Dcode8008.c179 …else if ((DReg == 7) && (SReg == 7)) WrError(ErrNum_InvRegPair); /* MOV M,M not allowed - asame op… in DecodeMOV()
H A Dasmerr.c456 case ErrNum_InvRegPair: in ErrorNum2String()
H A Dcode6812.c882 else if (!ChkRegPair(Reg1, Reg2, &ExtMask)) WrError(ErrNum_InvRegPair); in DecodeTransfer()
906 else if (!ChkRegPair(Reg1, Reg2, &ExtMask)) WrError(ErrNum_InvRegPair); in DecodeSEX()
H A Dcode870c.c947 if ((HReg ^ AdrMode) != 1) WrError(ErrNum_InvRegPair); in DecodeMUL()
H A Dcode87c800.c1201 if ((HReg ^ AdrMode) != 1) WrError(ErrNum_InvRegPair); in DecodeMUL()
H A Dcode68k.c3276 if (!OK) WrStrErrorPos(ErrNum_InvRegPair, &ArgStr[2]); in DecodeMUL_DIV()
3305 else if (!DecodeRegPair(&ArgStr[2], &w1, &w2)) WrStrErrorPos(ErrNum_InvRegPair, &ArgStr[2]); in DecodeDIVL()
3560 …else if (!DecodeRegPair(&ArgStr[1], WAsmCode + 1, WAsmCode + 2)) WrStrErrorPos(ErrNum_InvRegPair, … in DecodeCAS2()
3561 else if (!DecodeRegPair(&ArgStr[2], &w1, &w2)) WrStrErrorPos(ErrNum_InvRegPair, &ArgStr[2]); in DecodeCAS2()
3566 if (!CodeIndRegPair(&ArgStr[3], &w1, &w2)) WrStrErrorPos(ErrNum_InvRegPair, &ArgStr[3]); in DecodeCAS2()
H A Dcode85.c310 WrError(ErrNum_InvRegPair); in DecodeMOV()
H A Dcode960.c314 WrStrErrorPos(ErrNum_InvRegPair, pArg); in DecodeAdr()
H A Dcode78k3.c996 WrError(ErrNum_InvRegPair); in DecodeXCH()
H A Dcode3203x.c1002 if (RegClash) WrError(ErrNum_InvRegPair); in DecodeLDA()
H A Dcodexa.c133 WrError(ErrNum_InvRegPair); in DecodeRegCore()
H A Dcode3206x.c325 WrXError(ErrNum_InvRegPair, Asc); in DecodeReg()