Home | History | Annotate | Download | only in a64

Lines Matching refs:imm26

691   void b(int imm26);
700 void bl(int imm26);
1469 static Instr ImmUncondBranch(int imm26) {
1470 VIXL_ASSERT(is_int26(imm26));
1471 return truncate_to_int26(imm26) << ImmUncondBranch_offset;