Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc765 case kVrintz: in ToCString()
Dconstants-aarch32.h487 kVrintz, enumerator
Dassembler-aarch32.h703 (type == kVrintp) || (type == kVrintx) || (type == kVrintz)); in Delegate()
1152 (type == kVrintz) || (type == kVrsqrte) || (type == kVsqrt) || in Delegate()
1180 (type == kVrintx) || (type == kVrintz) || (type == kVsqrt)); in Delegate()
Ddisasm-aarch32.cc6272 os().SetCurrentInstruction(kVrintz, kFpNeon); in vrintz()
6273 os() << ToCString(kVrintz) << ConditionPrinter(it_block_, cond) << dt << " " in vrintz()
6278 os().SetCurrentInstruction(kVrintz, kFpNeon); in vrintz()
6279 os() << ToCString(kVrintz) << dt << " " << rd << ", " << rm; in vrintz()
6286 os().SetCurrentInstruction(kVrintz, kFpNeon); in vrintz()
6287 os() << ToCString(kVrintz) << ConditionPrinter(it_block_, cond) << dt << " " in vrintz()
Dassembler-aarch32.cc24665 Delegate(kVrintz, &Assembler::vrintz, cond, dt, rd, rm); in vrintz()
24688 Delegate(kVrintz, &Assembler::vrintz, dt, rd, rm); in vrintz()
24712 Delegate(kVrintz, &Assembler::vrintz, cond, dt, rd, rm); in vrintz()