Home | History | Annotate | Download | only in aarch64

Lines Matching refs:imm5

2796   static Instr ImmPrefetchOperation(int imm5) {
2797 VIXL_ASSERT(IsUint5(imm5));
2798 return imm5 << ImmPrefetchOperation_offset;
3018 int imm5 = (index << (s + 1)) | (1 << s);
3019 return imm5 << ImmNEON5_offset;