Searched refs:HasVRegC (Results 1 – 3 of 3) sorted by relevance
371 inline bool Instruction::HasVRegC() const { in HasVRegC() function
376 bool HasVRegC() const;
175 decoded_instruction->vC = inst->HasVRegC() ? inst->VRegC() : 0; in ParseInsn()