Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc195 case kMovw: in ToCString()
Dconstants-aarch32.h198 kMovw, enumerator
Dassembler-aarch32.h643 VIXL_ASSERT((type == kAdd) || (type == kMovt) || (type == kMovw) || in Delegate()
Ddisasm-aarch32.cc1931 os().SetCurrentInstruction(kMovw, kNoAttribute); in movw()
1932 os() << ToCString(kMovw) << ConditionPrinter(it_block_, cond) << " " << rd in movw()
Dassembler-aarch32.cc6746 Delegate(kMovw, &Assembler::movw, cond, rd, operand); in movw()