Searched refs:VRegB_21h (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Ddex_instruction-inl.h246 case k21h: return VRegB_21h();
287 inline uint16_t Instruction::VRegB_21h() const { function in class:art::Instruction
H A Ddex_instruction.cc170 uint32_t value = VRegB_21h() << 16;
173 uint64_t value = static_cast<uint64_t>(VRegB_21h()) << 48;
H A Ddex_instruction.h343 uint16_t VRegB_21h() const;
/art/compiler/optimizing/
H A Dbuilder.cc1345 HIntConstant* constant = graph_->GetIntConstant(instruction.VRegB_21h() << 16);
1381 int64_t value = static_cast<int64_t>(instruction.VRegB_21h()) << 48;
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc381 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16);
407 static_cast<uint64_t>(inst->VRegB_21h()) << 48);
H A Dinterpreter_switch_impl.cc284 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16);
310 static_cast<uint64_t>(inst->VRegB_21h()) << 48);
/art/runtime/verifier/
H A Dmethod_verifier.cc1849 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16);
1877 int64_t val = static_cast<uint64_t>(inst->VRegB_21h()) << 48;

Completed in 150 milliseconds