Searched refs:rax (Results 1 - 25 of 273) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dx86-64-vmx.s9 vmclear (%rax)
10 vmptrld (%rax)
11 vmptrst (%rax)
12 vmxon (%rax)
13 vmread %rax,%rbx
14 vmreadq %rax,%rbx
15 vmread %rax,(%rbx)
16 vmreadq %rax,(%rbx)
17 vmwrite %rax,%rbx
18 vmwriteq %rax,
[all...]
H A Dx86-64-gidt.s6 sidt (%rax)
7 lidt (%rax)
8 sgdt (%rax)
9 lgdt (%rax)
10 sidtq (%rax)
11 lidtq (%rax)
12 sgdtq (%rax)
13 lgdtq (%rax)
H A Dx86-64-xsave.s7 xsave (%rax)
9 xsave (%r8, %rax)
10 xsave (%rax, %r8)
12 xsave64 (%rax)
14 xsave64 (%r8, %rax)
15 xsave64 (%rax, %r8)
16 xrstor (%rax)
18 xrstor (%r8, %rax)
19 xrstor (%rax, %r8)
21 xrstor64 (%rax)
[all...]
H A Dx86-64-inval-seg.s3 movq %ds,(%rax)
4 movl %ds,(%rax)
5 movq (%rax),%ds
6 movl (%rax),%ds
H A Dx86-64-branch.s2 callq *%rax
3 call *%rax
6 callw *(%rax)
7 jmpq *%rax
8 jmp *%rax
11 jmpw *(%rax)
14 call rax
15 callq rax
18 callw [rax]
19 jmp rax
[all...]
H A Dx86-64-fxsave.s5 fxsave (%rax)
7 fxsave (%r8, %rax)
8 fxsave (%rax, %r8)
10 fxsave64 (%rax)
12 fxsave64 (%r8, %rax)
13 fxsave64 (%rax, %r8)
14 fxrstor (%rax)
16 fxrstor (%r8, %rax)
17 fxrstor (%rax, %r8)
19 fxrstor64 (%rax)
[all...]
H A Dx86-64-segment.s4 movw %ds,(%rax)
5 mov %ds,(%rax)
6 movw (%rax),%ds
7 mov (%rax),%ds
9 movq %ds,%rax
10 movq %rax,%ds
H A Dx86-64-vmx.d13 c: 66 0f c7 30 [ ]*vmclear \(%rax\)
14 10: 0f c7 30 [ ]*vmptrld \(%rax\)
15 13: 0f c7 38 [ ]*vmptrst \(%rax\)
16 16: f3 0f c7 30 [ ]*vmxon \(%rax\)
17 1a: 0f 78 c3 [ ]*vmread %rax,%rbx
18 1d: 0f 78 c3 [ ]*vmread %rax,%rbx
19 20: 0f 78 03 [ ]*vmread %rax,\(%rbx\)
20 23: 0f 78 03 [ ]*vmread %rax,\(%rbx\)
21 26: 0f 79 d8 [ ]*vmwrite %rax,%rbx
22 29: 0f 79 d8 [ ]*vmwrite %rax,
[all...]
H A Dx86-64-inval-seg.l11 3 [ ]* movq %ds,\(%rax\)
12 4 [ ]* movl %ds,\(%rax\)
13 5 [ ]* movq \(%rax\),%ds
14 6 [ ]* movl \(%rax\),%ds
H A Dx86-64-disp32.s2 mov 3(%rax),%ebx
3 mov.d32 3(%rax),%ebx
10 mov DWORD PTR [rax+3], ebx
11 mov.d32 DWORD PTR [rax+3], ebx
H A Dx86-64-gidt.d9 0: 0f 01 08 [ ]*sidt \(%rax\)
10 3: 0f 01 18 [ ]*lidt \(%rax\)
11 6: 0f 01 00 [ ]*sgdt \(%rax\)
12 9: 0f 01 10 [ ]*lgdt \(%rax\)
13 c: 0f 01 08 [ ]*sidt \(%rax\)
14 f: 0f 01 18 [ ]*lidt \(%rax\)
15 12: 0f 01 00 [ ]*sgdt \(%rax\)
16 15: 0f 01 10 [ ]*lgdt \(%rax\)
H A Dx86-64-localpic.s4 movq foo@GOTPCREL(%rip), %rax
H A Dx86-64-simd.s14 cvtsi2ss %rax, %xmm1
15 cvtsi2sd %rax, %xmm1
16 cvtsi2ssq %rax, %xmm1
17 cvtsi2sdq %rax, %xmm1
18 cvtsi2ss (%rax), %xmm1
19 cvtsi2sd (%rax), %xmm1
20 cvtsi2ssl (%rax), %xmm1
21 cvtsi2sdl (%rax), %xmm1
22 cvtsi2ssq (%rax), %xmm1
23 cvtsi2sdq (%rax),
[all...]
H A Dx86-64-crx.s3 movq %cr8, %rax
5 movq %rax, %cr8
9 movq cr8, rax
11 movq rax, cr8
15 mov rax, cr8
17 mov cr8, rax
H A Dx86-64-drx.s3 movq %dr8, %rax
5 movq %rax, %dr8
9 movq dr8, rax
11 movq rax, dr8
15 mov rax, dr8
17 mov dr8, rax
H A Dx86-64-crc32.s7 crc32b (%rsi), %rax
10 crc32q (%rsi), %rax
13 crc32 %al, %rax
14 crc32b %al, %rax
19 crc32 %rax, %rax
20 crc32q %rax, %rax
23 crc32 rax,byte ptr [rsi]
27 crc32 rax,qwor
[all...]
H A Dx86-64-addr32.s2 lea symbol(%eax), %rax
3 lea symbol(%r8d), %rax
4 lea symbol(%eip), %rax
5 addr32 lea symbol, %rax
9 addr32 mov 0x600898,%rax
10 addr32 mov 0x800898,%rax
15 addr32 mov %rax,0x600898
16 addr32 mov %rax,0x800898
H A Dx86-64-pcrel.s6 movq $(xtrn - .), %rax
7 movabsq $(xtrn - .), %rax
12 movq $xtrn, %rax
13 movabsq $xtrn, %rax
H A Dx86-64-segment.l4 4 0000 8C18 movw %ds,\(%rax\)
5 5 0002 8C18 mov %ds,\(%rax\)
6 6 0004 8E18 movw \(%rax\),%ds
7 7 0006 8E18 mov \(%rax\),%ds
9 9 0008 488CD8 movq %ds,%rax
10 10 000b 488ED8 movq %rax,%ds
H A Dx86-64-stack-intel.d10 [ ]*[a-f0-9]+: 50 push rax
12 [ ]*[a-f0-9]+: 66 48 50 data32 push rax
13 [ ]*[a-f0-9]+: 58 pop rax
15 [ ]*[a-f0-9]+: 66 48 58 data32 pop rax
16 [ ]*[a-f0-9]+: 8f c0 pop rax
18 [ ]*[a-f0-9]+: 66 48 8f c0 data32 pop rax
19 [ ]*[a-f0-9]+: 8f 00 pop QWORD PTR \[rax\]
20 [ ]*[a-f0-9]+: 66 8f 00 pop WORD PTR \[rax\]
21 [ ]*[a-f0-9]+: 66 48 8f 00 data32 pop QWORD PTR \[rax\]
22 [ ]*[a-f0-9]+: ff d0 call rax
[all...]
H A Dx86-64-stack-suffix.d10 [ ]*[a-f0-9]+: 50 pushq %rax
12 [ ]*[a-f0-9]+: 66 48 50 data32 pushq %rax
13 [ ]*[a-f0-9]+: 58 popq %rax
15 [ ]*[a-f0-9]+: 66 48 58 data32 popq %rax
16 [ ]*[a-f0-9]+: 8f c0 popq %rax
18 [ ]*[a-f0-9]+: 66 48 8f c0 data32 popq %rax
19 [ ]*[a-f0-9]+: 8f 00 popq \(%rax\)
20 [ ]*[a-f0-9]+: 66 8f 00 popw \(%rax\)
21 [ ]*[a-f0-9]+: 66 48 8f 00 data32 popq \(%rax\)
22 [ ]*[a-f0-9]+: ff d0 callq \*%rax
[all...]
H A Dx86-64-stack.d9 [ ]*[a-f0-9]+: 50 push %rax
11 [ ]*[a-f0-9]+: 66 48 50 data32 push %rax
12 [ ]*[a-f0-9]+: 58 pop %rax
14 [ ]*[a-f0-9]+: 66 48 58 data32 pop %rax
15 [ ]*[a-f0-9]+: 8f c0 pop %rax
17 [ ]*[a-f0-9]+: 66 48 8f c0 data32 pop %rax
18 [ ]*[a-f0-9]+: 8f 00 popq \(%rax\)
19 [ ]*[a-f0-9]+: 66 8f 00 popw \(%rax\)
20 [ ]*[a-f0-9]+: 66 48 8f 00 data32 popq \(%rax\)
21 [ ]*[a-f0-9]+: ff d0 callq \*%rax
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/x86_64/string/
H A Dmemchr.S65 movq (%rdi),%rax /* value to check */
67 xorq %rsi,%rax /* now looking for zeros */
69 mov %rax,%rcx
70 subq %r8,%rax /* x - 0x01 */
72 andq %r9,%rax /* (x - 0x01) & 0x80 */
73 andq %rcx,%rax /* ((x - 0x01) & 0x80) & ~x */
77 bsf %rax,%rax
79 lea -8(%rax,%rdi),%rax
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/x86_64/sys/
H A D__sigtramp2.S46 movq $SYS_setcontext, %rax
49 movq $SYS_exit, %rax
/netbsd-6-1-5-RELEASE/lib/libc/arch/x86_64/stdlib/
H A Dlabs.S27 movq %rdi,%rax
28 testq %rax,%rax
30 negq %rax

Completed in 184 milliseconds

1234567891011