Searched refs:lconsti (Results 1 – 1 of 1) sorted by relevance
507 struct sm1_local_const *lconsti; member669 if (tx->lconsti[i].idx == index) { in tx_lconsti()670 *src = tx->lconsti[i].reg; in tx_lconsti()726 if (tx->lconsti[n].idx == index) in tx_set_lconsti()730 tx->lconsti = REALLOC(tx->lconsti, in tx_set_lconsti()731 (n + 0) * sizeof(tx->lconsti[0]), in tx_set_lconsti()732 (n + 8) * sizeof(tx->lconsti[0])); in tx_set_lconsti()733 assert(tx->lconsti); in tx_set_lconsti()738 tx->lconsti[n].idx = index; in tx_set_lconsti()739 tx->lconsti[n].reg = tx->native_integers ? in tx_set_lconsti()