Searched refs:SystemHint (Results 1 – 10 of 10) sorted by relevance
720 void MacroAssembler::Hint(SystemHint code) { in Hint()
385 enum SystemHint { enum
1348 inline void Hint(SystemHint code);
1719 void hint(SystemHint code);
2621 void Assembler::hint(SystemHint code) { Emit(HINT | ImmHint(code) | Rt(xzr)); } in hint()
301 enum SystemHint { enum
2121 void hint(SystemHint code);
1591 void Hint(SystemHint code) { in Hint()
1779 void Assembler::hint(SystemHint code) { hint(static_cast<int>(code)); } in hint()
473 void hint(SystemHint code)