Home
last modified time | relevance | path

Searched refs:INSN_DSPR2 (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/binutils/include/opcode/
Dmips.h536 #define INSN_DSPR2 0x20000000 macro
DChangeLog50 (INSN_DSPR2): Add flag for DSP R2 instructions.
/freebsd-9-stable/contrib/binutils/opcodes/
Dmips-dis.c440 (ISA_MIPS32R2 | INSN_MIPS16 | INSN_SMARTMIPS | INSN_DSP | INSN_DSPR2
454 (ISA_MIPS64R2 | INSN_MIPS16 | INSN_MIPS3D | INSN_DSP | INSN_DSPR2
Dmips-opc.c154 #define D33 INSN_DSPR2
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-mips.c3383 | (mips_opts.ase_dspr2 ? INSN_DSPR2 : 0) in macro_build()
8630 | (mips_opts.ase_dspr2 ? INSN_DSPR2 : 0) in mips_ip()