Home | History | Annotate | Download | only in mips64
      1     /*
      2      * Unconditional branch, 16-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/16 +AAAA */
      8     lh      rINST, 2(rPC)               # rINST <- offset (sign-extended AAAA)
      9     b       MterpCommonTakenBranchNoFlags
     10