commit | 61f82dcb030b351624e9da3cdd950500cd11b2a3 | [log] [tgz] |
---|---|---|
author | Indu Bhagat <indu.bhagat@oracle.com> | Thu Jul 18 20:24:26 2024 -0700 |
committer | Indu Bhagat <indu.bhagat@oracle.com> | Thu Jul 18 20:54:14 2024 -0700 |
tree | a92a83ed63300444e1e07494c8166dc96a29aecf | |
parent | 7ecbb8589317cddebc075ae2d14040ec1477b718 [diff] |
opcodes: aarch64: add flags to denote subclasses of uncond branches Use the two new subclass flags: F_BRANCH_CALL, F_BRANCH_RET, to indicate call to and return from subroutine respectively. opcodes/ * aarch64-tbl.h: Use the new F_BRANCH_* flags.