Searched refs:kVsub (Results 1 - 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc821 case kVsub:
H A Dconstants-aarch32.h511 kVsub, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1065 (type == kVrsqrts) || (type == kVsub) || (type == kVtst));
1087 (type == kVrsqrts) || (type == kVsub) || (type == kVtst));
1158 (type == kVsub));
H A Dassembler-aarch32.cc26041 Delegate(kVsub, &Assembler::vsub, cond, dt, rd, rn, rm);
26086 Delegate(kVsub, &Assembler::vsub, cond, dt, rd, rn, rm);
26109 Delegate(kVsub, &Assembler::vsub, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc6860 os().SetCurrentInstruction(kVsub, kFpNeon);
6861 os() << ToCString(kVsub) << ConditionPrinter(it_block_, cond) << dt;
6871 os().SetCurrentInstruction(kVsub, kFpNeon);
6872 os() << ToCString(kVsub) << ConditionPrinter(it_block_, cond) << dt;
6882 os().SetCurrentInstruction(kVsub, kFpNeon);
6883 os() << ToCString(kVsub) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 386 milliseconds