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.h202 kMovw, enumerator
Dassembler-aarch32.h659 VIXL_ASSERT((type == kAdd) || (type == kMovt) || (type == kMovw) || in Delegate()
Ddisasm-aarch32.cc1944 os().SetCurrentInstruction(kMovw, kNoAttribute); in movw()
1945 os() << ToCString(kMovw) << ConditionPrinter(it_block_, cond) << " " << rd in movw()
Dassembler-aarch32.cc7381 Delegate(kMovw, &Assembler::movw, cond, rd, operand); in movw()