Home
last modified time | relevance | path

Searched refs:esi (Results 1 – 25 of 202) sorted by relevance

123456789

/third_party/gstreamer/gstplugins_good/gst/goom/
Dsurf3d.s13 pushl %esi
16 movl 12(%ebp),%esi
21 movl %esi,%edx
45 movl %esi,24(%edi)
53 movl %esi,%eax
54 movl %esi,-28(%ebp)
56 addl %eax,%esi
64 movl %esi,-16(%ebp)
71 movl 12(%ebp),%esi
72 testl %esi,%esi
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm88 pinsrw %34, word [esi + %2 * SIZEOF_WORD], 0 ; xmm_shadow[0] = block[jno0];
89 pinsrw %35, word [esi + %10 * SIZEOF_WORD], 0 ; xmm_shadow[8] = block[jno8];
90 pinsrw %36, word [esi + %18 * SIZEOF_WORD], 0 ; xmm_shadow[16] = block[jno16];
91 pinsrw %37, word [esi + %26 * SIZEOF_WORD], 0 ; xmm_shadow[24] = block[jno24];
92 pinsrw %34, word [esi + %3 * SIZEOF_WORD], 1 ; xmm_shadow[1] = block[jno1];
93 pinsrw %35, word [esi + %11 * SIZEOF_WORD], 1 ; xmm_shadow[9] = block[jno9];
94 pinsrw %36, word [esi + %19 * SIZEOF_WORD], 1 ; xmm_shadow[17] = block[jno17];
95 pinsrw %37, word [esi + %27 * SIZEOF_WORD], 1 ; xmm_shadow[25] = block[jno25];
96 pinsrw %34, word [esi + %4 * SIZEOF_WORD], 2 ; xmm_shadow[2] = block[jno2];
97 pinsrw %35, word [esi + %12 * SIZEOF_WORD], 2 ; xmm_shadow[10] = block[jno10];
[all …]
Djcsample-avx2.asm53 push esi
74 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
80 mov edi, JSAMPROW [esi]
89 add esi, byte SIZEOF_JSAMPROW
109 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
115 push esi
117 mov esi, JSAMPROW [esi] ; inptr
128 vmovdqu ymm0, YMMWORD [esi+0*SIZEOF_YMMWORD]
129 vmovdqu xmm1, XMMWORD [esi+1*SIZEOF_YMMWORD]
136 vmovdqu ymm0, YMMWORD [esi+0*SIZEOF_YMMWORD]
[all …]
Djcsample-sse2.asm52 push esi
73 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
79 mov edi, JSAMPROW [esi]
88 add esi, byte SIZEOF_JSAMPROW
107 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
113 push esi
115 mov esi, JSAMPROW [esi] ; inptr
123 movdqa xmm0, XMMWORD [esi+0*SIZEOF_XMMWORD]
130 movdqa xmm0, XMMWORD [esi+0*SIZEOF_XMMWORD]
131 movdqa xmm1, XMMWORD [esi+1*SIZEOF_XMMWORD]
[all …]
Djcsample-mmx.asm52 push esi
73 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
79 mov edi, JSAMPROW [esi]
88 add esi, byte SIZEOF_JSAMPROW
107 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
113 push esi
115 mov esi, JSAMPROW [esi] ; inptr
120 movq mm0, MMWORD [esi+0*SIZEOF_MMWORD]
121 movq mm1, MMWORD [esi+1*SIZEOF_MMWORD]
141 add esi, byte 2*SIZEOF_MMWORD ; inptr
[all …]
Djdsample-avx2.asm70 push esi
83 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
90 push esi
92 mov esi, JSAMPROW [esi] ; inptr
97 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
98 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
179 add esi, byte 1*SIZEOF_YMMWORD ; inptr
186 pop esi
190 add esi, byte SIZEOF_JSAMPROW ; input_data
198 pop esi
[all …]
Djcgryext-mmx.asm58 push esi
70 mov esi, JSAMPIMAGE [output_buf(eax)]
72 mov edi, JSAMPARRAY [esi+0*SIZEOF_JSAMPARRAY]
77 mov esi, JSAMPARRAY [input_buf(eax)]
85 push esi
88 mov esi, JSAMPROW [esi] ; inptr
106 mov al, BYTE [esi+ecx]
112 mov dx, WORD [esi+ecx]
122 movd mmG, DWORD [esi+ecx]
129 movq mmA, MMWORD [esi+0*SIZEOF_MMWORD]
[all …]
Djcgryext-sse2.asm57 push esi
69 mov esi, JSAMPIMAGE [output_buf(eax)]
71 mov edi, JSAMPARRAY [esi+0*SIZEOF_JSAMPARRAY]
76 mov esi, JSAMPARRAY [input_buf(eax)]
84 push esi
87 mov esi, JSAMPROW [esi] ; inptr
104 movzx eax, BYTE [esi+ecx]
109 movzx edx, WORD [esi+ecx]
119 movd xmmF, XMM_DWORD [esi+ecx]
126 movq xmmB, XMM_MMWORD [esi+ecx]
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLowLevel.cpp241 TestRegReg(cmp, ebp, esi, i32, 2, 0x3B, 0xEE); in TEST_F()
242 TestRegReg(cmp, esi, edi, i32, 2, 0x3B, 0xF7); in TEST_F()
250 TestRegReg(cmp, ebp, esi, i16, 3, 0x66, 0x3B, 0xEE); in TEST_F()
251 TestRegReg(cmp, esi, edi, i16, 3, 0x66, 0x3B, 0xF7); in TEST_F()
259 TestRegReg(cmp, ebp, esi, i8, 2, 0x3A, 0xEE); in TEST_F()
260 TestRegReg(cmp, esi, edi, i8, 2, 0x3A, 0xF7); in TEST_F()
270 TestRegImm(cmp, esi, 5, i32, 3, 0x83, 0xFE, 0x05); in TEST_F()
279 TestRegImm(cmp, esi, 5, i16, 4, 0x66, 0x83, 0xFE, 0x05); in TEST_F()
288 TestRegImm(cmp, esi, 5, i8, 3, 0x80, 0xFE, 0x05); in TEST_F()
298 TestRegImm(cmp, esi, 0x100, i32, 6, 0x81, 0xFE, 0x00, 0x01, 0x00, 0x00); in TEST_F()
[all …]
/third_party/libjpeg-turbo/simd/i386/
Djcsample-avx2.asm51 push esi
72 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
78 mov edi, JSAMPROW [esi]
87 add esi, byte SIZEOF_JSAMPROW
107 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
113 push esi
115 mov esi, JSAMPROW [esi] ; inptr
126 vmovdqu ymm0, YMMWORD [esi+0*SIZEOF_YMMWORD]
127 vmovdqu xmm1, XMMWORD [esi+1*SIZEOF_YMMWORD]
134 vmovdqu ymm0, YMMWORD [esi+0*SIZEOF_YMMWORD]
[all …]
Djcsample-sse2.asm50 push esi
71 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
77 mov edi, JSAMPROW [esi]
86 add esi, byte SIZEOF_JSAMPROW
105 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
111 push esi
113 mov esi, JSAMPROW [esi] ; inptr
121 movdqa xmm0, XMMWORD [esi+0*SIZEOF_XMMWORD]
128 movdqa xmm0, XMMWORD [esi+0*SIZEOF_XMMWORD]
129 movdqa xmm1, XMMWORD [esi+1*SIZEOF_XMMWORD]
[all …]
Djcsample-mmx.asm50 push esi
71 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
77 mov edi, JSAMPROW [esi]
86 add esi, byte SIZEOF_JSAMPROW
105 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
111 push esi
113 mov esi, JSAMPROW [esi] ; inptr
118 movq mm0, MMWORD [esi+0*SIZEOF_MMWORD]
119 movq mm1, MMWORD [esi+1*SIZEOF_MMWORD]
139 add esi, byte 2*SIZEOF_MMWORD ; inptr
[all …]
Djdsample-avx2.asm68 push esi
81 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
88 push esi
90 mov esi, JSAMPROW [esi] ; inptr
95 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
96 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
177 add esi, byte 1*SIZEOF_YMMWORD ; inptr
184 pop esi
188 add esi, byte SIZEOF_JSAMPROW ; input_data
196 pop esi
[all …]
Djcgryext-mmx.asm56 push esi
68 mov esi, JSAMPIMAGE [output_buf(eax)]
70 mov edi, JSAMPARRAY [esi+0*SIZEOF_JSAMPARRAY]
75 mov esi, JSAMPARRAY [input_buf(eax)]
83 push esi
86 mov esi, JSAMPROW [esi] ; inptr
104 mov al, byte [esi+ecx]
110 mov dx, word [esi+ecx]
120 movd mmG, dword [esi+ecx]
127 movq mmA, MMWORD [esi+0*SIZEOF_MMWORD]
[all …]
Djcgryext-sse2.asm55 push esi
67 mov esi, JSAMPIMAGE [output_buf(eax)]
69 mov edi, JSAMPARRAY [esi+0*SIZEOF_JSAMPARRAY]
74 mov esi, JSAMPARRAY [input_buf(eax)]
82 push esi
85 mov esi, JSAMPROW [esi] ; inptr
102 movzx eax, byte [esi+ecx]
107 movzx edx, word [esi+ecx]
117 movd xmmF, XMM_DWORD [esi+ecx]
124 movq xmmB, XMM_MMWORD [esi+ecx]
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcsample-avx2.asm51 push esi
72 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
78 mov edi, JSAMPROW [esi]
87 add esi, byte SIZEOF_JSAMPROW
107 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
113 push esi
115 mov esi, JSAMPROW [esi] ; inptr
126 vmovdqu ymm0, YMMWORD [esi+0*SIZEOF_YMMWORD]
127 vmovdqu xmm1, XMMWORD [esi+1*SIZEOF_YMMWORD]
134 vmovdqu ymm0, YMMWORD [esi+0*SIZEOF_YMMWORD]
[all …]
Djcsample-sse2.asm50 push esi
71 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
77 mov edi, JSAMPROW [esi]
86 add esi, byte SIZEOF_JSAMPROW
105 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
111 push esi
113 mov esi, JSAMPROW [esi] ; inptr
121 movdqa xmm0, XMMWORD [esi+0*SIZEOF_XMMWORD]
128 movdqa xmm0, XMMWORD [esi+0*SIZEOF_XMMWORD]
129 movdqa xmm1, XMMWORD [esi+1*SIZEOF_XMMWORD]
[all …]
Djcsample-mmx.asm50 push esi
71 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
77 mov edi, JSAMPROW [esi]
86 add esi, byte SIZEOF_JSAMPROW
105 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
111 push esi
113 mov esi, JSAMPROW [esi] ; inptr
118 movq mm0, MMWORD [esi+0*SIZEOF_MMWORD]
119 movq mm1, MMWORD [esi+1*SIZEOF_MMWORD]
139 add esi, byte 2*SIZEOF_MMWORD ; inptr
[all …]
Djdsample-avx2.asm68 push esi
81 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
88 push esi
90 mov esi, JSAMPROW [esi] ; inptr
95 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
96 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
177 add esi, byte 1*SIZEOF_YMMWORD ; inptr
184 pop esi
188 add esi, byte SIZEOF_JSAMPROW ; input_data
196 pop esi
[all …]
Djcgryext-mmx.asm56 push esi
68 mov esi, JSAMPIMAGE [output_buf(eax)]
70 mov edi, JSAMPARRAY [esi+0*SIZEOF_JSAMPARRAY]
75 mov esi, JSAMPARRAY [input_buf(eax)]
83 push esi
86 mov esi, JSAMPROW [esi] ; inptr
104 mov al, byte [esi+ecx]
110 mov dx, word [esi+ecx]
120 movd mmG, dword [esi+ecx]
127 movq mmA, MMWORD [esi+0*SIZEOF_MMWORD]
[all …]
Djcgryext-sse2.asm55 push esi
67 mov esi, JSAMPIMAGE [output_buf(eax)]
69 mov edi, JSAMPARRAY [esi+0*SIZEOF_JSAMPARRAY]
74 mov esi, JSAMPARRAY [input_buf(eax)]
82 push esi
85 mov esi, JSAMPROW [esi] ; inptr
102 movzx eax, byte [esi+ecx]
107 movzx edx, word [esi+ecx]
117 movd xmmF, XMM_DWORD [esi+ecx]
124 movq xmmB, XMM_MMWORD [esi+ecx]
[all …]
Djdsample-mmx.asm67 push esi
80 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
87 push esi
89 mov esi, JSAMPROW [esi] ; inptr
94 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]
95 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
347 movq mm2, MMWORD [esi+1*SIZEOF_MMWORD] ; mm2=row[+1][1]
549 push esi
561 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data
567 push esi
[all …]
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
Dx86.s108 push esi
110 .cfi_offset esi, -12
113 mov esi,DWORD PTR [esp+0x10]
116 pop esi
133 push esi
138 .cfi_offset esi, -12
141 mov esi,DWORD PTR [esp+0x14]
147 pop esi
164 push esi
172 .cfi_offset esi, -12
[all …]
/third_party/elfutils/tests/
Dtestfile44.expect.bz2 ... 14 1c: 03 04 06 add (%esi,%eax,1),%eax 15 ...
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLowLevel.cpp282 TestRegReg(cmp, ebp, esi, i32, 2, 0x3B, 0xEE); in TEST_F()
283 TestRegReg(cmp, esi, edi, i32, 2, 0x3B, 0xF7); in TEST_F()
299 TestRegReg(cmp, ebp, esi, i16, 3, 0x66, 0x3B, 0xEE); in TEST_F()
300 TestRegReg(cmp, esi, edi, i16, 3, 0x66, 0x3B, 0xF7); in TEST_F()
316 TestRegReg(cmp, ebp, esi, i8, 3, 0x40, 0x3A, 0xEE); in TEST_F()
317 TestRegReg(cmp, esi, edi, i8, 3, 0x40, 0x3A, 0xF7); in TEST_F()
335 TestRegImm(cmp, esi, 5, i32, 3, 0x83, 0xFE, 0x05); in TEST_F()
352 TestRegImm(cmp, esi, 5, i16, 4, 0x66, 0x83, 0xFE, 0x05); in TEST_F()
369 TestRegImm(cmp, esi, 5, i8, 4, 0x40, 0x80, 0xFE, 0x05); in TEST_F()
387 TestRegImm(cmp, esi, 0x100, i32, 6, 0x81, 0xFE, 0x00, 0x01, 0x00, 0x00); in TEST_F()
[all …]

123456789