Lines Matching defs:from
108 opcodes/s390-opc.txt (from binutils) that have a '$' in their name. */
113 const HChar *from;
124 /* strcpy(buf, from); */
125 for (from = base, to = buf; *from; ++from, ++to) {
126 *to = *from;
129 for (from = suffix[mask >> 1]; *from; ++from, ++to) {
130 *to = *from;
144 const HChar *from;
160 for (from = prefix, to = buf; *from; ++from, ++to) {
161 *to = *from;
164 for (from = mask_id[mask]; *from; ++from, ++to) {
165 *to = *from;
168 for (from = suffix; *from; ++from, ++to) {
169 *to = *from;