Home
last modified time | relevance | path

Searched refs:kVeor (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc613 case kVeor: in ToCString()
Dconstants-aarch32.h411 kVeor, enumerator
Dassembler-aarch32.h1092 (type == kVdiv) || (type == kVeor) || (type == kVfma) || in Delegate()
1117 (type == kVeor) || (type == kVfma) || (type == kVfms) || in Delegate()
Ddisasm-aarch32.cc4735 os().SetCurrentInstruction(kVeor, kFpNeon); in veor()
4736 os() << ToCString(kVeor) << ConditionPrinter(it_block_, cond) << dt; in veor()
4746 os().SetCurrentInstruction(kVeor, kFpNeon); in veor()
4747 os() << ToCString(kVeor) << ConditionPrinter(it_block_, cond) << dt; in veor()
Dassembler-aarch32.cc17432 Delegate(kVeor, &Assembler::veor, cond, dt, rd, rn, rm); in veor()
17456 Delegate(kVeor, &Assembler::veor, cond, dt, rd, rn, rm); in veor()