Searched refs:requires_rex (Results 1 – 2 of 2) sorted by relevance
1073 return (target.requires_rex() ? 2 : 1) + target.operand_size(); in CallSize()
399 bool requires_rex() const { return rex_ != 0; } in requires_rex() function