Searched refs:pushw (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/pc-bios/optionrom/ |
| H A D | linuxboot.S | 62 pushw %cx /* CS */ 64 pushw %ax /* IP = 0 */
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | seg_helper.c | 64 static void pushw(StackAccess *sa, uint16_t val) in pushw() function 617 pushw(&sa, error_code); in switch_tss_ra() 859 pushw(&sa, env->segs[R_GS].selector); in do_interrupt_protected() 860 pushw(&sa, env->segs[R_FS].selector); in do_interrupt_protected() 861 pushw(&sa, env->segs[R_DS].selector); in do_interrupt_protected() 862 pushw(&sa, env->segs[R_ES].selector); in do_interrupt_protected() 864 pushw(&sa, env->segs[R_SS].selector); in do_interrupt_protected() 865 pushw(&sa, env->regs[R_ESP]); in do_interrupt_protected() 867 pushw(&sa, eflags); in do_interrupt_protected() 868 pushw(&sa, env->segs[R_CS].selector); in do_interrupt_protected() [all …]
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386.c | 1596 static inline void pushw(struct vm86_regs *r, int val) in pushw() function
|
| H A D | x86.csv | 1680 "PUSH imm16","PUSHW imm16","pushw imm16","68 iw","V","V","","operand16","r","Y","" 1681 "PUSH r/m16","PUSHW r/m16","pushw r/m16","FF /6","V","V","","operand16","r","Y","16" 1682 "PUSH r16op","PUSHW r16op","pushw r16op","50+rw","V","V","","operand16","r","Y","16" 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","" 1689 "PUSH GS","PUSHW/PUSHL/PUSHQ GS","pushw/pushl/pushq GS","0F A8","N.S.","V","","default64","r","Y","" [all …]
|