Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dmetag-dis.c1156 value = (insn_word >> 5) & IMM19_MASK; in print_callr()
1359 value = (insn_word >> 5) & IMM19_MASK; in print_branch()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-metag.c2198 ((value & IMM19_MASK) << 5)); in parse_callr()
2720 ((value & IMM19_MASK) << 5)); in parse_branch()
7131 newval = (newval & 0xff00001f) | ((value & IMM19_MASK) << 5); in md_apply_fix()
/toolchain/binutils/binutils-2.25/include/opcode/
Dmetag.h2052 #define IMM19_MASK 0x7ffff macro