Searched refs:HasVRegB (Results 1 – 3 of 3) sorted by relevance
212 inline bool Instruction::HasVRegB() const { in HasVRegB() function
330 bool HasVRegB() const;
173 decoded_instruction->vB = inst->HasVRegB() ? inst->VRegB() : 0; in ParseInsn()