Searched refs:ImmHint (Results 1 – 9 of 9) sorted by relevance
1076 Instr Assembler::ImmHint(int imm7) {
237 V_(ImmHint, 11, 5, Bits) \
1243 switch (instr->ImmHint()) { in VisitSystem()
2974 inline static Instr ImmHint(int imm7);
2969 switch (instr->ImmHint()) { in VisitSystem()
2621 void Assembler::hint(SystemHint code) { Emit(HINT | ImmHint(code) | Rt(xzr)); } in hint()
128 V_(ImmHint, 11, 5, ExtractBits) \
3762 static Instr ImmHint(int imm7) { in ImmHint() function
1784 Emit(HINT | ImmHint(imm7) | Rt(xzr)); in hint()