Searched refs:HasWideVRegB (Results 1 – 3 of 3) sorted by relevance
237 inline bool Instruction::HasWideVRegB() const { in HasWideVRegB() function
333 bool HasWideVRegB() const;
174 decoded_instruction->vB_wide = inst->HasWideVRegB() ? inst->WideVRegB() : 0; in ParseInsn()