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

/haiku-buildtools/binutils/gas/config/
H A Dtc-metag.c2407 ((value & IMM8_MASK) << 6));
3007 ((value & IMM8_MASK) << 6));
7084 newval = (newval & 0xffffc03f) | ((value & IMM8_MASK) << 6);
/haiku-buildtools/binutils/opcodes/
H A Dmetag-dis.c1237 value = (insn_word >> 6) & IMM8_MASK;
1565 value = (insn_word >> 6) & IMM8_MASK;
/haiku-buildtools/binutils/include/opcode/
H A Dmetag.h2058 #define IMM8_MASK 0xff macro

Completed in 106 milliseconds