Searched refs:kVcvtb (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 597 case kVcvtb: in ToCString()
|
D | constants-aarch32.h | 403 kVcvtb, enumerator
|
D | assembler-aarch32.h | 1282 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()
|
D | disasm-aarch32.cc | 4525 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()
|
D | assembler-aarch32.cc | 16774 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()
|