Searched defs:is_source (Results 1 – 2 of 2) sorted by relevance
92 bool is_source() const { return bitfield_ == kSourceValue; } in is_source() function
201 InstructionOperand CreateRandomOperand(bool is_source) { in CreateRandomOperand()