Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc677 case kVneg: in ToCString()
Dconstants-aarch32.h443 kVneg, enumerator
Dassembler-aarch32.h1129 (type == kVcnt) || (type == kVneg) || (type == kVpadal) || in Delegate()
1145 (type == kVcnt) || (type == kVneg) || (type == kVpadal) || in Delegate()
1159 VIXL_ASSERT((type == kVabs) || (type == kVneg) || (type == kVsqrt)); in Delegate()
Ddisasm-aarch32.cc5457 os().SetCurrentInstruction(kVneg, kFpNeon); in vneg()
5458 os() << ToCString(kVneg) << ConditionPrinter(it_block_, cond) << dt << " " in vneg()
5466 os().SetCurrentInstruction(kVneg, kFpNeon); in vneg()
5467 os() << ToCString(kVneg) << ConditionPrinter(it_block_, cond) << dt << " " in vneg()
5475 os().SetCurrentInstruction(kVneg, kFpNeon); in vneg()
5476 os() << ToCString(kVneg) << ConditionPrinter(it_block_, cond) << dt << " " in vneg()
Dassembler-aarch32.cc21706 Delegate(kVneg, &Assembler::vneg, cond, dt, rd, rm); in vneg()
21735 Delegate(kVneg, &Assembler::vneg, cond, dt, rd, rm); in vneg()
21756 Delegate(kVneg, &Assembler::vneg, cond, dt, rd, rm); in vneg()