HomeSort by relevance Sort by last modified time
    Searched refs:movzb (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
mov_test.s 80 # MOVZB reg, reg
82 movzb r1,r2
83 movzb r3,r4
84 movzb r5,r6
85 movzb r7,r8
86 movzb r9,r10
mov_test.d 60 84: 12 5d movzb r1,r2
61 86: 34 5d movzb r3,r4
62 88: 56 5d movzb r5,r6
63 8a: 78 5d movzb r7,r8
64 8c: 9a 5d movzb r9,r10
  /external/boringssl/src/crypto/aes/asm/
aes-x86_64.pl 96 movzb `&lo("$s0")`,$acc0
97 movzb `&lo("$s1")`,$acc1
98 movzb `&lo("$s2")`,$acc2
103 movzb `&hi("$s1")`,$acc0
104 movzb `&hi("$s2")`,$acc1
105 movzb `&lo("$s3")`,$acc2
110 movzb `&hi("$s3")`,$acc0
112 movzb `&hi("$s0")`,$acc2
121 movzb `&lo("$s2")`,$acc0
122 movzb `&lo("$s3")`,$acc
    [all...]
bsaes-x86_64.pl     [all...]
aesni-x86_64.pl     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
general.s 215 # Make sure that we won't remove movzb by accident.
216 movzb %al,%di
217 movzb %al,%ecx
general.l 289 215 # Make sure that we won't remove movzb by accident.
290 216 0226 660FB6F8 movzb %al,%di
291 217 022a 0FB6C8 movzb %al,%ecx
i386.s 29 movzb (%eax), %edx
30 movzb (%eax), %dx
  /external/boringssl/src/crypto/rc4/asm/
rc4-x86_64.pl 68 # observed to outperform 64-bit one by almost 50%]. Adding two movzb to
76 # another movzb to cloop1 improved performance by almost 50%! Core2
331 movzb ($dat,$XX[0]),$TX[0]#d
345 movzb ($dat,$YY),$TY#d
346 movzb $XX[1]#b,$XX[1]#d
347 movzb ($dat,$XX[1]),$TX[1]#d
364 movzb ($dat,$YY),$TY#d
365 movzb $XX[1]#b,$XX[1]#d
366 movzb ($dat,$XX[1]),$TX[1]#d
396 movzb $YY#b,$YY#
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_gcc.cc     [all...]
  /external/boringssl/src/crypto/perlasm/
x86gas.pl 57 sub ::movzx { &::movzb(@_); }
  /external/boringssl/src/crypto/modes/asm/
ghash-x86_64.pl 224 movzb 15($Xi),$Zlo
328 &movzb ($rem[0],"(%rsp,$nhi[0])");
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]

Completed in 3107 milliseconds