Searched refs:kBkpt (Results 1 – 5 of 5) sorted by relevance
67 case kBkpt: in ToCString()
138 kBkpt, enumerator
741 VIXL_ASSERT((type == kBkpt) || (type == kHlt) || (type == kHvc) || in Delegate()
1325 os().SetCurrentInstruction(kBkpt, kSystem); in bkpt()1326 os() << ToCString(kBkpt) << ConditionPrinter(it_block_, cond) << " " in bkpt()
3444 Delegate(kBkpt, &Assembler::bkpt, cond, imm); in bkpt()