Searched refs:VRegC_45cc (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Ddex_instruction_test.cc90 ASSERT_EQ(0xe, ins->VRegC_45cc());
H A Ddex_instruction-inl.h423 case k45cc: return VRegC_45cc();
466 inline uint4_t Instruction::VRegC_45cc() const { function in class:art::Instruction
H A Ddex_instruction.h427 uint4_t VRegC_45cc() const;
/art/runtime/interpreter/
H A Dinterpreter_common.cc529 const uint32_t vRegC = (is_range) ? inst->VRegC_4rcc() : inst->VRegC_45cc();

Completed in 62 milliseconds