/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-inval-movbe.s | 1 # Check illegal movbe in 64bit mode. 4 movbe (%rcx),%bl 5 movbe %ecx,%ebx 6 movbe %bx,%rcx 7 movbe %rbx,%rcx 8 movbe %bl,(%rcx) 11 movbe bl, byte ptr [rcx] 12 movbe ebx, ecx 13 movbe rcx, bx 14 movbe rcx, rb [all...] |
inval-movbe.s | 1 # Check illegal movbe 4 movbe (%ecx),%bl 5 movbe %ecx,%ebx 6 movbe %bx,%ecx 7 movbe %bl,(%ecx) 10 movbe bl, byte ptr [ecx] 11 movbe ebx, ecx 12 movbe ecx, bx 13 movbe byte ptr [ecx], bl
|
x86-64-movbe.s | 1 # Check 64bit movbe 4 movbe (%r9),%r13w 5 movbe (%r9),%r13d 6 movbe (%r9),%r13 7 movbe %r13w,(%r9) 8 movbe %r13d,(%r9) 9 movbe %r13,(%r9) 18 movbe bx, word ptr [rcx] 19 movbe ebx, dword ptr [rcx] 20 movbe rbx, qword ptr [rcx [all...] |
movbe.s | 1 # Check movbe 4 movbe (%ecx),%bx 5 movbe (%ecx),%ebx 6 movbe %bx,(%ecx) 7 movbe %ebx,(%ecx) 14 movbe bx, word ptr [ecx] 15 movbe ebx, dword ptr [ecx] 16 movbe word ptr [ecx], bx 17 movbe dword ptr [ecx], ebx
|
inval-movbe.l | 13 [ ]*1[ ]+\# Check illegal movbe 16 [ ]*4[ ]+movbe \(%ecx\),%bl 17 [ ]*5[ ]+movbe %ecx,%ebx 18 [ ]*6[ ]+movbe %bx,%ecx 19 [ ]*7[ ]+movbe %bl,\(%ecx\) 22 [ ]*10[ ]+movbe bl, byte ptr \[ecx\] 23 [ ]*11[ ]+movbe ebx, ecx 24 [ ]*12[ ]+movbe ecx, bx 25 [ ]*13[ ]+movbe byte ptr \[ecx\], bl
|
movbe-intel.d | 2 #name: i386 movbe (Intel disassembly) 3 #source: movbe.s 10 [ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe bx,WORD PTR \[ecx\] 11 [ ]*[a-f0-9]+: 0f 38 f0 19 movbe ebx,DWORD PTR \[ecx\] 12 [ ]*[a-f0-9]+: 66 0f 38 f1 19 movbe WORD PTR \[ecx\],bx 13 [ ]*[a-f0-9]+: 0f 38 f1 19 movbe DWORD PTR \[ecx\],ebx 14 [ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe bx,WORD PTR \[ecx\] 15 [ ]*[a-f0-9]+: 0f 38 f0 19 movbe ebx,DWORD PTR \[ecx\] 16 [ ]*[a-f0-9]+: 66 0f 38 f1 19 movbe WORD PTR \[ecx\],bx 17 [ ]*[a-f0-9]+: 0f 38 f1 19 movbe DWORD PTR \[ecx\],eb [all...] |
movbe.d | 2 #name: i386 movbe 9 [ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe \(%ecx\),%bx 10 [ ]*[a-f0-9]+: 0f 38 f0 19 movbe \(%ecx\),%ebx 11 [ ]*[a-f0-9]+: 66 0f 38 f1 19 movbe %bx,\(%ecx\) 12 [ ]*[a-f0-9]+: 0f 38 f1 19 movbe %ebx,\(%ecx\) 13 [ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe \(%ecx\),%bx 14 [ ]*[a-f0-9]+: 0f 38 f0 19 movbe \(%ecx\),%ebx 15 [ ]*[a-f0-9]+: 66 0f 38 f1 19 movbe %bx,\(%ecx\) 16 [ ]*[a-f0-9]+: 0f 38 f1 19 movbe %ebx,\(%ecx\) 17 [ ]*[a-f0-9]+: 66 0f 38 f0 19 movbe \(%ecx\),%b [all...] |
x86-64-movbe-intel.d | 2 #name: x86-64 movbe (Intel mode) 3 #source: x86-64-movbe.s 10 [ ]*[a-f0-9]+: 66 45 0f 38 f0 29 movbe r13w,WORD PTR \[r9\] 11 [ ]*[a-f0-9]+: 45 0f 38 f0 29 movbe r13d,DWORD PTR \[r9\] 12 [ ]*[a-f0-9]+: 4d 0f 38 f0 29 movbe r13,QWORD PTR \[r9\] 13 [ ]*[a-f0-9]+: 66 45 0f 38 f1 29 movbe WORD PTR \[r9\],r13w 14 [ ]*[a-f0-9]+: 45 0f 38 f1 29 movbe DWORD PTR \[r9\],r13d 15 [ ]*[a-f0-9]+: 4d 0f 38 f1 29 movbe QWORD PTR \[r9\],r13 16 [ ]*[a-f0-9]+: 66 45 0f 38 f0 29 movbe r13w,WORD PTR \[r9\] 17 [ ]*[a-f0-9]+: 45 0f 38 f0 29 movbe r13d,DWORD PTR \[r9\ [all...] |
x86-64-inval-movbe.l | 15 [ ]*1[ ]+\# Check illegal movbe in 64bit mode\. 18 [ ]*4[ ]+movbe \(%rcx\),%bl 19 [ ]*5[ ]+movbe %ecx,%ebx 20 [ ]*6[ ]+movbe %bx,%rcx 21 [ ]*7[ ]+movbe %rbx,%rcx 22 [ ]*8[ ]+movbe %bl,\(%rcx\) 25 [ ]*11[ ]+movbe bl, byte ptr \[rcx\] 26 [ ]*12[ ]+movbe ebx, ecx 27 [ ]*13[ ]+movbe rcx, bx 28 [ ]*14[ ]+movbe rcx, rb [all...] |
x86-64-movbe.d | 2 #name: x86-64 movbe 9 [ ]*[a-f0-9]+: 66 45 0f 38 f0 29 movbe \(%r9\),%r13w 10 [ ]*[a-f0-9]+: 45 0f 38 f0 29 movbe \(%r9\),%r13d 11 [ ]*[a-f0-9]+: 4d 0f 38 f0 29 movbe \(%r9\),%r13 12 [ ]*[a-f0-9]+: 66 45 0f 38 f1 29 movbe %r13w,\(%r9\) 13 [ ]*[a-f0-9]+: 45 0f 38 f1 29 movbe %r13d,\(%r9\) 14 [ ]*[a-f0-9]+: 4d 0f 38 f1 29 movbe %r13,\(%r9\) 15 [ ]*[a-f0-9]+: 66 45 0f 38 f0 29 movbe \(%r9\),%r13w 16 [ ]*[a-f0-9]+: 45 0f 38 f0 29 movbe \(%r9\),%r13d 17 [ ]*[a-f0-9]+: 4d 0f 38 f0 29 movbe \(%r9\),%r1 [all...] |
arch-10.s | 43 # MOVBE 44 movbe (%ecx),%ebx label
|
x86-64-arch-2.s | 43 # MOVBE 44 movbe (%rcx),%ebx label
|
arch-10-1.l | 79 [ ]*43[ ]+\# MOVBE 80 [ ]*44[ ]+movbe \(%ecx\),%ebx
|
arch-10-2.l | 78 [ ]*43[ ]+\# MOVBE 79 [ ]*44[ ]+movbe \(%ecx\),%ebx
|
arch-10-3.l | 74 [ ]*43[ ]+\# MOVBE 75 [ ]*44[ ]+movbe \(%ecx\),%ebx
|
arch-10-4.l | 72 [ ]*43[ ]+\# MOVBE 73 [ ]*44[ ]+movbe \(%ecx\),%ebx
|
arch-10-bdver1.d | 2 #as: -march=bdver1+vmx+smx+xsaveopt+fma+movbe+ept+padlock+bmi+tbm 31 [ ]*[a-f0-9]+: 0f 38 f0 19 movbe \(%ecx\),%ebx
|
arch-10-bdver2.d | 2 #as: -march=bdver2+vmx+smx+xsaveopt+movbe+ept+padlock 31 [ ]*[a-f0-9]+: 0f 38 f0 19 movbe \(%ecx\),%ebx
|
arch-10-bdver3.d | 2 #as: -march=bdver3+vmx+smx+movbe+ept+padlock 31 [ ]*[a-f0-9]+: 0f 38 f0 19 movbe \(%ecx\),%ebx
|
arch-10-btver1.d | 2 #as: -march=btver1+avx+vmx+smx+xsave+xsaveopt+aes+pclmul+movbe+ept+padlock+fma+bmi+tbm 31 [ ]*[a-f0-9]+: 0f 38 f0 19 movbe \(%ecx\),%ebx
|
/external/valgrind/none/tests/amd64/ |
movbe.vgtest | 1 prereq: test -e movbe 2 prog: movbe
|
movbe.c | 64 GEN_test_Monly( MOVBE_RtoM_64, "movbe %%r9, 1(%%rax)") 65 GEN_test_Monly( MOVBE_RtoM_32, "movbe %%r9d,1(%%rax)") 66 GEN_test_Monly( MOVBE_RtoM_16, "movbe %%r9w,1(%%rax)") 68 GEN_test_Monly( MOVBE_MtoR_64, "movbe 1(%%rax), %%r9") 69 GEN_test_Monly( MOVBE_MtoR_32, "movbe 1(%%rax), %%r9d") 70 GEN_test_Monly( MOVBE_MtoR_16, "movbe 1(%%rax), %%r9w")
|
/external/valgrind/none/tests/x86/ |
movbe.vgtest | 1 prereq: test -e movbe 2 prog: movbe
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-movbe-intel.d | 1 #source: ../x86-64-movbe.s 3 #name: x86-64 (ILP32) movbe (Intel mode) 10 [ ]*[a-f0-9]+: 66 45 0f 38 f0 29 movbe r13w,WORD PTR \[r9\] 11 [ ]*[a-f0-9]+: 45 0f 38 f0 29 movbe r13d,DWORD PTR \[r9\] 12 [ ]*[a-f0-9]+: 4d 0f 38 f0 29 movbe r13,QWORD PTR \[r9\] 13 [ ]*[a-f0-9]+: 66 45 0f 38 f1 29 movbe WORD PTR \[r9\],r13w 14 [ ]*[a-f0-9]+: 45 0f 38 f1 29 movbe DWORD PTR \[r9\],r13d 15 [ ]*[a-f0-9]+: 4d 0f 38 f1 29 movbe QWORD PTR \[r9\],r13 16 [ ]*[a-f0-9]+: 66 45 0f 38 f0 29 movbe r13w,WORD PTR \[r9\] 17 [ ]*[a-f0-9]+: 45 0f 38 f0 29 movbe r13d,DWORD PTR \[r9\ [all...] |
x86-64-movbe.d | 1 #source: ../x86-64-movbe.s 3 #name: x86-64 (ILP32) movbe 10 [ ]*[a-f0-9]+: 66 45 0f 38 f0 29 movbe \(%r9\),%r13w 11 [ ]*[a-f0-9]+: 45 0f 38 f0 29 movbe \(%r9\),%r13d 12 [ ]*[a-f0-9]+: 4d 0f 38 f0 29 movbe \(%r9\),%r13 13 [ ]*[a-f0-9]+: 66 45 0f 38 f1 29 movbe %r13w,\(%r9\) 14 [ ]*[a-f0-9]+: 45 0f 38 f1 29 movbe %r13d,\(%r9\) 15 [ ]*[a-f0-9]+: 4d 0f 38 f1 29 movbe %r13,\(%r9\) 16 [ ]*[a-f0-9]+: 66 45 0f 38 f0 29 movbe \(%r9\),%r13w 17 [ ]*[a-f0-9]+: 45 0f 38 f0 29 movbe \(%r9\),%r13 [all...] |