HomeSort by relevance Sort by last modified time
    Searched refs:EBX (Results 26 - 39 of 39) sorted by null

12

  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 378 SC2(ebx,EBX);
657 tst->arch.vex.guest_EBX = sc->ebx;
  /external/qemu-pc-bios/bochs/
bochs.h 57 #undef EBX
  /external/qemu/target-i386/
op_helper.c 384 stl_kernel(env->tr.base + (0x28 + 3 * 4), EBX);
398 stw_kernel(env->tr.base + (0x12 + 3 * 2), EBX);
450 EBX = new_regs[3];
1940 uint32_t eax, ebx, ecx, edx; local
1944 cpu_x86_cpuid(env, (uint32_t)EAX, (uint32_t)ECX, &eax, &ebx, &ecx, &edx); local
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 402 X86::EBX, X86::ECX, X86::EDX, X86::EDI, X86::ESI, X86::EBP, 0
470 X86::EBX, X86::ECX, X86::EDX, X86::EDI, X86::ESI, X86::EBP, 0
    [all...]
X86MCInstLower.cpp 579 LEA.addOperand(MCOperand::CreateReg(X86::EBX)); // index
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_32.asm 35 ;; EAX, EBX, EDX
67 mov ebx,[esi+4]
71 bswap ebx
76 ror ebx,8
87 mov [edi+4],ebx
147 mov ebx,[esi+4]
152 rol ebx,8
159 mov [edi+4],ebx
218 mov ebx,[esi+4]
225 bswap ebx
    [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]
  /external/qemu/
cpu-exec.c 31 #undef EBX
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 188 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
    [all...]
test-i386.c 168 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
176 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
183 int eax, ebx, ecx, edx, esi, edi, res; local
185 ebx = 0x0002;
194 TEST_LEA("(%%ebx)");
201 TEST_LEA("0x40(%%ebx)");
208 TEST_LEA("0x4000(%%ebx)");
215 TEST_LEA("(%%ebx, %%edx)");
222 TEST_LEA("0x4000(%%ebx, %%edx)");
229 TEST_LEA("(,%%ebx, 4)")
    [all...]
  /external/strace/
process.c     [all...]

Completed in 723 milliseconds

12