Home
last modified time | relevance | path

Searched refs:MICROMIPSOP_MASK_MD (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h1945 #define MICROMIPSOP_MASK_MD 0x7 macro
DChangeLog827 (MICROMIPSOP_MASK_MD, MICROMIPSOP_SH_MD): Likewise.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c17677 regno = (insn >> MICROMIPSOP_SH_MD) & MICROMIPSOP_MASK_MD; in md_convert_frag()