Searched refs:esi (Results 1 – 25 of 202) sorted by relevance
123456789
13 pushl %esi16 movl 12(%ebp),%esi21 movl %esi,%edx45 movl %esi,24(%edi)53 movl %esi,%eax54 movl %esi,-28(%ebp)56 addl %eax,%esi64 movl %esi,-16(%ebp)71 movl 12(%ebp),%esi72 testl %esi,%esi[all …]
88 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 …]
53 push esi74 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data80 mov edi, JSAMPROW [esi]89 add esi, byte SIZEOF_JSAMPROW109 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data115 push esi117 mov esi, JSAMPROW [esi] ; inptr128 vmovdqu ymm0, YMMWORD [esi+0*SIZEOF_YMMWORD]129 vmovdqu xmm1, XMMWORD [esi+1*SIZEOF_YMMWORD]136 vmovdqu ymm0, YMMWORD [esi+0*SIZEOF_YMMWORD][all …]
52 push esi73 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data79 mov edi, JSAMPROW [esi]88 add esi, byte SIZEOF_JSAMPROW107 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data113 push esi115 mov esi, JSAMPROW [esi] ; inptr123 movdqa xmm0, XMMWORD [esi+0*SIZEOF_XMMWORD]130 movdqa xmm0, XMMWORD [esi+0*SIZEOF_XMMWORD]131 movdqa xmm1, XMMWORD [esi+1*SIZEOF_XMMWORD][all …]
52 push esi73 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data79 mov edi, JSAMPROW [esi]88 add esi, byte SIZEOF_JSAMPROW107 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data113 push esi115 mov esi, JSAMPROW [esi] ; inptr120 movq mm0, MMWORD [esi+0*SIZEOF_MMWORD]121 movq mm1, MMWORD [esi+1*SIZEOF_MMWORD]141 add esi, byte 2*SIZEOF_MMWORD ; inptr[all …]
70 push esi83 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data90 push esi92 mov esi, JSAMPROW [esi] ; inptr97 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]98 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample179 add esi, byte 1*SIZEOF_YMMWORD ; inptr186 pop esi190 add esi, byte SIZEOF_JSAMPROW ; input_data198 pop esi[all …]
58 push esi70 mov esi, JSAMPIMAGE [output_buf(eax)]72 mov edi, JSAMPARRAY [esi+0*SIZEOF_JSAMPARRAY]77 mov esi, JSAMPARRAY [input_buf(eax)]85 push esi88 mov esi, JSAMPROW [esi] ; inptr106 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 …]
57 push esi69 mov esi, JSAMPIMAGE [output_buf(eax)]71 mov edi, JSAMPARRAY [esi+0*SIZEOF_JSAMPARRAY]76 mov esi, JSAMPARRAY [input_buf(eax)]84 push esi87 mov esi, JSAMPROW [esi] ; inptr104 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 …]
241 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 …]
51 push esi72 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data78 mov edi, JSAMPROW [esi]87 add esi, byte SIZEOF_JSAMPROW107 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data113 push esi115 mov esi, JSAMPROW [esi] ; inptr126 vmovdqu ymm0, YMMWORD [esi+0*SIZEOF_YMMWORD]127 vmovdqu xmm1, XMMWORD [esi+1*SIZEOF_YMMWORD]134 vmovdqu ymm0, YMMWORD [esi+0*SIZEOF_YMMWORD][all …]
50 push esi71 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data77 mov edi, JSAMPROW [esi]86 add esi, byte SIZEOF_JSAMPROW105 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data111 push esi113 mov esi, JSAMPROW [esi] ; inptr121 movdqa xmm0, XMMWORD [esi+0*SIZEOF_XMMWORD]128 movdqa xmm0, XMMWORD [esi+0*SIZEOF_XMMWORD]129 movdqa xmm1, XMMWORD [esi+1*SIZEOF_XMMWORD][all …]
50 push esi71 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data77 mov edi, JSAMPROW [esi]86 add esi, byte SIZEOF_JSAMPROW105 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data111 push esi113 mov esi, JSAMPROW [esi] ; inptr118 movq mm0, MMWORD [esi+0*SIZEOF_MMWORD]119 movq mm1, MMWORD [esi+1*SIZEOF_MMWORD]139 add esi, byte 2*SIZEOF_MMWORD ; inptr[all …]
68 push esi81 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data88 push esi90 mov esi, JSAMPROW [esi] ; inptr95 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]96 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample177 add esi, byte 1*SIZEOF_YMMWORD ; inptr184 pop esi188 add esi, byte SIZEOF_JSAMPROW ; input_data196 pop esi[all …]
56 push esi68 mov esi, JSAMPIMAGE [output_buf(eax)]70 mov edi, JSAMPARRAY [esi+0*SIZEOF_JSAMPARRAY]75 mov esi, JSAMPARRAY [input_buf(eax)]83 push esi86 mov esi, JSAMPROW [esi] ; inptr104 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 …]
55 push esi67 mov esi, JSAMPIMAGE [output_buf(eax)]69 mov edi, JSAMPARRAY [esi+0*SIZEOF_JSAMPARRAY]74 mov esi, JSAMPARRAY [input_buf(eax)]82 push esi85 mov esi, JSAMPROW [esi] ; inptr102 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 …]
67 push esi80 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data87 push esi89 mov esi, JSAMPROW [esi] ; inptr94 mov dl, JSAMPLE [esi+(eax-1)*SIZEOF_JSAMPLE]95 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample347 movq mm2, MMWORD [esi+1*SIZEOF_MMWORD] ; mm2=row[+1][1]549 push esi561 mov esi, JSAMPARRAY [input_data(ebp)] ; input_data567 push esi[all …]
108 push esi110 .cfi_offset esi, -12113 mov esi,DWORD PTR [esp+0x10]116 pop esi133 push esi138 .cfi_offset esi, -12141 mov esi,DWORD PTR [esp+0x14]147 pop esi164 push esi172 .cfi_offset esi, -12[all …]
... 14 1c: 03 04 06 add (%esi,%eax,1),%eax 15 ...
282 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 …]