Searched refs:stoLoc (Results 1 – 1 of 1) sorted by relevance
1371 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions() local1372 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()1382 appendOp(URX_LD_SP, stoLoc); in doParseActions()1402 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions() local1403 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()1415 appendOp(URX_LD_SP, stoLoc); in doParseActions()1434 … int32_t stoLoc = allocateData(1); // Reserve the data location for storing save stack ptr. in doParseActions() local1435 int32_t op = buildOp(URX_STO_SP, stoLoc); in doParseActions()1444 appendOp(URX_LD_SP, stoLoc); in doParseActions()2238 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen() local[all …]