Lines Matching defs:index
164 struct hardreg *index;
196 if (op->base || op->index) {
199 (op->base && op->index) ? "," : "",
200 op->index ? op->index->name : "");
700 if (op->index)
701 op->index->busy--;
1177 int index;
1182 index = c - '0';
1183 if (index < nr)
1184 replace_asm_arg(dst_p, args+index);
1261 int index;
1269 index = *constraint - '0';
1270 reg = asm_arguments[index].reg;