Searched refs:VRegB_12x (Results 1 – 8 of 8) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 181 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl() 199 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl() 217 shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl() 500 Object* array = shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data)); in ExecuteGotoImpl() 1614 inst->VRegA_12x(inst_data), -shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl() 1620 inst->VRegA_12x(inst_data), ~shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl() 1626 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl() 1632 inst->VRegA_12x(inst_data), ~shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl() 1638 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl() 1644 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegDouble(inst->VRegB_12x(inst_data))); in ExecuteGotoImpl() [all …]
|
D | interpreter_switch_impl.cc | 93 shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl() 111 shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl() 129 shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl() 404 Object* array = shadow_frame.GetVRegReference(inst->VRegB_12x(inst_data)); in ExecuteSwitchImpl() 1447 inst->VRegA_12x(inst_data), -shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl() 1453 inst->VRegA_12x(inst_data), ~shadow_frame.GetVReg(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl() 1459 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl() 1465 inst->VRegA_12x(inst_data), ~shadow_frame.GetVRegLong(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl() 1471 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegFloat(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl() 1477 inst->VRegA_12x(inst_data), -shadow_frame.GetVRegDouble(inst->VRegB_12x(inst_data))); in ExecuteSwitchImpl() [all …]
|
/art/runtime/verifier/ |
D | register_line.cc | 203 if (VerifyRegisterType(verifier, inst->VRegB_12x(), src_type)) { in CheckUnaryOp() 211 if (VerifyRegisterTypeWide(verifier, inst->VRegB_12x(), src_type1, src_type2)) { in CheckUnaryOpWide() 219 if (VerifyRegisterType(verifier, inst->VRegB_12x(), src_type)) { in CheckUnaryOpToWide() 227 if (VerifyRegisterTypeWide(verifier, inst->VRegB_12x(), src_type1, src_type2)) { in CheckUnaryOpFromWide() 275 const uint32_t vregB = inst->VRegB_12x(); in CheckBinaryOp2addr() 295 const uint32_t vregB = inst->VRegB_12x(); in CheckBinaryOp2addrWide() 306 const uint32_t vregB = inst->VRegB_12x(); in CheckBinaryOp2addrWideShift()
|
D | method_verifier.cc | 1676 work_line_->CopyRegister1(this, inst->VRegA_12x(), inst->VRegB_12x(), kTypeCategory1nr); in CodeFlowVerifyInstruction() 1685 work_line_->CopyRegister2(this, inst->VRegA_12x(), inst->VRegB_12x()); in CodeFlowVerifyInstruction() 1694 work_line_->CopyRegister1(this, inst->VRegA_12x(), inst->VRegB_12x(), kTypeCategoryRef); in CodeFlowVerifyInstruction() 1980 const RegType& res_type = work_line_->GetRegisterType(this, inst->VRegB_12x()); in CodeFlowVerifyInstruction() 2227 update_line->SetRegisterType(this, move_inst->VRegB_12x(), cast_type); in CodeFlowVerifyInstruction()
|
/art/runtime/ |
D | dex_instruction.h | 339 uint4_t VRegB_12x() const { in VRegB_12x() function 340 return VRegB_12x(Fetch16(0)); in VRegB_12x() 370 uint4_t VRegB_12x(uint16_t inst_data) const;
|
D | dex_instruction-inl.h | 244 case k12x: return VRegB_12x(); in VRegB() 277 inline uint4_t Instruction::VRegB_12x(uint16_t inst_data) const { in VRegB_12x() function
|
D | dex_instruction.cc | 159 case k12x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_12x(), VRegB_12x()); break; in DumpString()
|
/art/compiler/optimizing/ |
D | builder.cc | 2174 HInstruction* object = LoadLocal(instruction.VRegB_12x(), Primitive::kPrimNot); in AnalyzeDexInstruction()
|