Home
last modified time | relevance | path

Searched refs:sar (Results 1 – 25 of 69) sorted by relevance

123

/external/llvm/test/CodeGen/X86/
Dfield-extract-use-trunc.ll1 ; RUN: llc < %s -march=x86 | grep sar | count 1
2 ; RUN: llc < %s -march=x86-64 | not grep sar
Dpr3216.ll8 ; CHECK: sar{{.}} $5
/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp101 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) in addArc() argument
103 m_path->addEllipse(p, r, r, sar, ear, anticlockwise); in addArc()
DPlatformPathWinCE.h164 … void addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool anticlockwise);
DPlatformPathWinCE.cpp717 void PlatformPath::addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool ant… in addEllipse() argument
721 normalizeAngle(sar); in addEllipse()
724 getEllipsePointByAngle(sar, a, b, startX, startY); in addEllipse()
/external/quake/quake/src/QW/client/
Dsurf8.asm267 sar ecx,4
269 sar ebx,4
280 sar ebp,4
413 sar ecx,3
415 sar ebx,3
426 sar ebp,3
519 sar ecx,2
521 sar ebx,2
532 sar ebp,2
604 sar ecx,1
[all …]
Dd_scana.asm251 sar eax,16
253 sar edx,16
259 sar eax,16
261 sar edx,16
Dd_polysa.asm382 sar ecx,16
383 sar eax,16
451 sar eax,1
455 sar ecx,1
461 sar eax,1
465 sar edx,1
469 sar ebp,1
480 sar edx,16
487 sar eax,16
489 sar edx,16
Dd_draw.asm408 sar esi,16
410 sar eax,16
453 sar eax,19
455 sar edx,19
460 sar edx,19
606 sar edx,16
608 sar ecx,16
Dd_spr8.asm432 sar esi,16
434 sar eax,16
474 sar edx,19
476 sar eax,19
693 sar ecx,16
695 sar edx,16
Dd_draw16.asm410 sar esi,16
412 sar eax,16
455 sar eax,20
457 sar edx,20
462 sar edx,20
656 sar edx,16
658 sar ecx,16
Dsnd_mixa.asm313 sar eax,8
325 sar edx,8
/external/llvm/lib/Target/X86/
DX86InstrShiftRotate.td223 "sar{b}\t{%cl, $dst|$dst, CL}",
227 "sar{w}\t{%cl, $dst|$dst, CL}",
231 "sar{l}\t{%cl, $dst|$dst, CL}",
235 "sar{q}\t{%cl, $dst|$dst, CL}",
241 "sar{b}\t{$src2, $dst|$dst, $src2}",
245 "sar{w}\t{$src2, $dst|$dst, $src2}",
250 "sar{l}\t{$src2, $dst|$dst, $src2}",
255 "sar{q}\t{$src2, $dst|$dst, $src2}",
261 "sar{b}\t$dst",
265 "sar{w}\t$dst",
[all …]
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp260 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) in addArc() argument
271 sar = -sar; in addArc()
276 float sa = rad2deg(sar); in addArc()
/external/openssl/crypto/sha/asm/
Dsha512-parisc.pl270 extrd,u,*= $t1,%sar,1,$t1 ; executes on PA-RISC 1.0
287 mtctl $t0,%cr11 ; load %sar with align factor
519 mtctl $t0,%cr11 ; load %sar with align factor
729 elsif ($args =~ /%r([0-9]+),%sar,([0-9]+),%r([0-9]+)/) # format 12
749 elsif ($args =~ /%r([0-9]+),%r([0-9]+),%sar,%r([0-9]+)/) # format 11
778 ($SZ==4 ? "vshd$1," : "shrpd$1,%sar,")/e or
/external/webkit/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp122 void Path::addArc(const FloatPoint& p, float r, float sar, float ear, bool anticlockwise) in addArc() argument
/external/libvpx/libvpx/vp8/encoder/x86/
Dquantize_sse4.asm149 sar edi, cl ; also sets Z bit
226 sar edi, 31
/external/openssl/crypto/bn/asm/
Dx86-gf2m.pl132 &sar ($lo,31); # broadcast 31st bit
145 &sar (@i[1],31); # broardcast 30th bit
/external/openssl/crypto/modes/asm/
Dghash-parisc.pl118 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
371 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
670 elsif ($args =~ /%r([0-9]+),%sar,([0-9]+),%r([0-9]+)/) # format 12
690 elsif ($args =~ /%r([0-9]+),%r([0-9]+),%sar,%r([0-9]+)/) # format 11
/external/zlib/src/contrib/masmx64/
Dinffasx64.asm201 sar ecx, 1
228 sar ecx, 1
/external/freetype/include/freetype/config/
Dftconfig.h417 sar ecx, 31 in FT_MulFix_i386()
/external/zlib/src/contrib/inflate86/
Dinffas86.c943 sar ecx, 1
972 sar ecx, 1
/external/v8/src/x64/
Ddebug-x64.cc124 __ sar(kScratchRegister, Immediate(32)); in Generate_DebugBreakCallHelper() local
/external/icu4c/data/locales/
Dpl.txt1200sar",
1228sar",
1244sar",
1258sar",
/external/openssl/crypto/rc4/asm/
Drc4-parisc.pl186 mtctl $acc,%cr11 ; load %sar with vshd align factor

123