Searched refs:HasVRegB (Results 1 – 4 of 4) sorted by relevance
212 inline bool Instruction::HasVRegB() const { in HasVRegB() function
332 bool HasVRegB() const;
671 if (instruction_->HasVRegB()) { in GetUses()
144 decoded_instruction->vB = inst->HasVRegB() ? inst->VRegB() : 0; in ParseInsn()