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

/freebsd-10.2-release/contrib/binutils/gas/config/
H A Ditbl-mips.h33 #define MIPS_ENCODE_COP_NUM(z) ((MIPS_OPCODE_COP0|z<<1)<<25) macro
37 #define MIPS_DECODE_COP_COFUN(insn) ((~MIPS_ENCODE_COP_NUM(3))&(insn))
42 #define ITBL_ENCODE_PNUM(pnum) MIPS_ENCODE_COP_NUM(pnum)

Completed in 105 milliseconds