Lines Matching refs:locs
111 rsState.locs[qutIdx].type = REG_LOC_MEM_OFFSET;
112 rsState.locs[qutIdx].val = offset;
121 rsState.locs[qutIdx] = backupRsState_.locs[qutIdx];
133 rsState.locs[qutIdx].type = REG_LOC_UNDEFINED; // cfa offset
145 rsState.locs[qutIdx].type = REG_LOC_UNUSED;
156 rsState.locs[qutIdx].type = REG_LOC_REGISTER; // register is saved in current register
157 rsState.locs[qutIdx].val = static_cast<intptr_t>(reg2);
195 rsState.locs[qutIdx].type = REG_LOC_MEM_OFFSET;
196 rsState.locs[qutIdx].val = offset;
218 rsState.locs[qutIdx].type = REG_LOC_VAL_OFFSET;
219 rsState.locs[qutIdx].val = offset;
229 rsState.locs[qutIdx].type = REG_LOC_VAL_OFFSET;
230 rsState.locs[qutIdx].val = offset;
242 rsState.locs[qutIdx].type = REG_LOC_MEM_EXPRESSION;
243 rsState.locs[qutIdx].val = static_cast<intptr_t>(instPtr);
252 rsState.locs[qutIdx].type = REG_LOC_VAL_EXPRESSION;
253 rsState.locs[qutIdx].val = static_cast<intptr_t>(instPtr);
271 rsState.locs[qutIdx].type = REG_LOC_MEM_OFFSET;
272 rsState.locs[qutIdx].val = offset;
291 rsState.locs[qutIdx].type = REG_LOC_MEM_OFFSET;
292 rsState.locs[qutIdx].val = offset;
301 rsState.locs[qutIdx] = backupRsState_.locs[qutIdx];