Home
last modified time | relevance | path

Searched refs:ax (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/u-boot/arch/x86/cpu/
H A Dwakeup.S23 andw $0x0f, %ax
24 movw %ax, (__wakeup_offset)
28 movw %ax, (__wakeup_segment)
41 mov $DATA_SEG, %ax
42 mov %ax, %ds
43 mov %ax, %es
44 mov %ax, %fs
45 mov %ax, %gs
46 mov %ax, %ss
56 movw $0x0, %ax
[all …]
H A Dsipi_vector.S43 movw %cs, %ax
44 movw %ax, %ds
60 movw %ax, %bp
89 movw $DATA_SEG, %ax
90 movw %ax, %ds
91 movw %ax, %es
92 movw %ax, %ss
93 movw %ax, %gs
95 movw $(X86_GDT_ENTRY_32BIT_FS * X86_GDT_ENTRY_SIZE), %ax
96 movw %ax, %fs
H A Dstart.S77 movw %ax, %fs
78 movw %ax, %ds
79 movw %ax, %gs
80 movw %ax, %es
81 movw %ax, %ss
170 movw $0x85, %ax
H A Dstart16.S52 movw $code32start, %ax
53 movw %ax, %bp
/openbmc/u-boot/arch/x86/lib/
H A Dbios_asm.S57 mov SEG(X86_GDT_ENTRY_16BIT_DS), %ax
58 mov %ax, %ds
59 mov %ax, %es
60 mov %ax, %fs
61 mov %ax, %gs
62 mov %ax, %ss
77 mov $0x0, %ax
78 mov %ax, %ss
81 xor %ax, %ax
82 mov %ax, %ds
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dtx79_translate.c120 TCGv_i64 ax, bx; in trans_parallel_arith() local
127 ax = tcg_temp_new_i64(); in trans_parallel_arith()
131 gen_load_gpr(ax, a->rs); in trans_parallel_arith()
133 gen_logic_i64(cpu_gpr[a->rd], ax, bx); in trans_parallel_arith()
136 gen_load_gpr_hi(ax, a->rs); in trans_parallel_arith()
138 gen_logic_i64(cpu_gpr_hi[a->rd], ax, bx); in trans_parallel_arith()
237 TCGv_i64 c0, c1, ax, bx, t0, t1, t2; in trans_parallel_compare() local
246 ax = tcg_temp_new_i64(); in trans_parallel_compare()
253 gen_load_gpr(ax, a->rs); in trans_parallel_compare()
256 tcg_gen_sextract_i64(t0, ax, wlen * i, wlen); in trans_parallel_compare()
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-code16.S24 pop %ax
37 add $2, %ax
63 add $8, %ax
67 add $16, %ax
71 add $1, %ax
75 add $4, %ax
H A Dtest-i386-vm86.S13 xorw %ax, %ax
14 movw %ax, %es
/openbmc/qemu/pc-bios/optionrom/
H A Dlinuxboot.S63 xor %ax, %ax
64 pushw %ax /* IP = 0 */
104 mov $0xe801, %ax
114 mov %ax, %cx
148 movzwl %ax, %eax
177 mov %cs, %ax
178 mov %ax, %es
H A Doptionrom.h62 mov $\VAR, %ax
64 outw %ax, (%dx)
134 mov $var ## _DATA, %ax; \
136 outw %ax, (%dx); \
216 movw %cs, %ax; \
217 movw %ax, %ds;
H A Dlinuxboot_dma.c100 uint16_t ax, bx, cx, dx; in get_e801_addr() local
104 : "=a"(ax), "=b"(bx), "=c"(cx), "=d"(dx) in get_e801_addr()
111 cx = ax; in get_e801_addr()
H A Dkvmvapic.S21 xor %ax, %ax
29 mov $vapic_base, %ax
30 out %ax, $0x7e
H A Dmultiboot.S76 mov %ax, %fs
88 mov %ax, %es
H A Dpvh.S95 mov %ax, %es
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dabat.patch10 - XPID=$( ps ax | awk '{print $1, $5}' | grep glxgears | awk '{print $1}')
23 -XPID=$( ps ax | awk '{print $1, $5}' | egrep "X$|Xorg$" | awk '{print $1}')
36 -PXID=$(ps ax |awk '{print $1,$5}' |egrep "Xorg$|X$" |grep -v grep | awk '{print $1}')
59 - XPID=$( ps ax | awk '{print $1, $5}' | egrep "X$|Xorg$" |grep -v grep| awk '{print $1}')
/openbmc/qemu/tests/tcg/i386/system/
H A Dboot.S62 movw %ax,idt_00+6(,%ebx,8)
82 out %ax, $0xf4
87 out %ax,%dx
/openbmc/qemu/tests/qtest/migration/i386/
H A Da-b-bootblock.S58 mov $65,%ax
85 mov $66,%ax
107 mov $SLEEP,%ax
109 outw %ax,%dx
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcall64.S49 lldt %ax
51 ltr %ax
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0006-configure-add-option-for-ps.patch64 -$PS ax >/dev/null 2>&1
71 - one=`$PS ax | wc -l`
90 - PSARG="ax"
103 + AC_DEFINE_UNQUOTED([PSARG], _("ax"), [Argument for ps])
/openbmc/qemu/tests/tcg/x86_64/system/
H A Dboot.S130 out %ax, $0xf4
135 out %ax,%dx
/openbmc/u-boot/drivers/bios_emulator/include/
H A Dbiosemu.h171 u16 ax_hi, ax; member
181 u16 ax, ax_hi; member
/openbmc/u-boot/scripts/dtc/
H A Dlivetree.c628 static int cmp_reserve_info(const void *ax, const void *bx) in cmp_reserve_info() argument
632 a = *((const struct reserve_info * const *)ax); in cmp_reserve_info()
677 static int cmp_prop(const void *ax, const void *bx) in cmp_prop() argument
681 a = *((const struct property * const *)ax); in cmp_prop()
713 static int cmp_subnode(const void *ax, const void *bx) in cmp_subnode() argument
717 a = *((const struct node * const *)ax); in cmp_subnode()
/openbmc/qemu/target/i386/tcg/
H A Dint_helper.c157 target_ulong helper_aad(target_ulong ax, target_ulong base) in helper_aad() argument
161 al = ax & 0xff; in helper_aad()
162 ah = (ax >> 8) & 0xff; in helper_aad()
/openbmc/u-boot/drivers/bios_emulator/
H A Dbiosemu.c323 return out->x.ax; in BE_int86()
371 return out->x.ax; in BE_int86x()
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/
H A D0004-tests-add-helper-script-to-run-the-installed_tests.patch56 +set -ax

12