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

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
regpopbug.s 4 shift: .reg %sar
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/
arith.s 12 sar r5,r6
13 sar 31,r6
  /external/autotest/client/profilers/sar/
sar.py 2 Sets up a subprocess to run sar from the sysstat suite
5 sar -A -f
11 class sar(profiler.profiler): class in inherits:profiler.profiler
13 The sar command writes to standard output the contents of selected
15 executes sar and redirects its output in a file located in the profiler
22 Set sar interval and verify what flags the installed sar supports.
24 @param interval: Interval used by sar to produce system data.
27 self.sar_path = os_dep.command('sar')
28 # If using older versions of sar, command below means: Measure defaul
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/
AccessorTest.java 84 SyntheticAccessorResolver sar = new SyntheticAccessorResolver(f.getOpcodes(), f.getClasses()); local
119 SyntheticAccessorResolver.AccessedMember accessedMember = sar.getAccessedMember(accessorMethod);
  /external/freetype/include/internal/
ftcalc.h 163 sar ecx, 31
222 "sar $63, %0\n"
224 "sar $16, %0\n"
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftcalc.h 163 sar ecx, 31
222 "sar $63, %0\n"
224 "sar $16, %0\n"
  /external/v8/test/cctest/
test-disasm-x87.cc 210 __ sar(edx, 1);
211 __ sar(edx, 6);
213 __ sar(Operand(ebx, ecx, times_4, 10000), 1);
214 __ sar(Operand(ebx, ecx, times_4, 10000), 6);
test-disasm-ia32.cc 210 __ sar(edx, 1);
211 __ sar(edx, 6);
213 __ sar(Operand(ebx, ecx, times_4, 10000), 1);
214 __ sar(Operand(ebx, ecx, times_4, 10000), 6);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
quantize_sse4.asm 149 sar edi, cl ; also sets Z bit
226 sar edi, 31
quantize_mmx.asm 261 sar rdx, 31
  /external/zlib/src/contrib/inflate86/
inffas86.c     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 442 sar(reg, kSmiTagSize);
448 sar(reg, kSmiTagSize);
488 sar(reg, shift);
502 sar(reg, shift - kSmiTagSize);
    [all...]
assembler-ia32.h 731 void sar(Register dst, uint8_t imm8) { sar(Operand(dst), imm8); }
732 void sar(const Operand& dst, uint8_t imm8);
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.h 433 sar(reg, kSmiTagSize);
439 sar(reg, kSmiTagSize);
479 sar(reg, shift);
493 sar(reg, shift - kSmiTagSize);
    [all...]
assembler-x87.h 723 void sar(Register dst, uint8_t imm8) { sar(Operand(dst), imm8); }
724 void sar(const Operand& dst, uint8_t imm8);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_mmx.asm 261 sar rdx, 31
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
dj1.s 762 stc $0,$sar
763 ldc $0,$sar
764 stc $15,$sar
765 ldc $15,$sar
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 201 sar ecx, 1
228 sar ecx, 1
  /bionic/libc/arch-x86/atom/string/
sse2-memrchr-atom.S 709 sar %cl, %edi
750 sar %cl, %edi
sse2-memchr-atom.S 130 sar %cl, %eax
  /external/boringssl/src/crypto/bn/asm/
x86_64-mont5.pl 850 sar \$3+2,%rcx # cf=0
860 sar \$5,$num # cf=0
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 7220 Bool shl, shr, sar; local
7292 Bool shl, shr, sar; local
9301 Bool shl, shr, sar; local
9372 Bool shl, shr, sar; local
22718 Bool shl, shr, sar; local
22792 Bool shl, shr, sar; local
22975 Bool shl, shr, sar; local
23032 Bool shl, shr, sar; local
    [all...]
guest_x86_toIR.c 5709 Bool shl, shr, sar; local
5782 Bool shl, shr, sar; local
7411 Bool shl, shr, sar; local
7482 Bool shl, shr, sar; local
    [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]

Completed in 478 milliseconds

1 2 3