Lines Matching refs:xF
327 // Determine distance to alignment: 16 - (dst & 0xF).
329 __ and_(edx, 0xF);
339 __ test(src, Immediate(0xF));
345 __ and_(count, 0xF);
366 __ test(dst, Immediate(0xF));
374 __ and_(count, 0xF);
395 // Find distance to alignment: dst & 0xF
397 __ and_(edx, 0xF);
405 __ test(src, Immediate(0xF));
411 __ and_(count, 0xF);
434 __ test(dst, Immediate(0xF));
442 __ and_(count, 0xF);