/external/autotest/client/profilers/sar/ |
D | sar.py | 11 class sar(profiler.profiler): class
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/ |
D | AccessorTest.java | 84 … SyntheticAccessorResolver sar = new SyntheticAccessorResolver(f.getOpcodes(), f.getClasses()); in testAccessors() local
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1010 if (shift > 1) __ sar(result, 31); in DoDivByPowerOf2I() local 1013 __ sar(result, shift); in DoDivByPowerOf2I() local 1108 __ sar(dividend, shift); in DoFlooringDivByPowerOf2I() local 1128 __ sar(dividend, shift); in DoFlooringDivByPowerOf2I() local 1137 __ sar(dividend, shift); in DoFlooringDivByPowerOf2I() local 1234 __ sar(remainder, 31); in DoFlooringDivI() local 1415 __ sar(ToRegister(left), shift_count); in DoShiftI() local 5135 __ sar(index, 1); in DoLoadFieldByIndex() local
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 1311 if (shift > 1) __ sar(result, 31); in DoDivByPowerOf2I() local 1314 __ sar(result, shift); in DoDivByPowerOf2I() local 1409 __ sar(dividend, shift); in DoFlooringDivByPowerOf2I() local 1429 __ sar(dividend, shift); in DoFlooringDivByPowerOf2I() local 1438 __ sar(dividend, shift); in DoFlooringDivByPowerOf2I() local 1535 __ sar(remainder, 31); in DoFlooringDivI() local 1716 __ sar(ToRegister(left), shift_count); in DoShiftI() local 5631 __ sar(index, 1); in DoLoadFieldByIndex() local
|
/external/v8/src/x87/ |
D | assembler-x87.h | 745 void sar(Register dst, uint8_t imm8) { sar(Operand(dst), imm8); } in sar() function
|
D | assembler-x87.cc | 994 void Assembler::sar(const Operand& dst, uint8_t imm8) { in sar() function in v8::internal::Assembler
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 3281 void AssemblerX86Base<TraitsType>::sar(Type Ty, GPRRegister reg, in sar() function 3287 void AssemblerX86Base<TraitsType>::sar(Type Ty, GPRRegister operand, in sar() function 3293 void AssemblerX86Base<TraitsType>::sar(Type Ty, const Address &address, in sar() function
|
/external/valgrind/VEX/priv/ |
D | guest_x86_toIR.c | 5711 Bool shl, shr, sar; in dis_MMX_shiftG_byE() local 5784 Bool shl, shr, sar; in dis_MMX_shiftE_imm() local 7413 Bool shl, shr, sar; in dis_SSE_shiftG_byE() local 7484 Bool shl, shr, sar; in dis_SSE_shiftE_imm() local
|
D | guest_amd64_toIR.c | 7331 Bool shl, shr, sar; in dis_MMX_shiftG_byE() local 7403 Bool shl, shr, sar; in dis_MMX_shiftE_imm() local 9425 Bool shl, shr, sar; in dis_SSE_shiftG_byE() local 9496 Bool shl, shr, sar; in dis_SSE_shiftE_imm() local 22899 Bool shl, shr, sar; in dis_AVX128_shiftV_byE() local 22973 Bool shl, shr, sar; in dis_AVX256_shiftV_byE() local 23156 Bool shl, shr, sar; in dis_AVX128_shiftE_to_V_imm() local 23213 Bool shl, shr, sar; in dis_AVX256_shiftE_to_V_imm() local
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 2269 __ sar(ecx, kPointerSizeLog2); in Generate_Apply() local 2368 __ sar(ecx, kPointerSizeLog2); in Generate_CallForwardVarargs() local 2900 __ sar(scratch, kPointerSizeLog2); in CheckSpreadAndPushToStack() local
|
/external/v8/src/regexp/x87/ |
D | regexp-macro-assembler-x87.cc | 795 __ sar(eax, 1); // Convert byte index to character index. in GetCode() local
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 527 uint32_t sar = m.right().Value(); in VisitWord32Sar() local
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 796 __ sar(eax, 1); // Convert byte index to character index. in GetCode() local
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 981 uint32_t sar = m.right().Value(); in VisitWord32Sar() local
|
/external/v8/src/builtins/x87/ |
D | builtins-x87.cc | 2252 __ sar(ecx, kPointerSizeLog2); in Generate_Apply() local 2827 __ sar(scratch, kPointerSizeLog2); in CheckSpreadAndPushToStack() local
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1228 __ sar(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction() local
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 715 uint32_t sar = m.right().Value(); in VisitWord32Sar() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 752 void sar(Register dst, uint8_t imm8) { sar(Operand(dst), imm8); } in sar() function
|
D | assembler-ia32.cc | 1123 void Assembler::sar(const Operand& dst, uint8_t imm8) { in sar() function in v8::internal::Assembler
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 974 __ sar(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction() local
|