HomeSort by relevance Sort by last modified time
    Searched defs:ebx (Results 226 - 244 of 244) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 180 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
processor_32.h 180 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
processor_32.h 180 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
processor_32.h 180 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
processor_32.h 180 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
processor_32.h 180 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/
kvm.h 209 __u32 ebx; member in struct:kvm_cpuid_entry
227 __u32 ebx; member in struct:kvm_cpuid_entry2
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/
kvm.h 209 __u32 ebx; member in struct:kvm_cpuid_entry
227 __u32 ebx; member in struct:kvm_cpuid_entry2
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 180 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 30 // ebx -- allocation site with elements kind
204 Register scratch_candidates[3] = { ebx, edx, edi };
657 ebx, &miss);
710 __ mov(ebx, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
711 __ mov(ecx, Operand(ebx, StandardFrameConstants::kContextOffset));
724 __ lea(ebx, Operand(ebp, eax, times_2, 0));
726 __ mov(eax, Operand(ebx, edx, times_2, kDisplacement));
733 __ mov(ecx, Operand(ebx, ArgumentsAdaptorFrameConstants::kLengthOffset));
740 __ lea(ebx, Operand(ebx, ecx, times_2, 0))
955 __ mov(FieldOperand(edx, eax, times_2, kParameterMapHeaderSize), ebx); local
1089 __ mov(FieldOperand(edi, FixedArray::kHeaderSize), ebx); local
    [all...]
macro-assembler-ia32.cc 579 mov(ebx, Immediate(ExternalReference(Runtime::kDebugBreak, isolate())));
2164 mov(Operand::StaticVariable(next_address), ebx); local
    [all...]
full-codegen-ia32.cc 222 // Update the write barrier. This clobbers eax and ebx.
227 ebx,
270 SetVar(arguments, eax, ebx, edx);
331 __ mov(ebx, Immediate(profiling_counter_));
332 __ sub(FieldOperand(ebx, Cell::kValueOffset),
339 __ mov(ebx, Immediate(profiling_counter_));
340 __ mov(FieldOperand(ebx, Cell::kValueOffset),
742 __ mov(ebx, FieldOperand(esi, HeapObject::kMapOffset));
743 __ cmp(ebx, isolate()->factory()->with_context_map());
745 __ cmp(ebx, isolate()->factory()->catch_context_map())
1177 __ mov(result_register(), ebx); local
2223 __ mov(FieldOperand(eax, HeapObject::kMapOffset), ebx); local
    [all...]
  /external/chromium_org/v8/src/x87/
code-stubs-x87.cc 30 // ebx -- allocation site with elements kind
194 Register scratch_candidates[3] = { ebx, edx, edi };
337 ebx, &miss);
390 __ mov(ebx, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
391 __ mov(ecx, Operand(ebx, StandardFrameConstants::kContextOffset));
404 __ lea(ebx, Operand(ebp, eax, times_2, 0));
406 __ mov(eax, Operand(ebx, edx, times_2, kDisplacement));
413 __ mov(ecx, Operand(ebx, ArgumentsAdaptorFrameConstants::kLengthOffset));
420 __ lea(ebx, Operand(ebx, ecx, times_2, 0))
635 __ mov(FieldOperand(edx, eax, times_2, kParameterMapHeaderSize), ebx); local
769 __ mov(FieldOperand(edi, FixedArray::kHeaderSize), ebx); local
    [all...]
macro-assembler-x87.cc 498 mov(ebx, Immediate(ExternalReference(Runtime::kDebugBreak, isolate())));
1052 mov(ebx, FieldOperand(edi, Code::kHandlerTableOffset));
1054 mov(edx, FieldOperand(ebx, edx, times_4, FixedArray::kHeaderSize));
2126 mov(Operand::StaticVariable(next_address), ebx); local
    [all...]
full-codegen-x87.cc 222 // Update the write barrier. This clobbers eax and ebx.
224 __ RecordWriteContextSlot(esi, context_offset, eax, ebx,
267 SetVar(arguments, eax, ebx, edx);
328 __ mov(ebx, Immediate(profiling_counter_));
329 __ sub(FieldOperand(ebx, Cell::kValueOffset),
336 __ mov(ebx, Immediate(profiling_counter_));
337 __ mov(FieldOperand(ebx, Cell::kValueOffset),
739 __ mov(ebx, FieldOperand(esi, HeapObject::kMapOffset));
740 __ cmp(ebx, isolate()->factory()->with_context_map());
742 __ cmp(ebx, isolate()->factory()->catch_context_map())
1166 __ mov(result_register(), ebx); local
2213 __ mov(FieldOperand(eax, HeapObject::kMapOffset), ebx); local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 43 #define cpuid(index, eax, ebx, ecx, edx) \
45 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) \
550 uint32_t eax, ebx, ecx, edx; local
551 cpuid(1, eax, ebx, ecx, edx);
    [all...]
rombios.c 495 shl ebx, #16 local
496 or eax, ebx
497 shr ebx, #16 local
515 shl ebx, #16 local
516 or eax, ebx
519 mov ebx, eax local
520 shr ebx, #16 local
550 shl ebx, #16 local
551 or eax, ebx
552 shr ebx, #1 local
561 shl ebx, #16 local
566 mov ebx, eax local
567 shr ebx, #16 local
577 shl ebx, #16 local
582 mov ebx, eax local
583 shr ebx, #16 local
599 shl ebx, #16 local
604 shl ebx, #16 local
608 mov ebx, eax local
609 shr ebx, #16 local
798 Bit32u ebx, edx, ecx, eax; member in struct:__anon34880::__anon34881::__anon34882
4502 mov ebx, #15 local
6265 xor ebx,ebx local
8591 shr ebx, #16 local
8597 shl ebx, #16 local
    [all...]
  /external/valgrind/main/include/vki/
vki-arm-linux.h 826 long ebx; member in struct:vki_vm86_regs
vki-x86-linux.h 243 unsigned long ebx; member in struct:vki_sigcontext
605 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:vki_user_regs_struct
838 long ebx; member in struct:vki_vm86_regs

Completed in 1095 milliseconds

1 2 3 4 5 6 7 8 910