Home | History | Annotate | Download | only in quick

Lines Matching full:opcode

33   Instruction::Code opcode = mir->dalvikInsn.opcode;
41 int attrs = mir_graph_->oat_data_flow_attributes_[opcode];
75 switch (opcode) {
261 GenCmpFP(opcode, rl_dest, rl_src[0], rl_src[1]);
278 bool is_taken = EvaluateBranch(opcode, mir_graph_->ConstantValue(rl_src[0].orig_sreg),
289 GenCompareAndBranch(opcode, rl_src[0], rl_src[1], taken,
305 bool is_taken = EvaluateBranch(opcode, mir_graph_->ConstantValue(rl_src[0].orig_sreg), 0);
315 GenCompareZeroAndBranch(opcode, rl_src[0], taken, fall_through);
476 GenArithOpInt(opcode, rl_dest, rl_src[0], rl_src[0]);
481 GenArithOpLong(opcode, rl_dest, rl_src[0], rl_src[0]);
485 GenArithOpFloat(opcode, rl_dest, rl_src[0], rl_src[0]);
489 GenArithOpDouble(opcode, rl_dest, rl_src[0], rl_src[0]);
505 GenIntNarrowing(opcode, rl_dest, rl_src[0]);
518 GenConversion(opcode, rl_dest, rl_src[0]);
534 GenArithOpIntLit(opcode, rl_dest, rl_src[1],
538 GenArithOpIntLit(opcode, rl_dest, rl_src[0],
541 GenArithOpInt(opcode, rl_dest, rl_src[0], rl_src[1]);
559 GenArithOpIntLit(opcode, rl_dest, rl_src[0], mir_graph_->ConstantValue(rl_src[1]));
561 GenArithOpInt(opcode, rl_dest, rl_src[0], rl_src[1]);
576 GenArithImmOpLong(opcode, rl_dest, rl_src[0], rl_src[1]);
587 GenArithOpLong(opcode, rl_dest, rl_src[0], rl_src[1]);
597 GenShiftImmOpLong(opcode, rl_dest, rl_src[0], rl_src[1]);
599 GenShiftOpLong(opcode, rl_dest, rl_src[0], rl_src[1]);
613 GenArithOpFloat(opcode, rl_dest, rl_src[0], rl_src[1]);
626 GenArithOpDouble(opcode, rl_dest, rl_src[0], rl_src[1]);
648 GenArithOpIntLit(opcode, rl_dest, rl_src[0], vC);
652 LOG(FATAL) << "Unexpected opcode: " << opcode;
658 switch (static_cast<ExtendedMIROpcode>(mir->dalvikInsn.opcode)) {
698 block_label_list_[block_id].opcode = kPseudoNormalBlockLabel;
738 int opcode = mir->dalvikInsn.opcode;
752 if (opcode == kMirOpCheck) {
755 mir->dalvikInsn.opcode = work_half->dalvikInsn.opcode;
756 opcode = work_half->dalvikInsn.opcode;
760 work_half->dalvikInsn.opcode = static_cast<Instruction::Code>(kMirOpCheckPart2);
763 if (opcode >= kMirOpFirst) {