HomeSort by relevance Sort by last modified time
    Searched refs:ax (Results 1 - 25 of 443) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/include_next/x/
a.h 2 enum { ax = 1 }; enumerator in enum:__anon17575
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
intel-syntax-32.s 3 // CHECK: leaw (%bp,%si), %ax
4 lea ax, [bp+si]
5 // CHECK: leaw (%bp,%si), %ax
6 lea ax, [si+bp]
POPCNT-32.s 19 // CHECK: popcntw %ax, %ax
21 popcntw %ax, %ax
23 // CHECK: popcntw 4096(%eax), %ax
25 popcntw 4096(%eax), %ax
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
ReadLdtr.c 24 sldt ax
ReadTr.c 24 str ax
WriteLdtr.c 25 mov ax, Ldtr local
26 lldt ax
ReadCs.c 25 mov ax, cs local
ReadDs.c 25 mov ax, ds local
ReadEs.c 25 mov ax, es local
ReadFs.c 25 mov ax, fs local
ReadGs.c 25 mov ax, gs local
ReadSs.c 25 mov ax, ss local
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
ReadLdtr.c 34 sldt ax
ReadTr.c 34 str ax
WriteLdtr.c 35 mov ax, Ldtr local
36 lldt ax
ReadCs.c 35 mov ax, cs local
ReadDs.c 35 mov ax, ds local
ReadEs.c 35 mov ax, es local
ReadFs.c 35 mov ax, fs local
ReadGs.c 35 mov ax, gs local
ReadSs.c 35 mov ax, ss local
  /external/u-boot/arch/x86/cpu/
wakeup.S 23 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...]
  /external/clang/test/Modules/
include_next.c 8 _Static_assert(ax == 1, "");
  /external/strace/linux/metag/
arch_regs.c 2 unsigned long *const metag_sp_ptr = &metag_regs.ax[0][0];
  /external/llvm/test/MC/X86/
intel-syntax-encoding.s 4 xor ax, 12
11 or ax, 12
18 cmp ax, 12
28 add ax, -12
35 adc ax, -12
42 sbb ax, -12
49 cmp ax, -12

Completed in 2581 milliseconds

1 2 3 4 5 6 7 8 91011>>