Home
last modified time | relevance | path

Searched refs:INSN_OCTEON (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/opcode/
HDmips.h538 #define INSN_OCTEON 0x08000000 macro
604 || (cpu == CPU_OCTEON && ((insn)->membership & INSN_OCTEON) != 0) \
/freebsd-11-stable/contrib/binutils/opcodes/
HDmips-dis.c467 ISA_MIPS64R2 | INSN_OCTEON, mips_cp0_names_octeon,
HDmips-opc.c93 #define IOCTEON INSN_OCTEON
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-mips.c8711 && (insn->membership & INSN_OCTEON) != INSN_OCTEON) in mips_ip()