Home
last modified time | relevance | path

Searched refs:ValOK (Results 1 – 11 of 11) sorted by relevance

/dports/devel/asl/asl-current/
H A Dfourpseudo.c36 Boolean ValOK; in DecodeRES() local
40 Size = EvalStrIntExpressionWithFlags(&ArgStr[1], Int16, &ValOK, &Flags); in DecodeRES()
42 if (ValOK && !mFirstPassUnknown(Flags)) in DecodeRES()
54 Boolean ValOK; in DecodeDATA() local
64 ValOK = True; in DecodeDATA()
65 for (z = 1; ValOK && (z <= ArgCnt); z++) in DecodeDATA()
75 ValOK = False; in DecodeDATA()
156 ValOK = False; in DecodeDATA()
166 ValOK = False; in DecodeDATA()
169 if (!ValOK) in DecodeDATA()
H A Dnatpseudo.c44 Boolean ValOK; in DecodeDSx() local
45 Word Size = EvalStrIntExpressionWithFlags(&ArgStr[1], UInt16, &ValOK, &Flags) << Shift; in DecodeDSx()
48 else if (ValOK) in DecodeDSx()
63 Boolean ValOK; in DecodeFx() local
64 Word Size = EvalStrIntExpressionWithFlags(&ArgStr[1], UInt16, &ValOK, &Flags); in DecodeFx()
67 else if (ValOK) in DecodeFx()
72 Word Value = EvalStrIntExpression(&ArgStr[2], Shift ? Int16 : Int8, &ValOK); in DecodeFx()
74 if (ValOK) in DecodeFx()
H A Dcode65.c236 Boolean ValOK; in DecodeAdr() local
267 if (ValOK) in DecodeAdr()
284 if (ValOK) in DecodeAdr()
439 if (ValOK) in DecodeAdr()
562 if (ValOK) in DecodeSEB_CLB()
583 Boolean ValOK; in DecodeBBC_BBS() local
591 if (ValOK) in DecodeBBC_BBS()
602 if (ValOK) in DecodeBBC_BBS()
625 Boolean ValOK; in DecodeBBR_BBS() local
773 if (ValOK) in DecodeLDM()
[all …]
H A Dcode68k.c879 Boolean ValOK; in DecodeAbs() local
888 if (ValOK) in DecodeAbs()
943 Boolean ValOK; in DecodeAdr() local
2271 Boolean ValOK; in DecodeShift() local
3007 if (ValOK) in DecodeSTOP()
3030 if (ValOK) in DecodeLPSTOP()
3053 if (ValOK) in DecodeTRAP()
3074 if (ValOK) in DecodeBKPT()
3096 if (ValOK) in DecodeRTD()
3901 if (ValOK) in DecodeBcc()
[all …]
H A Dcode16c8x.c221 Boolean ValOK; in DecodeZERO() local
228 Size = EvalStrIntExpressionWithFlags(&ArgStr[1], Int16, &ValOK, &Flags); in DecodeZERO()
230 if (ValOK && !mFirstPassUnknown(Flags)) in DecodeZERO()
245 Boolean ValOK; in DecodeBANKSEL() local
251 Adr = EvalStrIntExpression(&ArgStr[1], UInt9, &ValOK); in DecodeBANKSEL()
252 if (ValOK) in DecodeBANKSEL()
H A Dasmallg.c451 Boolean ValOK; in CodeORG() local
475 Boolean ValOK; in CodeRORG() local
488 else if (ValOK) in CodeRORG()
617 Boolean ValOK; in CodePAGE() local
624 LVal = EvalStrIntExpression(&ArgStr[1], UInt8, &ValOK); in CodePAGE()
625 if (ValOK) in CodePAGE()
632 ValOK = True; in CodePAGE()
636 if (ValOK) in CodePAGE()
651 Boolean ValOK; in CodeNEWPAGE() local
661 ValOK = True; in CodeNEWPAGE()
[all …]
H A Dcode16c5x.c190 Boolean ValOK; in DecodeZERO() local
197 Size = EvalStrIntExpressionWithFlags(&ArgStr[1], Int16, &ValOK, &Flags); in DecodeZERO()
199 if (ValOK && !mFirstPassUnknown(Flags)) in DecodeZERO()
H A Dcode17c4x.c250 Boolean ValOK; in DecodeZERO() local
257 Size = EvalStrIntExpressionWithFlags(&ArgStr[1], Int16, &ValOK, &Flags); in DecodeZERO()
259 if (ValOK && !mFirstPassUnknown(Flags)) in DecodeZERO()
H A Dcodesx20.c500 Boolean ValOK; in DecodeZERO() local
507 Size = EvalStrIntExpressionWithFlags(&ArgStr[1], Int16, &ValOK, &Flags); in DecodeZERO()
509 if (ValOK && !mFirstPassUnknown(Flags)) in DecodeZERO()
H A Dmotpseudo.c1083 Boolean ValOK; in DecodeMoto16Pseudo() local
1106 HVal = EvalStrIntExpressionWithFlags(&ArgStr[1], Int32, &ValOK, &Flags); in DecodeMoto16Pseudo()
1109 if (ValOK && !mFirstPassUnknown(Flags)) in DecodeMoto16Pseudo()
H A Das.c1582 Boolean ValOK; in ProcessREPTArgs() local
1585 pContext->ReptCount = EvalStrIntExpressionWithFlags(pArg, Int32, &ValOK, &SymbolFlags); in ProcessREPTArgs()
1588 if (!ValOK || mFirstPassUnknown(SymbolFlags)) in ProcessREPTArgs()