Lines Matching refs:stoLoc
1372 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions() local
1373 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()
1383 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1403 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions() local
1404 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()
1416 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1435 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions() local
1436 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()
1445 appendOp(URX_LD_SP, stoLoc); in doParseActions()
2239 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen() local
2240 appendOp(URX_LD_SP, stoLoc); in handleCloseParen()