Home
last modified time | relevance | path

Searched refs:use_extend (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dmips-dis.c1232 bfd_boolean use_extend; local
1260 use_extend = FALSE;
1263 use_extend = TRUE;
1305 if (use_extend)
1313 use_extend = FALSE;
1321 use_extend = TRUE;
1369 if (use_extend)
1384 bfd_boolean use_extend;
1632 if (! use_extend)
1665 else if (use_extend)
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmips-dis.c1524 if (! use_extend) in print_mips16_insn_arg()
1557 else if (use_extend) in print_mips16_insn_arg()
1600 if (! use_extend) in print_mips16_insn_arg()
1676 if (use_extend) in print_mips16_insn_arg()
1770 bfd_boolean use_extend; in print_insn_mips16() local
1798 use_extend = FALSE; in print_insn_mips16()
1801 use_extend = TRUE; in print_insn_mips16()
1845 if (use_extend) in print_insn_mips16()
1853 use_extend = FALSE; in print_insn_mips16()
1861 use_extend = TRUE; in print_insn_mips16()
[all …]
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-mips.h97 bfd_boolean use_extend; member
H A Dtc-mips.c2352 && ! ip->use_extend in append_insn()
2554 if (ip->use_extend) in append_insn()
3035 prev_insn_extended = (ip->use_extend in append_insn()
3562 insn.use_extend = FALSE; in mips16_macro_build()
9588 ip->use_extend = FALSE; in mips16_ip()
9623 &ip->use_extend, &ip->extend); in mips16_ip()
9811 ip->use_extend = TRUE; in mips16_ip()
10112 *use_extend = FALSE; in mips16_immed()
10136 *use_extend = TRUE; in mips16_immed()
13580 bfd_boolean use_extend; in md_convert_frag() local
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mips.c132 bfd_boolean use_extend; member
1272 insn->use_extend = FALSE; in create_insn()
1299 if (insn->use_extend) in install_insn()
2614 && ! ip->use_extend in append_insn()
9727 &ip->use_extend, &ip->extend); in mips16_ip()
9901 ip->use_extend = TRUE; in mips16_ip()
10219 ip->use_extend = TRUE; in mips16_ip()
10382 *use_extend = FALSE; in mips16_immed()
10406 *use_extend = TRUE; in mips16_immed()
13686 bfd_boolean use_extend; in md_convert_frag() local
[all …]
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-96973320 (struct mips_cl_insn): Add use_extend and extend fields.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-96973320 (struct mips_cl_insn): Add use_extend and extend fields.