Searched refs:kVqneg (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 719 case kVqneg: in ToCString()
|
D | constants-aarch32.h | 464 kVqneg, enumerator
|
D | assembler-aarch32.h | 1149 (type == kVpaddl) || (type == kVqabs) || (type == kVqneg) || in Delegate() 1166 (type == kVpaddl) || (type == kVqabs) || (type == kVqneg) || in Delegate()
|
D | disasm-aarch32.cc | 5846 os().SetCurrentInstruction(kVqneg, kFpNeon); in vqneg() 5847 os() << ToCString(kVqneg) << ConditionPrinter(it_block_, cond) << dt << " " in vqneg() 5855 os().SetCurrentInstruction(kVqneg, kFpNeon); in vqneg() 5856 os() << ToCString(kVqneg) << ConditionPrinter(it_block_, cond) << dt << " " in vqneg()
|
D | assembler-aarch32.cc | 23061 Delegate(kVqneg, &Assembler::vqneg, cond, dt, rd, rm); in vqneg() 23088 Delegate(kVqneg, &Assembler::vqneg, cond, dt, rd, rm); in vqneg()
|