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

/art/runtime/
H A Ddex_instruction-inl.h249 case k22b: return VRegB_22b();
302 inline uint8_t Instruction::VRegB_22b() const { function in class:art::Instruction
H A Ddex_instruction.cc234 case k22b: os << StringPrintf("%s v%d, v%d, #%+d", opcode, VRegA_22b(), VRegB_22b(), VRegC_22b()); break;
H A Ddex_instruction.h346 uint8_t VRegB_22b() const;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc2318 SafeAdd(shadow_frame.GetVReg(inst->VRegB_22b()),
2326 shadow_frame.GetVReg(inst->VRegB_22b())));
2332 SafeMul(shadow_frame.GetVReg(inst->VRegB_22b()),
2339 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b());
2346 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b());
2353 shadow_frame.GetVReg(inst->VRegB_22b()) &
2360 shadow_frame.GetVReg(inst->VRegB_22b()) |
2367 shadow_frame.GetVReg(inst->VRegB_22b()) ^
2374 shadow_frame.GetVReg(inst->VRegB_22b()) <<
2381 shadow_frame.GetVReg(inst->VRegB_22b()) >>
[all...]
H A Dinterpreter_switch_impl.cc2149 SafeAdd(shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b()));
2155 SafeSub(inst->VRegC_22b(), shadow_frame.GetVReg(inst->VRegB_22b())));
2161 SafeMul(shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b()));
2167 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b());
2174 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b());
2181 shadow_frame.GetVReg(inst->VRegB_22b()) &
2188 shadow_frame.GetVReg(inst->VRegB_22b()) |
2195 shadow_frame.GetVReg(inst->VRegB_22b()) ^
2202 shadow_frame.GetVReg(inst->VRegB_22b()) <<
2209 shadow_frame.GetVReg(inst->VRegB_22b()) >>
[all...]
/art/runtime/verifier/
H A Dregister_line.cc317 const uint32_t vregB = is_lit16 ? inst->VRegB_22s() : inst->VRegB_22b();

Completed in 110 milliseconds