Searched refs:prefetch_mode (Results 1 – 1 of 1) sorted by relevance
10678 std::bitset<4> prefetch_mode(instr->GetSVEImmPrefetchOperation()); in SubstitutePrefetchField() local10679 AppendToOutput("#0b%s", prefetch_mode.to_string().c_str()); in SubstitutePrefetchField()10681 std::bitset<5> prefetch_mode(instr->GetImmPrefetchOperation()); in SubstitutePrefetchField() local10682 AppendToOutput("#0b%s", prefetch_mode.to_string().c_str()); in SubstitutePrefetchField()