Home
last modified time | relevance | path

Searched refs:kMov (Results 1 – 8 of 8) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc189 case kMov: in ToCString()
Dconstants-aarch32.h195 kMov, enumerator
Dmacro-assembler-aarch32.cc992 VIXL_ASSERT((type == kCmn) || (type == kCmp) || (type == kMov) || in Delegate()
997 VIXL_ASSERT((type != kMov) || (type != kMovs)); in Delegate()
1034 case kMov: in Delegate()
1044 } else if (type == kMov) { in Delegate()
Dassembler-aarch32.h768 VIXL_ASSERT((type == kCmn) || (type == kCmp) || (type == kMov) || in Delegate()
Ddisasm-aarch32.cc1910 os().SetCurrentInstruction(kMov, kNoAttribute); in mov()
1911 os() << ToCString(kMov) << ConditionPrinter(it_block_, cond) << size << " " in mov()
Dassembler-aarch32.cc6558 Delegate(kMov, &Assembler::mov, cond, size, rd, operand); in mov()
/external/v8/src/interpreter/
Dbytecodes.h526 return bytecode == Bytecode::kMov || bytecode == Bytecode::kPopContext || in IsRegisterLoadWithoutEffects()
Dbytecode-array-builder.cc490 register_optimizer_->DoMov(from, to, CurrentSourcePosition(Bytecode::kMov)); in MoveRegister()