blob: 68fc83d0caf00a1f51f2c65bcc49bc247f6eb457 [file] [log] [blame]
/*
* Unconditional branch, 8-bit offset.
*
* The branch distance is a signed code-unit offset, which we need to
* double to get a byte offset.
*/
/* goto +AA */
srl rINST, rINST, 8
seb rINST, rINST # rINST <- offset (sign-extended AA)
b MterpCommonTakenBranchNoFlags