Lines Matching defs:value
193 // The arguments x and y represent the mask and value. If y is 0, x is the
194 // mask. Otherwise, y is the mask, and x is the value to compare against a
431 // positions before making the mask/value.
437 // value test.
442 // Construct the instruction mask and value from the pattern.
459 // value.
481 // has a corresponding mask and value for the pattern.
502 // Only one instruction class should match for each value of bits, so
540 uint32_t mask = 0, value = 0;
544 value = (value << 1) | (static_cast<uint32_t>(sym) & 1);
546 return std::make_pair(mask, value);