Home | History | Annotate | Download | only in arm64

Lines Matching defs:blr

363   //   blr xzr
376 // blr xzr
406 // blr xzr
410 // instruction following the offending blr.
921 // 4: blr xzr
959 Emit(BLR | Rn(xzr));
983 void Assembler::blr(const Register& xn) {
985 // The pattern 'blr xzr' is used as a guard to detect when execution falls
988 Emit(BLR | Rn(xn));