Home
last modified time | relevance | path

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

/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_Constants.h417 rcxAddToLongConstant = (ubyte) 0x68, // Must be consecutive opcodes and op % 8 == 0 enumerator
418 rcxMinusToLongConstant = (ubyte) (rcxAddToLongConstant + (ubyte) arithOffsetMinusTo),
419 rcxTimesToLongConstant = (ubyte) (rcxAddToLongConstant + (ubyte) arithOffsetTimesTo),
420 rcxDivideToLongConstant = (ubyte) (rcxAddToLongConstant + (ubyte) arithOffsetDivideTo),
421 rcxAndToLongConstant = (ubyte) (rcxAddToLongConstant + (ubyte) arithOffsetAndTo),
422 rcxOrToLongConstant = (ubyte) (rcxAddToLongConstant + (ubyte) arithOffsetOrTo),
423 …rcxBitComplementLongConstant = (ubyte) (rcxAddToLongConstant + (ubyte) arithOffsetBitComplemen…
424 rcxModuloToLongConstant = (ubyte) (rcxAddToLongConstant + (ubyte) arithOffsetModuloTo),
H A DRCX_Disasm.cpp705 {(ubyte) rcxAddToLongConstant, 8}, in calculateInstructionLengths()