Searched refs:kDsb (Results 1 – 5 of 5) sorted by relevance
103 case kDsb: in ToCString()
156 kDsb, enumerator
835 VIXL_ASSERT((type == kDmb) || (type == kDsb) || (type == kIsb)); in Delegate()
1458 os().SetCurrentInstruction(kDsb, kNoAttribute); in dsb()1459 os() << ToCString(kDsb) << ConditionPrinter(it_block_, cond) << " " << option; in dsb()
4184 Delegate(kDsb, &Assembler::dsb, cond, option); in dsb()