Searched refs:pushq (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | crt0_x86_64_efi.S | 18 pushq %rcx 19 pushq %rdx
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | seg_helper.c | 904 static void pushq(StackAccess *sa, uint64_t val) in pushq() function 1054 pushq(&sa, env->segs[R_SS].selector); in do_interrupt64() 1055 pushq(&sa, env->regs[R_ESP]); in do_interrupt64() 1056 pushq(&sa, eflags); in do_interrupt64() 1057 pushq(&sa, env->segs[R_CS].selector); in do_interrupt64() 1058 pushq(&sa, old_eip); in do_interrupt64() 1060 pushq(&sa, error_code); in do_interrupt64() 1704 pushq(&sa, env->segs[R_CS].selector); in helper_lcall_protected() 1705 pushq(&sa, next_eip); in helper_lcall_protected() 1877 pushq(&sa, env->segs[R_SS].selector); in helper_lcall_protected() [all …]
|
| /openbmc/qemu/tests/tcg/x86_64/system/ |
| H A D | boot.S | 148 pushq %rax
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | x86.csv | 176 "PUSH imm32","-/PUSHL/PUSHQ imm32","-/pushl/pushq imm32","68 id","V","N.S.","","operand32","r","Y",… 177 "PUSH imm32","-/PUSHL/PUSHQ imm32","-/pushl/pushq imm32","68 id","N.S.","V","","default64","r","Y",… 1678 "PUSH r/m64","PUSHQ r/m64","pushq r/m64","FF /6","N.S.","V","","default64","r","Y","64" 1679 "PUSH r64op","PUSHQ r64op","pushq r64op","50+ro","N.S.","V","","default64","r","Y","64" 1683 "PUSH CS","PUSHW/PUSHL/PUSHQ CS","pushw/pushl/pushq CS","0E","V","N.S.","","","r","Y","" 1684 "PUSH DS","PUSHW/PUSHL/PUSHQ DS","pushw/pushl/pushq DS","1E","V","N.S.","","","r","Y","" 1685 "PUSH ES","PUSHW/PUSHL/PUSHQ ES","pushw/pushl/pushq ES","06","V","N.S.","","","r","Y","" 1686 "PUSH FS","PUSHW/PUSHL/PUSHQ FS","pushw/pushl/pushq FS","0F A0","V","V","","operand16","r","Y","" 1687 "PUSH FS","PUSHW/PUSHL/PUSHQ FS","pushw/pushl/pushq FS","0F A0","N.S.","V","","default64","r","Y","" 1688 "PUSH FS","PUSHW/PUSHL/PUSHQ FS","pushw/pushl/pushq FS","0F A0","V","N.S.","","operand32","r","Y","" [all …]
|