Home | History | Annotate | Download | only in aarch64

Lines Matching defs:hint

2078         // Fall back to 'hint #<imm7>'.
2080 mnemonic = "hint";
5449 // Use the prefetch hint to decide how to print the address.
5458 case 0x3: // Unallocated hint.
5667 unsigned hint = instr->GetPrefetchHint();
5671 if ((hint >= ArrayLength(hints)) || (target > 3)) {
5682 AppendToOutput("p%sl%d%s", hints[hint], target, stream_options[stream]);