Searched refs:kMov (Results 1 - 9 of 9) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc189 case kMov:
H A Dconstants-aarch32.h195 kMov, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc992 VIXL_ASSERT((type == kCmn) || (type == kCmp) || (type == kMov) ||
997 VIXL_ASSERT((type != kMov) || (type != kMovs));
1034 case kMov:
1044 } else if (type == kMov) {
H A Dassembler-aarch32.h768 VIXL_ASSERT((type == kCmn) || (type == kCmp) || (type == kMov) ||
H A Dassembler-aarch32.cc6558 Delegate(kMov, &Assembler::mov, cond, size, rd, operand);
H A Ddisasm-aarch32.cc1910 os().SetCurrentInstruction(kMov, kNoAttribute);
1911 os() << ToCString(kMov) << ConditionPrinter(it_block_, cond) << size << " "
[all...]
/external/v8/src/interpreter/
H A Dbytecode-register-optimizer.cc277 BytecodeNode node(Bytecode::kMov, operand0, operand1, source_info);
H A Dbytecode-array-builder.cc429 register_optimizer_->DoMov(from, to, CurrentSourcePosition(Bytecode::kMov));
H A Dbytecodes.h433 return bytecode == Bytecode::kMov || bytecode == Bytecode::kPopContext ||

Completed in 359 milliseconds