Home
last modified time | relevance | path

Searched refs:VRegB_12x (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dregister_line.cc200 if (VerifyRegisterType(verifier, inst->VRegB_12x(), src_type)) { in CheckUnaryOp()
208 if (VerifyRegisterTypeWide(verifier, inst->VRegB_12x(), src_type1, src_type2)) { in CheckUnaryOpWide()
216 if (VerifyRegisterType(verifier, inst->VRegB_12x(), src_type)) { in CheckUnaryOpToWide()
224 if (VerifyRegisterTypeWide(verifier, inst->VRegB_12x(), src_type1, src_type2)) { in CheckUnaryOpFromWide()
274 const uint32_t vregB = inst->VRegB_12x(); in CheckBinaryOp2addr()
296 const uint32_t vregB = inst->VRegB_12x(); in CheckBinaryOp2addrWide()
307 const uint32_t vregB = inst->VRegB_12x(); in CheckBinaryOp2addrWideShift()
/art/libdexfile/dex/
Ddex_instruction.h404 uint4_t VRegB_12x() const { in VRegB_12x() function
405 return VRegB_12x(Fetch16(0)); in VRegB_12x()
437 uint4_t VRegB_12x(uint16_t inst_data) const;
Ddex_instruction-inl.h260 case k12x: return VRegB_12x(); in VRegB()
295 inline uint4_t Instruction::VRegB_12x(uint16_t inst_data) const { in VRegB_12x() function
Ddex_instruction.cc180 case k12x: os << StringPrintf("%s v%d, v%d", opcode, VRegA_12x(), VRegB_12x()); break; in DumpString()