blob: 1827d68eed11f5a0436955a7d021460446bf2efb [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 */
movsbl rINSTbl, rINST # rINST <- ssssssAA
testl rINST, rINST
jmp MterpCommonTakenBranch