Home | History | Annotate | Download | only in arm64

Lines Matching refs:BLR

357   //   blr xzr
370 // blr xzr
400 // blr xzr
404 // instruction following the offending blr.
897 // 4: blr xzr
935 Emit(BLR | Rn(xzr));
960 void Assembler::blr(const Register& xn) {
963 // The pattern 'blr xzr' is used as a guard to detect when execution falls
966 Emit(BLR | Rn(xn));