Searched refs:kVneg (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 677 case kVneg: in ToCString()
|
D | constants-aarch32.h | 443 kVneg, enumerator
|
D | assembler-aarch32.h | 1148 (type == kVcnt) || (type == kVneg) || (type == kVpadal) || in Delegate() 1165 (type == kVcnt) || (type == kVneg) || (type == kVpadal) || in Delegate() 1179 VIXL_ASSERT((type == kVabs) || (type == kVneg) || (type == kVrintr) || in Delegate()
|
D | disasm-aarch32.cc | 5468 os().SetCurrentInstruction(kVneg, kFpNeon); in vneg() 5469 os() << ToCString(kVneg) << ConditionPrinter(it_block_, cond) << dt << " " in vneg() 5477 os().SetCurrentInstruction(kVneg, kFpNeon); in vneg() 5478 os() << ToCString(kVneg) << ConditionPrinter(it_block_, cond) << dt << " " in vneg() 5486 os().SetCurrentInstruction(kVneg, kFpNeon); in vneg() 5487 os() << ToCString(kVneg) << ConditionPrinter(it_block_, cond) << dt << " " in vneg()
|
D | assembler-aarch32.cc | 21721 Delegate(kVneg, &Assembler::vneg, cond, dt, rd, rm); in vneg() 21750 Delegate(kVneg, &Assembler::vneg, cond, dt, rd, rm); in vneg() 21771 Delegate(kVneg, &Assembler::vneg, cond, dt, rd, rm); in vneg()
|