/external/v8/src/ia32/ |
lithium-codegen-ia32.cc | 90 __ mov(Operand(esp, offset), eax); local 179 __ mov(eax, Operand(ebx, 1 * kPointerSize)); 180 __ mov(Operand(ebx, 0), eax); local 224 __ push(eax); 225 __ mov(Operand(eax), Immediate(slots)); 228 __ mov(MemOperand(esp, eax, times_4, 0), 230 __ dec(eax); 232 __ pop(eax); 271 // Context is returned in eax. It replaces the context passed to us. 273 __ mov(esi, eax); 274 __ mov(Operand(ebp, StandardFrameConstants::kContextOffset), eax); local 287 __ mov(Operand(esi, context_offset), eax); local 343 __ mov(Operand(ebx, 0), eax); local 848 __ mov(Operand::StaticVariable(count), eax); local 854 __ mov(Operand::StaticVariable(count), eax); local [all...] |
/external/v8/src/x87/ |
lithium-codegen-x87.cc | 91 __ mov(Operand(esp, offset), eax); local 148 __ mov(eax, Operand(ebx, 1 * kPointerSize)); 149 __ mov(Operand(ebx, 0), eax); local 193 __ push(eax); 194 __ mov(Operand(eax), Immediate(slots)); 197 __ mov(MemOperand(esp, eax, times_4, 0), 199 __ dec(eax); 201 __ pop(eax); 238 // Context is returned in eax. It replaces the context passed to us. 240 __ mov(esi, eax); 241 __ mov(Operand(ebp, StandardFrameConstants::kContextOffset), eax); local 254 __ mov(Operand(esi, context_offset), eax); local 309 __ mov(Operand(ebx, 0), eax); local 1109 __ mov(Operand::StaticVariable(count), eax); local 1121 __ mov(Operand::StaticVariable(count), eax); local [all...] |
/external/valgrind/include/vki/ |
vki-arm-linux.h | 838 long eax; member in struct:vki_vm86_regs
|
vki-x86-linux.h | 246 unsigned long eax; member in struct:vki_sigcontext 611 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:vki_user_regs_struct 850 long eax; member in struct:vki_vm86_regs
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 486 setExceptionPointerRegister(X86::EAX); 11906 SDValue eax = DAG.getCopyFromReg(ftol, DL, X86::EAX, local [all...] |