Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dm68hc11.h432 unsigned int xg_mask; /* Mask with zero in register place for xgate. */ member
DChangeLog611 (struct m68hc11_opcode): Add xg_mask field.
/toolchain/binutils/binutils-2.25/opcodes/
Dm68hc11-dis.c260 if ((opcode->opcode != (code & opcode->xg_mask)) || (opcode->arch != cpuxgate)) in print_insn()