Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc597 case kVcvtb: in ToCString()
Dconstants-aarch32.h403 kVcvtb, enumerator
Dassembler-aarch32.h1282 VIXL_ASSERT((type == kVcvt) || (type == kVcvtb) || (type == kVcvtt)); in Delegate()
1293 VIXL_ASSERT((type == kVcvt) || (type == kVcvtb) || (type == kVcvtr) || in Delegate()
1385 VIXL_ASSERT((type == kVcvt) || (type == kVcvtb) || (type == kVcvtr) || in Delegate()
Ddisasm-aarch32.cc4525 os().SetCurrentInstruction(kVcvtb, kFpNeon); in vcvtb()
4526 os() << ToCString(kVcvtb) << ConditionPrinter(it_block_, cond) << dt1 << dt2 in vcvtb()
4532 os().SetCurrentInstruction(kVcvtb, kFpNeon); in vcvtb()
4533 os() << ToCString(kVcvtb) << ConditionPrinter(it_block_, cond) << dt1 << dt2 in vcvtb()
4539 os().SetCurrentInstruction(kVcvtb, kFpNeon); in vcvtb()
4540 os() << ToCString(kVcvtb) << ConditionPrinter(it_block_, cond) << dt1 << dt2 in vcvtb()
Dassembler-aarch32.cc16774 Delegate(kVcvtb, &Assembler::vcvtb, cond, dt1, dt2, rd, rm); in vcvtb()
16796 Delegate(kVcvtb, &Assembler::vcvtb, cond, dt1, dt2, rd, rm); in vcvtb()
16818 Delegate(kVcvtb, &Assembler::vcvtb, cond, dt1, dt2, rd, rm); in vcvtb()