Home | History | Annotate | Download | only in aarch64

Lines Matching refs:imm9

2779   static Instr ImmLS(int64_t imm9) {
2780 VIXL_ASSERT(IsInt9(imm9));
2781 return TruncateToUint9(imm9) << ImmLS_offset;