blob: 9749901f5a7a46d889de27ec1d43c29b151d1378 [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 */
movsbq rINSTbl, rINSTq # rINSTq <- ssssssAA
testq rINSTq, rINSTq
jmp MterpCommonTakenBranch