HomeSort by relevance Sort by last modified time
    Searched refs:LB (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGen/
avx-builtins.c 27 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) {
29 return _mm_cmpestrm(A, LA, B, LB, 7);
32 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) {
34 return _mm_cmpestri(A, LA, B, LB, 7);
37 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) {
39 return _mm_cmpestra(A, LA, B, LB, 7);
42 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) {
44 return _mm_cmpestrc(A, LA, B, LB, 7);
47 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) {
49 return _mm_cmpestro(A, LA, B, LB, 7)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-586.pl 77 &add (&LB($yy),&LB($tx));
82 &inc (&LB($xx));
105 &add (&LB($yy),&LB($tx));
115 &add (&LB($ty),&LB($tx));
131 &add (&LB($yy),&LB($tx));
138 &movz ($xx,&LB($xx)); # (*
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 77 &add (&LB($yy),&LB($tx));
82 &inc (&LB($xx));
105 &add (&LB($yy),&LB($tx));
115 &add (&LB($ty),&LB($tx));
131 &add (&LB($yy),&LB($tx));
138 &movz ($xx,&LB($xx)); # (*
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-686.pl 98 &movb( &LB($tmp1), &HB($R));
99 &movb( &LB($tmp2), &LB($R));
107 &movb( &LB($tmp1), &HB($R));
108 &movb( &LB($tmp2), &LB($R));
  /external/openssl/crypto/bf/asm/
bf-686.pl 98 &movb( &LB($tmp1), &HB($R));
99 &movb( &LB($tmp2), &LB($R));
107 &movb( &LB($tmp1), &HB($R));
108 &movb( &LB($tmp2), &LB($R));
  /external/chromium_org/third_party/openssl/openssl/crypto/
x86cpuid.pl 30 &setne (&LB("eax"));
33 &setne (&LB("eax"));
36 &setne (&LB("eax"));
41 &setne (&LB("eax"));
44 &setne (&LB("eax"));
47 &setne (&LB("eax"));
66 &movz ("esi",&LB("ecx")); # number of cores - 1
112 &cmp (&LB("ebx"),1);
  /external/openssl/crypto/
x86cpuid.pl 30 &setne (&LB("eax"));
33 &setne (&LB("eax"));
36 &setne (&LB("eax"));
41 &setne (&LB("eax"));
44 &setne (&LB("eax"));
47 &setne (&LB("eax"));
66 &movz ("esi",&LB("ecx")); # number of cores - 1
114 &cmp (&LB("ebx"),1);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java 120 if ( k<0 ) return LB(-k);
157 protected T LB(int k) {
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
crypt586.pl 107 &movb( &LB($tmp1), &LB($u) );
108 &movb( &LB($tmp2), &HB($u) );
112 &movb( &LB($tmp1), &LB($t) );
114 &movb( &LB($tmp2), &HB($t) );
117 &movb( &LB($tmp1), &HB($u) );
120 &movb( &LB($tmp2), &HB($t) );
  /external/openssl/crypto/des/asm/
crypt586.pl 107 &movb( &LB($tmp1), &LB($u) );
108 &movb( &LB($tmp2), &HB($u) );
112 &movb( &LB($tmp1), &LB($t) );
114 &movb( &LB($tmp2), &HB($t) );
117 &movb( &LB($tmp1), &HB($u) );
120 &movb( &LB($tmp2), &HB($t) );
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-x86_64.pl 71 sub LB() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/ or
92 mov `&LB("$Zlo")`,`&LB("$nlo")`
93 mov `&LB("$Zlo")`,`&LB("$nhi")`
94 shl \$4,`&LB("$nlo")`
98 and \$0xf0,`&LB("$nhi")`
107 mov ($inp,$cnt),`&LB("$nlo")`
112 mov `&LB("$nlo")`,`&LB("$nhi")
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 71 sub LB() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/ or
92 mov `&LB("$Zlo")`,`&LB("$nlo")`
93 mov `&LB("$Zlo")`,`&LB("$nhi")`
94 shl \$4,`&LB("$nlo")`
98 and \$0xf0,`&LB("$nhi")`
107 mov ($inp,$cnt),`&LB("$nlo")`
112 mov `&LB("$nlo")`,`&LB("$nhi")
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 47 /* You don't want to use ((x>UB)?UB:(x<LB)?LB:x) for the clipping */
50 #define CLIP_THE_RANGE(x,LB,UB) if (x<LB) x = LB; else if (x>UB) x = UB
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
LookaheadStream.m 113 return LB(-k);
124 protected Object LB(int k) {
LookaheadStream.h 113 return LB(-k);
124 protected Object LB(int k) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonTokenStream.cs 94 protected override IToken LB(int k) {
117 return LB(-k);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 143 return LB(-k);
190 protected virtual T LB(int k) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonTokenStream.cs 101 protected override IToken LB(int k)
127 return LB(-k);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 169 return LB(-k);
226 protected virtual T LB(int k)
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CommonTokenStream.java 74 protected Token LB(int k) {
93 if ( k < 0 ) return LB(-k);
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
cbc.pl 166 &movb(&LB("edx"), &BP(4,$in,"",0));
176 &movb(&LB("ecx"), &BP(0,$in,"",0));
284 &movb(&BP(6,$out,"",0), &LB("edx"));
289 &movb(&BP(4,$out,"",0), &LB("edx"));
295 &movb(&BP(2,$out,"",0), &LB("ecx"));
300 &movb(&BP(0,$in,"",0), &LB("ecx"));
  /external/openssl/crypto/perlasm/
cbc.pl 166 &movb(&LB("edx"), &BP(4,$in,"",0));
176 &movb(&LB("ecx"), &BP(0,$in,"",0));
284 &movb(&BP(6,$out,"",0), &LB("edx"));
289 &movb(&BP(4,$out,"",0), &LB("edx"));
295 &movb(&BP(2,$out,"",0), &LB("ecx"));
300 &movb(&BP(0,$in,"",0), &LB("ecx"));
  /external/clang/lib/Headers/
smmintrin.h 413 #define _mm_cmpestrm(A, LA, B, LB, M) \
414 __builtin_ia32_pcmpestrm128((A), (LA), (B), (LB), (M))
415 #define _mm_cmpestri(A, LA, B, LB, M) \
416 __builtin_ia32_pcmpestri128((A), (LA), (B), (LB), (M))
430 #define _mm_cmpestra(A, LA, B, LB, M) \
431 __builtin_ia32_pcmpestria128((A), (LA), (B), (LB), (M))
432 #define _mm_cmpestrc(A, LA, B, LB, M) \
433 __builtin_ia32_pcmpestric128((A), (LA), (B), (LB), (M))
434 #define _mm_cmpestro(A, LA, B, LB, M) \
435 __builtin_ia32_pcmpestrio128((A), (LA), (B), (LB), (M)
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
smmintrin.h 399 #define _mm_cmpestrm(A, LA, B, LB, M) \
400 __builtin_ia32_pcmpestrm128((A), (LA), (B), (LB), (M))
401 #define _mm_cmpestri(A, LA, B, LB, M) \
402 __builtin_ia32_pcmpestri128((A), (LA), (B), (LB), (M))
416 #define _mm_cmpestra(A, LA, B, LB, M) \
417 __builtin_ia32_pcmpestria128((A), (LA), (B), (LB), (M))
418 #define _mm_cmpestrc(A, LA, B, LB, M) \
419 __builtin_ia32_pcmpestric128((A), (LA), (B), (LB), (M))
420 #define _mm_cmpestro(A, LA, B, LB, M) \
421 __builtin_ia32_pcmpestrio128((A), (LA), (B), (LB), (M)
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
smmintrin.h 413 #define _mm_cmpestrm(A, LA, B, LB, M) \
414 __builtin_ia32_pcmpestrm128((A), (LA), (B), (LB), (M))
415 #define _mm_cmpestri(A, LA, B, LB, M) \
416 __builtin_ia32_pcmpestri128((A), (LA), (B), (LB), (M))
430 #define _mm_cmpestra(A, LA, B, LB, M) \
431 __builtin_ia32_pcmpestria128((A), (LA), (B), (LB), (M))
432 #define _mm_cmpestrc(A, LA, B, LB, M) \
433 __builtin_ia32_pcmpestric128((A), (LA), (B), (LB), (M))
434 #define _mm_cmpestro(A, LA, B, LB, M) \
435 __builtin_ia32_pcmpestrio128((A), (LA), (B), (LB), (M)
    [all...]

Completed in 2486 milliseconds

1 2 3 4 5