Searched refs:kBic (Results 1 – 6 of 6) sorted by relevance
63 case kBic: in ToCString()
136 kBic, enumerator
1007 (type == kBic) || (type == kBics) || (type == kEor) || (type == kEors) || in Delegate()
644 (type == kAsr) || (type == kAsrs) || (type == kBic) || in Delegate()
1301 os().SetCurrentInstruction(kBic, kBitwise); in bic()1302 os() << ToCString(kBic) << ConditionPrinter(it_block_, cond) << size; in bic()
3335 Delegate(kBic, &Assembler::bic, cond, size, rd, rn, operand); in bic()