Home | History | Annotate | Download | only in opcode

Lines Matching full:membership

756   unsigned long membership;
1151 They are only for use in the opcodes table to indicate membership of
1163 ISAs. One approach to solve this would be to describe in the membership
1434 /* Test for membership in an ISA including chip specific ISAs. INSN
1447 && (insn->membership & INSN_ISA_MASK) != 0
1449 >> ((insn->membership & INSN_ISA_MASK) - 1)) & 1) != 0)
1457 if (cpu_is_member (cpu, insn->membership))