Home
last modified time | relevance | path

Searched refs:rcxAddToShortVarConstant (Results 1 – 2 of 2) sorted by relevance

/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_Constants.h548 rcxAddToShortVarConstant = (ubyte) 0xD8, // Must be consecutive opcodes and op % 8 == 0 enumerator
549 …rcxMinusToShortVarConstant = (ubyte) (rcxAddToShortVarConstant + (ubyte) arithOffsetMinusTo),
550 …rcxTimesToShortVarConstant = (ubyte) (rcxAddToShortVarConstant + (ubyte) arithOffsetTimesTo),
551 …rcxDivideToShortVarConstant = (ubyte) (rcxAddToShortVarConstant + (ubyte) arithOffsetDivideTo…
552 rcxAndToShortVarConstant = (ubyte) (rcxAddToShortVarConstant + (ubyte) arithOffsetAndTo),
553 rcxOrToShortVarConstant = (ubyte) (rcxAddToShortVarConstant + (ubyte) arithOffsetOrTo),
554 …rcxBitComplementShortVarConstant= (ubyte) (rcxAddToShortVarConstant + (ubyte) arithOffsetBitCompl…
555 …rcxModuloToShortVarConstant = (ubyte) (rcxAddToShortVarConstant + (ubyte) arithOffsetModuloTo…
H A DRCX_Disasm.cpp702 {(ubyte) rcxAddToShortVarConstant, 5}, in calculateInstructionLengths()