Lines Matching defs:And
447 __ And(out, in, temp1); in GenerateReverse() local
448 __ And(temp2, temp2, temp1); in GenerateReverse() local
455 __ And(out, out, temp1); in GenerateReverse() local
456 __ And(temp2, temp2, temp1); in GenerateReverse() local
463 __ And(out, out, temp1); in GenerateReverse() local
464 __ And(temp2, temp2, temp1); in GenerateReverse() local
548 __ And(rd, rs1, tmp2); // Make sure the result is zero if the input is zero. in VisitIntegerHighestOneBit() local
565 __ And(rd, rs1, tmp2); // Make sure the result is zero if the input is zero. in VisitLongHighestOneBit() local
579 __ And(rd, rs1, tmp); in VisitIntegerLowestOneBit() local
593 __ And(rd, rs1, tmp); in VisitLongLowestOneBit() local
1321 __ And(masked, old_value, mask); in GenerateCompareAndSet() local
2286 __ And(temp, old_value, mask); in GenerateGetAndUpdate() local
2316 __ And(temp, temp, mask); in GenerateGetAndUpdate() local
3395 __ And(temp2, temp4, temp3); // str^arg if str is compressed, 0 otherwise in VisitStringCompareTo() local
4268 __ And(result.AsRegister<XRegister>(), result.AsRegister<XRegister>(), mask); in PrepareXRegister() local