Home | History | Annotate | Download | only in arm64

Lines Matching refs:HINT

1755 void Assembler::hint(SystemHint code) {
1756 Emit(HINT | ImmHint(code) | Rt(xzr));