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

/art/runtime/
H A Ddex_instruction.h272 uint4_t VRegA_22s() const { function in class:art::Instruction
273 return VRegA_22s(Fetch16(0));
318 uint4_t VRegA_22s(uint16_t inst_data) const;
H A Ddex_instruction-inl.h71 case k22s: return VRegA_22s();
149 inline uint4_t Instruction::VRegA_22s(uint16_t inst_data) const { function in class:art::Instruction
H A Ddex_instruction.cc236 case k22s: os << StringPrintf("%s v%d, v%d, #%+d", opcode, VRegA_22s(), VRegB_22s(), VRegC_22s()); break;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc2259 shadow_frame.SetVReg(inst->VRegA_22s(inst_data),
2266 shadow_frame.SetVReg(inst->VRegA_22s(inst_data),
2273 shadow_frame.SetVReg(inst->VRegA_22s(inst_data),
2281 shadow_frame, inst->VRegA_22s(inst_data), shadow_frame.GetVReg(inst->VRegB_22s(inst_data)),
2289 shadow_frame, inst->VRegA_22s(inst_data), shadow_frame.GetVReg(inst->VRegB_22s(inst_data)),
2296 shadow_frame.SetVReg(inst->VRegA_22s(inst_data),
2303 shadow_frame.SetVReg(inst->VRegA_22s(inst_data),
2310 shadow_frame.SetVReg(inst->VRegA_22s(inst_data),
H A Dinterpreter_switch_impl.cc2090 shadow_frame.SetVReg(inst->VRegA_22s(inst_data),
2097 shadow_frame.SetVReg(inst->VRegA_22s(inst_data),
2104 shadow_frame.SetVReg(inst->VRegA_22s(inst_data),
2111 bool success = DoIntDivide(shadow_frame, inst->VRegA_22s(inst_data),
2119 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22s(inst_data),
2127 shadow_frame.SetVReg(inst->VRegA_22s(inst_data),
2134 shadow_frame.SetVReg(inst->VRegA_22s(inst_data),
2141 shadow_frame.SetVReg(inst->VRegA_22s(inst_data),
/art/runtime/verifier/
H A Dregister_line.cc316 const uint32_t vregA = is_lit16 ? inst->VRegA_22s() : inst->VRegA_22b();

Completed in 126 milliseconds