Home
last modified time | relevance | path

Searched refs:kVmov (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc661 case kVmov: in ToCString()
Dconstants-aarch32.h435 kVmov, enumerator
Dmacro-assembler-aarch32.cc1319 if (type == kVmov) { in Delegate()
1350 if (type == kVmov) { in Delegate()
1496 if (type == kVmov) { in Delegate()
Dassembler-aarch32.h1260 VIXL_ASSERT((type == kVcmp) || (type == kVcmpe) || (type == kVmov)); in Delegate()
1270 VIXL_ASSERT((type == kVcmp) || (type == kVcmpe) || (type == kVmov) || in Delegate()
1646 VIXL_ASSERT((type == kVmov)); in Delegate()
1655 VIXL_ASSERT((type == kVmov)); in Delegate()
1665 VIXL_ASSERT((type == kVmov)); in Delegate()
1675 VIXL_ASSERT((type == kVmov)); in Delegate()
1686 VIXL_ASSERT((type == kVmov)); in Delegate()
1697 VIXL_ASSERT((type == kVmov)); in Delegate()
1707 VIXL_ASSERT((type == kVmov)); in Delegate()
1717 VIXL_ASSERT((type == kVmov) || (type == kVmvn)); in Delegate()
[all …]
Ddisasm-aarch32.cc5243 os().SetCurrentInstruction(kVmov, kFpNeon); in vmov()
5244 os() << ToCString(kVmov) << ConditionPrinter(it_block_, cond) << " " << rt in vmov()
5249 os().SetCurrentInstruction(kVmov, kFpNeon); in vmov()
5250 os() << ToCString(kVmov) << ConditionPrinter(it_block_, cond) << " " << rn in vmov()
5258 os().SetCurrentInstruction(kVmov, kFpNeon); in vmov()
5259 os() << ToCString(kVmov) << ConditionPrinter(it_block_, cond) << " " << rt in vmov()
5267 os().SetCurrentInstruction(kVmov, kFpNeon); in vmov()
5268 os() << ToCString(kVmov) << ConditionPrinter(it_block_, cond) << " " << rm in vmov()
5274 os().SetCurrentInstruction(kVmov, kFpNeon); in vmov()
5275 os() << ToCString(kVmov) << ConditionPrinter(it_block_, cond) << " " << rt in vmov()
[all …]
Dassembler-aarch32.cc20807 Delegate(kVmov, &Assembler::vmov, cond, rt, rn); in vmov()
20828 Delegate(kVmov, &Assembler::vmov, cond, rn, rt); in vmov()
20851 Delegate(kVmov, &Assembler::vmov, cond, rt, rt2, rm); in vmov()
20874 Delegate(kVmov, &Assembler::vmov, cond, rm, rt, rt2); in vmov()
20900 Delegate(kVmov, &Assembler::vmov, cond, rt, rt2, rm, rm1); in vmov()
20926 Delegate(kVmov, &Assembler::vmov, cond, rm, rm1, rt, rt2); in vmov()
20956 Delegate(kVmov, &Assembler::vmov, cond, dt, rd, rt); in vmov()
21051 Delegate(kVmov, &Assembler::vmov, cond, dt, rd, operand); in vmov()
21113 Delegate(kVmov, &Assembler::vmov, cond, dt, rd, operand); in vmov()
21161 Delegate(kVmov, &Assembler::vmov, cond, dt, rd, operand); in vmov()
[all …]