Home
last modified time | relevance | path

Searched refs:rcxAddToSourceValue (Results 1 – 3 of 3) sorted by relevance

/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_Constants.h296 rcxAddToSourceValue = (ubyte) 0x08, // Must be consecutive opcodes enumerator
297 rcxMinusToSourceValue = (ubyte) (rcxAddToSourceValue + (ubyte) arithOffsetMinusTo),
298 rcxTimesToSourceValue = (ubyte) (rcxAddToSourceValue + (ubyte) arithOffsetTimesTo),
299 rcxDivideToSourceValue = (ubyte) (rcxAddToSourceValue + (ubyte) arithOffsetDivideTo),
300 rcxAndToSourceValue = (ubyte) (rcxAddToSourceValue + (ubyte) arithOffsetAndTo),
301 rcxOrToSourceValue = (ubyte) (rcxAddToSourceValue + (ubyte) arithOffsetOrTo),
302 …rcxBitComplementSourceValue = (ubyte) (rcxAddToSourceValue + (ubyte) arithOffsetBitComplement…
303 …rcxModuloToSourceValue = (ubyte) (rcxAddToSourceValue + (ubyte) arithOffsetModuloTo), /…
H A DRCX_Cmd.cpp241 case kRCX_AddVar: *ptr++ = rcxAddToSourceValue; break; in MakeSetMath()
412 {rcxAddToGlobal, rcxAddToSourceValue}, in MakeVarNewSrc()
H A DRCX_Disasm.cpp698 {(ubyte) rcxAddToSourceValue, 7}, in calculateInstructionLengths()