HomeSort by relevance Sort by last modified time
    Searched defs:esi (Results 176 - 187 of 187) sorted by null

1 2 3 4 5 6 78

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
processor_32.h 184 unsigned long esi; member in struct:i386_hw_tss
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
processor_32.h 184 unsigned long esi; member in struct:i386_hw_tss
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 184 unsigned long esi; member in struct:i386_hw_tss
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 372 esi, // context
389 static Register registers[] = { esi, // context
403 static Register registers[] = { esi, // context
417 static Register registers[] = { esi, // context
435 esi, // context
1240 __ mov(FieldOperand(edi, FixedArray::kHeaderSize + 0 * kPointerSize), esi); local
2685 __ mov(Operand(esp, 1 * kPointerSize), esi); \/\/ argv. local
    [all...]
macro-assembler-ia32.cc 913 push(esi); // Callee's context.
929 push(esi); // Callee's context.
938 push(esi);
975 mov(Operand::StaticVariable(context_address), esi); local
1012 lea(esi, Operand(ebp, eax, times_4, offset));
1040 lea(esp, Operand(esi, 1 * kPointerSize));
1165 mov(Operand(ebp, StandardFrameConstants::kContextOffset), esi); local
    [all...]
full-codegen-ia32.cc 88 // o esi: our context
205 // It's saved in the stack and kept live in esi.
206 __ mov(esi, eax);
220 __ mov(Operand(esi, context_offset), eax);
223 __ RecordWriteContextSlot(esi,
230 __ JumpIfInNewSpace(esi, eax, &done, Label::kNear);
710 ASSERT(!scratch0.is(esi) && !src.is(esi) && !scratch1.is(esi));
741 __ mov(ebx, FieldOperand(esi, HeapObject::kMapOffset))
1928 __ mov(FieldOperand(eax, JSGeneratorObject::kContextOffset), esi); local
2000 __ mov(FieldOperand(eax, JSGeneratorObject::kContextOffset), esi); local
4706 __ mov(Operand(ebp, StandardFrameConstants::kContextOffset), esi); local
    [all...]
  /external/chromium_org/v8/src/x87/
code-stubs-x87.cc 372 esi, // context
389 static Register registers[] = { esi, // context
403 static Register registers[] = { esi, // context
417 static Register registers[] = { esi, // context
435 esi, // context
848 __ mov(edi, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
913 __ mov(FieldOperand(edi, FixedArray::kHeaderSize + 0 * kPointerSize), esi); local
2360 __ mov(Operand(esp, 1 * kPointerSize), esi); \/\/ argv. local
    [all...]
macro-assembler-x87.cc 827 push(esi); // Callee's context.
843 push(esi); // Callee's context.
852 push(esi);
889 mov(Operand::StaticVariable(context_address), esi); local
914 lea(esi, Operand(ebp, eax, times_4, offset));
933 lea(esp, Operand(esi, 1 * kPointerSize));
946 mov(esi, Operand::StaticVariable(context_address));
987 push(esi);
1049 pop(esi); // Context.
1058 mov(Operand(ebp, StandardFrameConstants::kContextOffset), esi); local
    [all...]
full-codegen-x87.cc 88 // o esi: our context
205 // It's saved in the stack and kept live in esi.
206 __ mov(esi, eax);
220 __ mov(Operand(esi, context_offset), eax);
223 __ RecordWriteContextSlot(esi,
229 __ JumpIfInNewSpace(esi, eax, &done, Label::kNear);
709 ASSERT(!scratch0.is(esi) && !src.is(esi) && !scratch1.is(esi));
740 __ mov(ebx, FieldOperand(esi, HeapObject::kMapOffset))
1924 __ mov(FieldOperand(eax, JSGeneratorObject::kContextOffset), esi); local
1995 __ mov(FieldOperand(eax, JSGeneratorObject::kContextOffset), esi); local
4699 __ mov(Operand(ebp, StandardFrameConstants::kContextOffset), esi); local
    [all...]
  /external/valgrind/main/include/vki/
vki-arm-linux.h 829 long esi; member in struct:vki_vm86_regs
vki-x86-linux.h 240 unsigned long esi; member in struct:vki_sigcontext
605 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:vki_user_regs_struct
841 long esi; member in struct:vki_vm86_regs
  /external/qemu-pc-bios/bochs/bios/
rombios.c 797 Bit32u edi, esi, ebp, esp; member in struct:__anon33994::__anon33995::__anon33996
    [all...]

Completed in 762 milliseconds

1 2 3 4 5 6 78