Searched refs:stoLoc (Results 1 – 1 of 1) sorted by relevance
1368 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions() local1369 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()1379 appendOp(URX_LD_SP, stoLoc); in doParseActions()1399 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions() local1400 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()1412 appendOp(URX_LD_SP, stoLoc); in doParseActions()1431 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions() local1432 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()1441 appendOp(URX_LD_SP, stoLoc); in doParseActions()2234 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen() local[all …]