Searched defs:sar (Results 1 - 8 of 8) sorted by relevance

/external/autotest/client/profilers/sar/
H A Dsar.py2 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, comman
[all...]
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc981 uint32_t sar = m.right().Value(); local
983 if ((sar == shl) && (sar == 16)) {
987 } else if ((sar == shl) && (sar == 24)) {
991 } else if (IsSupported(ARMv7) && (sar >= shl)) {
993 g.UseRegister(mleft.left().node()), g.TempImmediate(sar - shl),
994 g.TempImmediate(32 - sar));
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc527 uint32_t sar = m.right().Value(); local
529 if ((sar == shl) && (sar == 16)) {
533 } else if ((sar == shl) && (sar == 24)) {
/external/v8/src/x87/
H A Dassembler-x87.cc994 void Assembler::sar(const Operand& dst, uint8_t imm8) { function in class:v8::internal::Assembler
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc715 uint32_t sar = m.right().Value(); local
717 if ((sar == shl) && (sar == 16)) {
721 } else if ((sar == shl) && (sar == 24)) {
725 } else if ((sar == shl) && (sar == 32)) {
/external/v8/src/ia32/
H A Dassembler-ia32.cc1123 void Assembler::sar(const Operand& dst, uint8_t imm8) { function in class:v8::internal::Assembler
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c1240 = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
5711 Bool shl, shr, sar; local
5735 shl = shr = sar = False;
5744 case Iop_SarN16x4: sar = True; size = 16; break;
5745 case Iop_SarN32x2: sar = True; size = 32; break;
5759 if (sar) {
5784 Bool shl, shr, sar; local
5800 shl = shr = sar = False;
5806 case Iop_SarN16x4: sar = True; size = 16; break;
5807 case Iop_SarN32x2: sar
7413 Bool shl, shr, sar; local
7484 Bool shl, shr, sar; local
[all...]
H A Dguest_amd64_toIR.c2185 = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
7331 Bool shl, shr, sar; local
7355 shl = shr = sar = False;
7364 case Iop_SarN16x4: sar = True; size = 16; break;
7365 case Iop_SarN32x2: sar = True; size = 32; break;
7379 if (sar) {
7403 Bool shl, shr, sar; local
7419 shl = shr = sar = False;
7425 case Iop_SarN16x4: sar = True; size = 16; break;
7426 case Iop_SarN32x2: sar
9425 Bool shl, shr, sar; local
9496 Bool shl, shr, sar; local
22899 Bool shl, shr, sar; local
22973 Bool shl, shr, sar; local
23156 Bool shl, shr, sar; local
23213 Bool shl, shr, sar; local
[all...]

Completed in 311 milliseconds