Lines Matching defs:And
412 __ And(out, in, temp1); in GenerateReverse() local
413 __ And(temp2, temp2, temp1); in GenerateReverse() local
420 __ And(out, out, temp1); in GenerateReverse() local
421 __ And(temp2, temp2, temp1); in GenerateReverse() local
428 __ And(out, out, temp1); in GenerateReverse() local
429 __ And(temp2, temp2, temp1); in GenerateReverse() local
513 __ And(rd, rs1, tmp2); // Make sure the result is zero if the input is zero. in VisitIntegerHighestOneBit() local
530 __ And(rd, rs1, tmp2); // Make sure the result is zero if the input is zero. in VisitLongHighestOneBit() local
544 __ And(rd, rs1, tmp); in VisitIntegerLowestOneBit() local
558 __ And(rd, rs1, tmp); in VisitLongLowestOneBit() local
1286 __ And(masked, old_value, mask); in GenerateCompareAndSet() local
1973 __ And(temp, old_value, mask); in GenerateGetAndUpdate() local
2003 __ And(temp, temp, mask); in GenerateGetAndUpdate() local
2982 __ And(temp2, temp4, temp3); // str^arg if str is compressed, 0 otherwise in VisitStringCompareTo() local
3855 __ And(result.AsRegister<XRegister>(), result.AsRegister<XRegister>(), mask); in PrepareXRegister() local