Lines Matching refs:eax

731     movl %eax, %edi                               // pass the index of the constant as arg0
734 testl %eax, %eax // If result is null, deliver the OOME.
758 testl %eax, %eax // eax == 0 ?
810 movl MIRROR_CLASS_OBJECT_SIZE_ALLOC_FAST_PATH_OFFSET(%rdi), %eax
814 cmpl LITERAL(ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE), %eax
835 movl %eax, (%rcx)
1083 movl %edx, %eax // eax: lock word zero except for read barrier bits.
1085 or %eax, %edx // edx: thread id with count of 0 + read barrier bits.
1098 movl %edx, %eax // copy the lock word as the old val for cmpxchg.
1135 movl %ecx, %eax // eax: old lock word.
1146 movl %ecx, %eax // eax: old lock word.
1243 .ifnc RAW_VAR(dest_reg32), eax
1245 movl %eax, REG_VAR(dest_reg32) // save loaded ref in dest_reg
1270 READ_BARRIER edx, MIRROR_OBJECT_CLASS_OFFSET, eax, rax // rax is free.
1272 cmpl %eax, %ecx // value's type == array's component type - trivial assignability
1300 movl %eax, %esi // Pass arg2 = value's class.
1424 mov %eax, %r11d // Remember method index in R11.
1434 andl LITERAL(METHOD_DEX_CACHE_SIZE_MINUS_ONE), %eax // Calculate DexCache method slot index.
1435 shll LITERAL(1), %eax // Multiply by 2 as entries have size 2 * __SIZEOF_POINTER__.
1885 mov %r8d, %eax
1886 subl %r9d, %eax
1898 cmovne %r8d, %eax // return eax = *(this_cur_char) - *(that_cur_char)
1902 movl %r8d, %eax
1903 subl %r9d, %eax
1915 cmovne %r8d, %eax // return eax = *(this_cur_char) - *(that_cur_char)
1921 movl %r8d, %eax
1922 subl %r9d, %eax
1927 movzbl -1(%edi), %eax // get last compared char from this string (8-bit)
1934 movl %r8d, %eax
1935 subl %r9d, %eax
1947 movzwl -2(%edi), %eax // get last compared char from this string (16-bit)
1950 subl %ecx, %eax // return the difference
2006 movl MIRROR_OBJECT_LOCK_WORD_OFFSET(REG_VAR(reg)), %eax
2007 addl LITERAL(LOCK_WORD_STATE_FORWARDING_ADDRESS_OVERFLOW), %eax
2081 sall LITERAL(LOCK_WORD_STATE_FORWARDING_ADDRESS_SHIFT), %eax
2235 movl INLINE_CACHE_CLASSES_OFFSET(%r11), %eax
2236 cmpl %edi, %eax
2238 cmpl LITERAL(0), %eax
2244 movl (INLINE_CACHE_CLASSES_OFFSET+4)(%r11), %eax
2245 cmpl %edi, %eax
2247 cmpl LITERAL(0), %eax
2253 movl (INLINE_CACHE_CLASSES_OFFSET+8)(%r11), %eax
2254 cmpl %edi, %eax
2256 cmpl LITERAL(0), %eax
2262 movl (INLINE_CACHE_CLASSES_OFFSET+12)(%r11), %eax
2263 cmpl %edi, %eax
2265 cmpl LITERAL(0), %eax