Searched refs:ebx (Results 1 - 25 of 572) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dfsgs.s5 rdfsbase %ebx
6 rdgsbase %ebx
7 wrfsbase %ebx
8 wrgsbase %ebx
11 rdfsbase ebx
12 rdgsbase ebx
13 wrfsbase ebx
14 wrgsbase ebx
H A Dlockbad-1.s6 lock mov (%ebx), %eax
8 lock add %ebx, %eax
9 lock add $0x64, %ebx
10 lock adc %ebx, %eax
11 lock adc $0x64, %ebx
12 lock and %ebx, %eax
13 lock and $0x64, %ebx
14 lock btc %eax, %ebx
15 lock btc $0x64, %ebx
16 lock btr %eax, %ebx
[all...]
H A Dvmx.s13 vmread %eax,%ebx
14 vmreadl %eax,%ebx
15 vmread %eax,(%ebx)
16 vmreadl %eax,(%ebx)
17 vmwrite %eax,%ebx
18 vmwritel %eax,%ebx
19 vmwrite (%eax),%ebx
20 vmwritel (%eax),%ebx
H A Dlock-1.s5 lock add %eax, (%ebx)
6 lock add $0x64, (%ebx)
7 lock adc %eax, (%ebx)
8 lock adc $0x64, (%ebx)
9 lock and %eax, (%ebx)
10 lock and $0x64, (%ebx)
11 lock btc %eax, (%ebx)
12 lock btc $0x64, (%ebx)
13 lock btr %eax, (%ebx)
14 lock btr $0x64, (%ebx)
[all...]
H A Dbmi2.s8 rorx $7,%eax,%ebx
9 rorx $7,(%ecx),%ebx
12 mulx %eax,%ebx,%esi
13 mulx (%ecx),%ebx,%esi
14 pdep %eax,%ebx,%esi
15 pdep (%ecx),%ebx,%esi
16 pext %eax,%ebx,%esi
17 pext (%ecx),%ebx,%esi
20 bzhi %eax,%ebx,%esi
21 bzhi %ebx,(
[all...]
H A Dinval-rep.s2 rep add %ebx, %eax
3 repe add %ebx, %eax
4 repz add %ebx, %eax
5 repne add %ebx, %eax
6 repnz add %ebx, %eax
H A Dx86-64-lockbad-1.s8 lock add %ebx, %eax
9 lock add $0x64, %ebx
10 lock adc %ebx, %eax
11 lock adc $0x64, %ebx
12 lock and %ebx, %eax
13 lock and $0x64, %ebx
14 lock btc %eax, %ebx
15 lock btc $0x64, %ebx
16 lock btr %eax, %ebx
17 lock btr $0x64, %ebx
[all...]
H A Dlockbad-1.l84 [ ]*6[ ]+lock mov \(%ebx\), %eax
86 [ ]*8[ ]+lock add %ebx, %eax
87 [ ]*9[ ]+lock add \$0x64, %ebx
88 [ ]*10[ ]+lock adc %ebx, %eax
89 [ ]*11[ ]+lock adc \$0x64, %ebx
90 [ ]*12[ ]+lock and %ebx, %eax
91 [ ]*13[ ]+lock and \$0x64, %ebx
92 [ ]*14[ ]+lock btc %eax, %ebx
93 [ ]*15[ ]+lock btc \$0x64, %ebx
94 [ ]*16[ ]+lock btr %eax, %ebx
[all...]
H A Dfloat.s7 fadds (%ebx)
8 faddl (%ebx)
9 fiadds (%ebx)
10 fiaddl (%ebx)
18 fsubs (%ebx)
19 fsubl (%ebx)
20 fisubs (%ebx)
21 fisubl (%ebx)
29 fsubrs (%ebx)
30 fsubrl (%ebx)
[all...]
H A Darch-5.s4 popcnt %ecx,%ebx
5 crc32 %ecx,%ebx
H A Darch-6.s4 popcnt %ecx,%ebx
5 crc32 %ecx,%ebx
H A Darch-7.s4 popcnt %ecx,%ebx
5 lzcnt %ecx,%ebx
H A Dinval-ept.s5 invept %ebx, (%ecx)
6 invept %ebx, %ecx
8 invvpid %ebx, (%ecx)
9 invvpid %ebx, %ecx
13 invept oword ptr [ecx], ebx
14 invept ecx, ebx
16 invvpid oword ptr [ecx], ebx
17 invvpid ecx, ebx
H A Dbmi.s12 andn %eax,%ebx,%esi
13 andn (%ecx),%ebx,%esi
16 bextr %eax,%ebx,%esi
17 bextr %ebx,(%ecx),%esi
20 tzcnt %eax,%ebx
21 tzcnt (%ecx),%ebx
22 blsi %eax,%ebx
23 blsi (%ecx),%ebx
24 blsmsk %eax,%ebx
25 blsmsk (%ecx),%ebx
[all...]
H A Dx86-64-lockbad-1.l86 [ ]*8[ ]+lock add %ebx, %eax
87 [ ]*9[ ]+lock add \$0x64, %ebx
88 [ ]*10[ ]+lock adc %ebx, %eax
89 [ ]*11[ ]+lock adc \$0x64, %ebx
90 [ ]*12[ ]+lock and %ebx, %eax
91 [ ]*13[ ]+lock and \$0x64, %ebx
92 [ ]*14[ ]+lock btc %eax, %ebx
93 [ ]*15[ ]+lock btc \$0x64, %ebx
94 [ ]*16[ ]+lock btr %eax, %ebx
95 [ ]*17[ ]+lock btr \$0x64, %ebx
[all...]
H A Dept.s4 invept (%ecx), %ebx
5 invvpid (%ecx), %ebx
8 invept ebx, oword ptr [ecx]
9 invvpid ebx, oword ptr [ecx]
H A Dinval-invpcid.s5 invpcid %ebx, (%ecx)
6 invpcid %ebx, %ecx
10 invpcid [ecx], ebx
11 invpcid ecx, ebx
H A Dnops-3.s5 mov %eax,%ebx
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dvmx.s13 vmread %eax,%ebx
14 vmreadl %eax,%ebx
15 vmread %eax,(%ebx)
16 vmreadl %eax,(%ebx)
17 vmwrite %eax,%ebx
18 vmwritel %eax,%ebx
19 vmwrite (%eax),%ebx
20 vmwritel (%eax),%ebx
H A Dfloat.s7 fadds (%ebx)
8 faddl (%ebx)
9 fiadds (%ebx)
10 fiaddl (%ebx)
18 fsubs (%ebx)
19 fsubl (%ebx)
20 fisubs (%ebx)
21 fisubl (%ebx)
29 fsubrs (%ebx)
30 fsubrl (%ebx)
[all...]
H A Dgotpc.s4 addl $_GLOBAL_OFFSET_TABLE_+[.-test], %ebx
6 addl $_GLOBAL_OFFSET_TABLE_, %ebx
7 leal _GLOBAL_OFFSET_TABLE_+[.-test](%eax), %ebx
8 leal _GLOBAL_OFFSET_TABLE_+[.-test](%ebx), %eax
10 leal _GLOBAL_OFFSET_TABLE_+[.-test](%ebx), %ebx
12 subl $_GLOBAL_OFFSET_TABLE_+[.-test], %ebx
14 subl $_GLOBAL_OFFSET_TABLE_, %ebx
16 orl $_GLOBAL_OFFSET_TABLE_+[.-test], %ebx
18 orl $_GLOBAL_OFFSET_TABLE_, %ebx
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dpr17306b.s2 movl foo@GOT(%ebx), %eax
/haiku-buildtools/gcc/libatomic/config/x86/
H A Dinit.c34 unsigned int eax, ebx; local
35 __get_cpuid (1, &eax, &ebx, &libat_feat1_ecx, &libat_feat1_edx);
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dfoo.s3 mov %eax, %ebx
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dadx-check.h14 unsigned int eax, ebx, ecx, edx; local
16 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
24 __cpuid_count (7, 0, eax, ebx, ecx, edx);
26 if ((ebx & bit_ADX) == bit_ADX)

Completed in 133 milliseconds

1234567891011>>