Searched refs:URX_VAL (Results 1 – 4 of 4) sorted by relevance
788 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()920 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()1067 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc); in doParseActions()2022 int32_t opValue = URX_VAL(op); in insertOp()2197 U_ASSERT(URX_VAL(patOp) == 0); // Branch target for JMP should not be set. in handleCloseParen()2227 int32_t frameVarLocation = URX_VAL(captureOp); in handleCloseParen()2238 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen()2247 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()2257 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()2279 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()[all …]
2802 opValue = URX_VAL(op); in MatchAt()2853 int32_t stringLen = URX_VAL(op); in MatchAt()3502 int32_t frameLoc = URX_VAL(stoOp); in MatchAt()3526 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()3549 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()3561 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()3584 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()3609 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()3632 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()3784 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()[all …]
253 #define URX_VAL(x) ((x) & 0xffffff) macro
693 int32_t val = URX_VAL(op); in dumpOp()769 int32_t length = URX_VAL(lengthOp); in dumpOp()