Searched refs:kBic (Results 1 – 6 of 6) sorted by relevance
63 case kBic: in ToCString()
132 kBic, enumerator
1303 (type == kBic) || (type == kBics) || (type == kEor) || (type == kEors) || in Delegate()
628 (type == kAsr) || (type == kAsrs) || (type == kBic) || in Delegate()
1293 os().SetCurrentInstruction(kBic, kBitwise); in bic()1294 os() << ToCString(kBic) << ConditionPrinter(it_block_, cond) << size; in bic()
3106 Delegate(kBic, &Assembler::bic, cond, size, rd, rn, operand); in bic()