Home | History | Annotate | Download | only in priv

Lines Matching defs:to

24    along with this program; if not, write to the Free Software
41 /* Return the mnemonic padded with blanks to its right */
112 HChar *to;
125 for (from = base, to = buf; *from; ++from, ++to) {
126 *to = *from;
129 for (from = suffix[mask >> 1]; *from; ++from, ++to) {
130 *to = *from;
132 *to = '\0';
138 /* Common function used to construct a mnemonic based on a condition code
143 HChar *to;
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;
171 *to = '\0';
243 If the displacement is signed, the rightmost 20 bit of D need to be
287 /* The first argument is the command that says how to write the disassembled
292 5 arguments in an insn and a sentinel (S390_ARG_DONE) is needed to identify
404 /* Convert # halfwords to # bytes */