Searched full:pseudo_dst (Results 1 – 3 of 3) sorted by relevance
22 % flags << 'pseudo_dst' if !inst.operands.empty? && inst.operands.first.has('pseudo')
1167 pseudo_dst: Instruction has pseudo destination operand, i.e. it doesn't affect on dataflow
971 …return GetFlag(inst_flags::PSEUDO_DST) || GetFlag(inst_flags::NO_DST) || GetType() == DataType::VO… in NoDest()976 return GetFlag(inst_flags::PSEUDO_DST); in HasPseudoDestination()