Home
last modified time | relevance | path

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

/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_Constants.h315 rcxAddToLong = (ubyte) 0x18, // Must be consecutive opcodes and op % 8 == 0 enumerator
316 rcxMinusToLong = (ubyte) (rcxAddToLong + (ubyte) arithOffsetMinusTo),
317 rcxTimesToLong = (ubyte) (rcxAddToLong + (ubyte) arithOffsetTimesTo),
318 rcxDivideToLong = (ubyte) (rcxAddToLong + (ubyte) arithOffsetDivideTo),
319 rcxAndToLong = (ubyte) (rcxAddToLong + (ubyte) arithOffsetAndTo),
320 rcxOrToLong = (ubyte) (rcxAddToLong + (ubyte) arithOffsetOrTo),
321 rcxBitComplementLong = (ubyte) (rcxAddToLong + (ubyte) arithOffsetBitComplement),
322 rcxModuloToLong = (ubyte) (rcxAddToLong + (ubyte) arithOffsetModuloTo), //0xDF
H A DRCX_Disasm.cpp704 {(ubyte) rcxAddToLong, 7}, in calculateInstructionLengths()