Searched refs:VRegC_22b (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Ddex_instruction-inl.h416 case k22b: return VRegC_22b();
431 inline int8_t Instruction::VRegC_22b() const { function in class:art::Instruction
H A Ddex_instruction.cc256 case k22b: os << StringPrintf("%s v%d, v%d, #%+d", opcode, VRegA_22b(), VRegB_22b(), VRegC_22b()); break;
H A Ddex_instruction.h420 int8_t VRegC_22b() const;
/art/runtime/interpreter/
H A Dinterpreter_switch_impl.cc2274 SafeAdd(shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b()));
2280 SafeSub(inst->VRegC_22b(), shadow_frame.GetVReg(inst->VRegB_22b())));
2286 SafeMul(shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b()));
2292 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b());
2299 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b());
2307 inst->VRegC_22b());
2314 inst->VRegC_22b());
2321 inst->VRegC_22b());
2328 (inst->VRegC_22b() & 0x1f));
2335 (inst->VRegC_22b()
[all...]
/art/runtime/verifier/
H A Dregister_line.cc321 const uint32_t val = is_lit16 ? inst->VRegC_22s() : inst->VRegC_22b();
/art/compiler/optimizing/
H A Dinstruction_builder.cc583 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22b(), dex_pc);

Completed in 171 milliseconds