Searched refs:VRegB_22b (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | dex_instruction-inl.h | 249 case k22b: return VRegB_22b(); in VRegB() 302 inline uint8_t Instruction::VRegB_22b() const { in VRegB_22b() function
|
D | dex_instruction.cc | 212 …case k22b: os << StringPrintf("%s v%d, v%d, #%+d", opcode, VRegA_22b(), VRegB_22b(), VRegC_22b())… in DumpString()
|
D | dex_instruction.h | 348 uint8_t VRegB_22b() const;
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2204 shadow_frame.GetVReg(inst->VRegB_22b()) + in ExecuteGotoImpl() 2212 shadow_frame.GetVReg(inst->VRegB_22b())); in ExecuteGotoImpl() 2218 shadow_frame.GetVReg(inst->VRegB_22b()) * in ExecuteGotoImpl() 2225 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b()); in ExecuteGotoImpl() 2232 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b()); in ExecuteGotoImpl() 2239 shadow_frame.GetVReg(inst->VRegB_22b()) & in ExecuteGotoImpl() 2246 shadow_frame.GetVReg(inst->VRegB_22b()) | in ExecuteGotoImpl() 2253 shadow_frame.GetVReg(inst->VRegB_22b()) ^ in ExecuteGotoImpl() 2260 shadow_frame.GetVReg(inst->VRegB_22b()) << in ExecuteGotoImpl() 2267 shadow_frame.GetVReg(inst->VRegB_22b()) >> in ExecuteGotoImpl() [all …]
|
D | interpreter_switch_impl.cc | 2096 shadow_frame.GetVReg(inst->VRegB_22b()) + in ExecuteSwitchImpl() 2104 shadow_frame.GetVReg(inst->VRegB_22b())); in ExecuteSwitchImpl() 2110 shadow_frame.GetVReg(inst->VRegB_22b()) * in ExecuteSwitchImpl() 2117 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b()); in ExecuteSwitchImpl() 2124 shadow_frame.GetVReg(inst->VRegB_22b()), inst->VRegC_22b()); in ExecuteSwitchImpl() 2131 shadow_frame.GetVReg(inst->VRegB_22b()) & in ExecuteSwitchImpl() 2138 shadow_frame.GetVReg(inst->VRegB_22b()) | in ExecuteSwitchImpl() 2145 shadow_frame.GetVReg(inst->VRegB_22b()) ^ in ExecuteSwitchImpl() 2152 shadow_frame.GetVReg(inst->VRegB_22b()) << in ExecuteSwitchImpl() 2159 shadow_frame.GetVReg(inst->VRegB_22b()) >> in ExecuteSwitchImpl() [all …]
|
/art/runtime/verifier/ |
D | register_line.cc | 400 const uint32_t vregB = is_lit16 ? inst->VRegB_22s() : inst->VRegB_22b(); in CheckLiteralOp()
|