Home | History | Annotate | Download | only in x64

Lines Matching full:rdi

87     // Move the result from ecx:edx to rdi.
88 __ movl(rdi, rdx); // Zero-extended to 64 bits.
90 __ or_(rdi, rcx);
99 // rax = (rcx & 1) | (rdi & ~1) | (1 << CPUID).
103 __ and_(rax, rdi);