Home
last modified time | relevance | path

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

/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_Constants.h398 rcxAddToGlobalConstant = (ubyte) 0x58, // Must be consecutive opcodes and op % 8 == 0 enumerator
399 rcxMinusToGlobalConstant = (ubyte) (rcxAddToGlobalConstant + (ubyte) arithOffsetMinusTo),
400 rcxTimesToGlobalConstant = (ubyte) (rcxAddToGlobalConstant + (ubyte) arithOffsetTimesTo),
401 rcxDivideToGlobalConstant = (ubyte) (rcxAddToGlobalConstant + (ubyte) arithOffsetDivideTo),
402 rcxAndToGlobalConstant = (ubyte) (rcxAddToGlobalConstant + (ubyte) arithOffsetAndTo),
403 rcxOrToGlobalConstant = (ubyte) (rcxAddToGlobalConstant + (ubyte) arithOffsetOrTo),
404 …rcxBitComplementGlobalConstant = (ubyte) (rcxAddToGlobalConstant + (ubyte) arithOffsetBitComplem…
405 …rcxModuloToGlobalConstant = (ubyte) (rcxAddToGlobalConstant + (ubyte) arithOffsetModuloTo),…
H A DRCX_Cmd.cpp422 {rcxAddToGlobalUbyte, rcxAddToGlobalConstant}, in MakeVarNewSrc()
H A DRCX_Disasm.cpp697 {(ubyte) rcxAddToGlobalConstant, 4}, in calculateInstructionLengths()