Home | History | Annotate | Download | only in aarch64

Lines Matching defs:hint

1779 void Assembler::hint(SystemHint code) { hint(static_cast<int>(code)); }
1782 void Assembler::hint(int imm7) {
1784 Emit(HINT | ImmHint(imm7) | Rt(xzr));
2528 hint(ESB);
2531 void Assembler::csdb() { hint(CSDB); }