Searched refs:URX_VAL (Results 1 – 4 of 4) sorted by relevance
789 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()921 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()1068 U_ASSERT(URX_TYPE(loopOp) == URX_CTR_LOOP && URX_VAL(loopOp) == topLoc); in doParseActions()2023 int32_t opValue = URX_VAL(op); in insertOp()2198 U_ASSERT(URX_VAL(patOp) == 0); // Branch target for JMP should not be set. in handleCloseParen()2228 int32_t frameVarLocation = URX_VAL(captureOp); in handleCloseParen()2239 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen()2248 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()2258 int32_t dataLoc = URX_VAL(startOp); in handleCloseParen()2280 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()3591 int32_t loopLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt()3616 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()3644 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()3796 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()