blob: ae560663522183cf3f2d471d1da6e7eb5c333554 [file] [log] [blame]
/*
* Unconditional branch, 16-bit offset.
*
* The branch distance is a signed code-unit offset, which we need to
* double to get a byte offset.
*/
/* goto/16 +AAAA */
lh rINST, 2(rPC) # rINST <- offset (sign-extended AAAA)
b MterpCommonTakenBranchNoFlags