Searched refs:HasVRegA (Results 1 – 3 of 3) sorted by relevance
27 inline bool Instruction::HasVRegA() const { in HasVRegA() function
235 bool HasVRegA() const;
172 decoded_instruction->vA = inst->HasVRegA() ? inst->VRegA() : 0; in ParseInsn()