Searched defs:sopcode32 (Results 1 – 2 of 2) sorted by relevance
383 struct sopcode32 struct385 enum isa isa; /* Execution mode instruction availability. */386 arm_feature_set arch; /* Architecture defining this insn. */387 unsigned long value; /* If arch is 0 then value is a sentinel. */388 unsigned long mask; /* Recognise insn if (op & mask) == value. */389 const char * assembler; /* How to disassemble this insn. */