Home | History | Annotate | Download | only in c
      1 HANDLE_OPCODE(OP_DISPATCH_FF)
      2     /*
      3      * Indicates extended opcode.  Use next 8 bits to choose where to branch.
      4      */
      5     DISPATCH_EXTENDED(INST_AA(inst));
      6 OP_END
      7