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