Home | History | Annotate | Download | only in a64

Lines Matching refs:HINT

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