Lines Matching defs:out
586 // High tag the top bit of I4/EndBit to zero out any unselected bits
2015 void MacroAssembler::LoadWeakValue(Register out, Register in,
2020 AndP(out, in, Operand(~kWeakHeapObjectMask));
3196 // If temp (value with right-most set of zeros shifted out) is 1 less
4766 Label if_code_is_off_heap, out;
4784 b(&out);
4795 bind(&out);
4927 static_assert(idx <= 3 && idx >= 0, "idx is out of range!"); \
4938 static_assert(idx <= 3 && idx >= 0, "idx is out of range!"); \
4977 static_assert(idx <= 1 && idx >= 0, "idx is out of range!"); \
4988 static_assert(idx <= 1 && idx >= 0, "idx is out of range!"); \
5028 static_assert(idx <= 3 && idx >= 0, "idx is out of range!"); \
5039 static_assert(idx <= 3 && idx >= 0, "idx is out of range!"); \
5080 static_assert(idx <= 1 && idx >= 0, "idx is out of range!"); \
5091 static_assert(idx <= 1 && idx >= 0, "idx is out of range!"); \