Searched refs:fpu_buf (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c1771 char fpu_buf[REG_WIDTH]; local
1786 lookup_reg_list (fpu_buf, REG_WIDTH, UNIT_FX, fpu_no,
1790 snprintf (buf, sizeof buf, "%s,%s", fpu_buf, data_buf);
1792 snprintf (buf, sizeof buf, "%s,%s", data_buf, fpu_buf);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c1771 char fpu_buf[REG_WIDTH]; local
1786 lookup_reg_list (fpu_buf, REG_WIDTH, UNIT_FX, fpu_no,
1790 snprintf (buf, sizeof buf, "%s,%s", fpu_buf, data_buf);
1792 snprintf (buf, sizeof buf, "%s,%s", data_buf, fpu_buf);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c1771 char fpu_buf[REG_WIDTH]; local
1786 lookup_reg_list (fpu_buf, REG_WIDTH, UNIT_FX, fpu_no,
1790 snprintf (buf, sizeof buf, "%s,%s", fpu_buf, data_buf);
1792 snprintf (buf, sizeof buf, "%s,%s", data_buf, fpu_buf);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c1771 char fpu_buf[REG_WIDTH]; local
1786 lookup_reg_list (fpu_buf, REG_WIDTH, UNIT_FX, fpu_no,
1790 snprintf (buf, sizeof buf, "%s,%s", fpu_buf, data_buf);
1792 snprintf (buf, sizeof buf, "%s,%s", data_buf, fpu_buf);

Completed in 235 milliseconds