Relates :
|
|
Relates :
|
(src >>> shift) | (src << (32 - shift)) and (src >>> shift) | (src << (0 - shift)) with src an int have some support in the aarch64.ad ad file: rorI_rReg_Var_C_32 and rorI_rReg_Var_C0 but their definitions is broken and never match any ideal graph subtree.