Home
last modified time | relevance | path

Searched refs:edi (Results 1 – 22 of 22) sorted by relevance

/qemu/pc-bios/optionrom/
H A Dlinuxboot.S71 xor %edi, %edi
83 xor %edi, %edi
93 mov %eax, %edi // (load_kernel wants it in %edi)
95 add %edi, %eax
121 movzwl %cx, %edi
122 shll $10, %edi /* convert to bytes */
127 movzwl %dx, %edi
128 shll $16, %edi /* convert to bytes */
132 subl %eax, %edi
133 andl $-4096, %edi /* EDI = start of initrd */
[all …]
H A Doptionrom.h125 mov %eax, %edi ; \
126 read_fw_dma var ## _DATA, %ecx, %edi
148 mov %eax, %edi; \
163 mov %eax, %edi; \
H A Dmultiboot.S93 xor %edi, %edi
118 add %ecx, %edi
158 addl %es:-4(%di), %edi
H A Dpvh.S98 mov $8,%edi
122 add $24, %edi
H A Dkvmvapic.S150 mov %eax, %edi
152 xchg %eax, %edi
257 movzbl vapic, %edi ; fixup
/qemu/common-user/host/i386/
H A Dsafe-syscall.inc.S32 push %edi
34 .cfi_rel_offset edi, 0
56 mov 28+16(%esp), %edi
90 pop %edi
92 .cfi_restore edi
114 pop %edi
116 .cfi_restore edi
/qemu/bsd-user/i386/
H A Dtarget_syscall.h30 long edi; member
107 abi_long edi; member
H A Dtarget_arch_cpu.h48 env->regs[R_EDI] = regs->edi; in target_cpu_init()
/qemu/linux-user/i386/
H A Dtarget_syscall.h13 long edi; member
90 abi_long edi; member
H A Dvdso.S106 .cfi_offset %edi, -44
H A Dsignal.c110 uint32_t edi; member
293 __put_user(env->regs[R_EDI], &sc->edi); in setup_sigcontext()
596 env->regs[R_EDI] = tswapl(sc->edi); in restore_sigcontext()
H A Dcpu_loop.c378 env->regs[R_EDI] = regs->edi; in target_cpu_copy_regs()
/qemu/tests/tcg/i386/
H A Dtest-i386.c189 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
197 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
205 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\
212 long eax, ebx, ecx, edx, esi, edi, res; in test_lea() local
218 edi = i2l(0x0020); in test_lea()
1530 long esi, edi, eax, ecx, eflags;\
1533 edi = (long)(str_buffer + sizeof(str_buffer) / 2) + 16;\
1544 : "=S" (esi), "=D" (edi), "=a" (eax), "=c" (ecx), "=g" (eflags)\
1545 : "0" (esi), "1" (edi), "2" (eax), "3" (ecx));\
1547 REP #OP size, esi, edi, eax, ecx,\
/qemu/linux-user/
H A Dvm86.c89 target_v86->regs.edi = tswap32(env->regs[R_EDI]); in save_v86_state()
111 env->regs[R_EDI] = ts->vm86_saved_regs.edi; in save_v86_state()
426 ts->vm86_saved_regs.edi = env->regs[R_EDI]; in do_vm86()
466 env->regs[R_EDI] = tswap32(target_v86->regs.edi); in do_vm86()
H A Dqemu.h80 uint32_t edi; member
/qemu/target/i386/hvf/
H A Dx86_task.c49 tss->edi = EDI(env); in save_state_to_tss32()
77 RDI(env) = tss->edi; in load_state_from_tss32()
H A Dx86.h90 uint32_t edi; member
/qemu/common-user/host/x86_64/
H A Dsafe-syscall.inc.S102 mov %eax, %edi
/qemu/hw/i386/xen/
H A Dxen-hvm.c44 uint32_t edi; member
497 env->regs[R_EDI] = vmport_regs->edi; in regs_to_cpu()
509 vmport_regs->edi = env->regs[R_EDI]; in regs_from_cpu()
/qemu/target/i386/
H A Darch_dump.c108 uint32_t ebx, ecx, edx, esi, edi, ebp, eax; member
131 prstatus->regs.edi = env->regs[R_EDI] & 0xffffffff; in x86_fill_elf_prstatus()
/qemu/
H A Dhmp-commands.hx499 0x90107069: lea 0x0(%edi,1),%edi
/qemu/tcg/i386/
H A Dtcg-target.c.inc33 "%eax", "%ecx", "%edx", "%ebx", "%esp", "%ebp", "%esi", "%edi",
4410 0x87, 5, /* DW_CFA_offset, %edi, -20 */