Searched refs:dataLoc (Results 1 – 2 of 2) sorted by relevance
530 int32_t dataLoc = fRXPat->fDataSize; in doParseActions() local532 int32_t op = URX_BUILD(URX_LA_START, dataLoc); in doParseActions()541 op = URX_BUILD(URX_LA_END, dataLoc); in doParseActions()573 int32_t dataLoc = fRXPat->fDataSize; in doParseActions() local575 int32_t op = URX_BUILD(URX_LA_START, dataLoc); in doParseActions()617 int32_t dataLoc = fRXPat->fDataSize; in doParseActions() local621 int32_t op = URX_BUILD(URX_LB_START, dataLoc); in doParseActions()625 op = URX_BUILD(URX_LB_CONT, dataLoc); in doParseActions()670 int32_t dataLoc = fRXPat->fDataSize; in doParseActions() local674 int32_t op = URX_BUILD(URX_LB_START, dataLoc); in doParseActions()[all …]
2104 int32_t dataLoc = URX_VAL(pat[instrOperandLoc]); in MatchAt() local2105 U_ASSERT(dataLoc >= 0 && dataLoc < frameSize); in MatchAt()2106 int32_t savedInputIdx = fp->fExtra[dataLoc]; in MatchAt()