Searched refs:kVmov (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 661 case kVmov: in ToCString()
|
D | constants-aarch32.h | 435 kVmov, enumerator
|
D | macro-assembler-aarch32.cc | 1319 if (type == kVmov) { in Delegate() 1350 if (type == kVmov) { in Delegate() 1496 if (type == kVmov) { in Delegate()
|
D | assembler-aarch32.h | 1260 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 …]
|
D | disasm-aarch32.cc | 5243 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 …]
|
D | assembler-aarch32.cc | 20807 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 …]
|