Searched defs:edi (Results 51 - 55 of 55) sorted by relevance

123

/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc88 // o edi: the JS function object being called (i.e. ourselves)
190 // Argument to NewContext is the function, which is still in edi.
192 __ push(edi);
201 __ push(edi);
241 __ push(edi);
1524 // edi = JS function.
1528 __ mov(edi, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
1529 __ mov(ecx, FieldOperand(edi, JSFunction::kLiteralsOffset));
1599 __ mov(edi, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
1600 __ push(FieldOperand(edi, JSFunctio
2039 __ mov(Operand(esp, 2 * kPointerSize), edi); local
[all...]
H A Dmacro-assembler-x87.cc865 push(edi); // Callee's JS function.
943 mov(edi, eax);
1051 // eax = exception, edi = code object, edx = state.
1052 mov(ebx, FieldOperand(edi, Code::kHandlerTableOffset));
1056 lea(edi, FieldOperand(edi, edx, times_1, Code::kHeaderSize));
1057 jmp(edi);
1080 // Remove the code object and state, compute the handler address in edi.
1081 pop(edi); // Code object.
1133 // Remove the code object and state, compute the handler address in edi
2194 mov(Operand::StaticVariable(limit_address), edi); local
[all...]
/external/valgrind/main/include/vki/
H A Dvki-arm-linux.h830 long edi; member in struct:vki_vm86_regs
H A Dvki-x86-linux.h239 unsigned long edi; member in struct:vki_sigcontext
605 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:vki_user_regs_struct
842 long edi; member in struct:vki_vm86_regs
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c797 Bit32u edi, esi, ebp, esp; member in struct:__anon30276::__anon30277::__anon30278
9311 push edi
9433 pop edi
9443 pop edi
9497 mov edi, #0xf0000
9503 push edi
9661 pop edi
9667 pop edi

Completed in 153 milliseconds

123