Home | History | Annotate | Download | only in x86
      1 /*
      2  * Unconditional branch, 8-bit offset.
      3  *
      4  * The branch distance is a signed code-unit offset, which we need to
      5  * double to get a byte offset.
      6  */
      7     /* goto +AA */
      8     movsbl  rINSTbl, rINST                  # rINST <- ssssssAA
      9     testl   rINST, rINST
     10     jmp     MterpCommonTakenBranch
     11