/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | ListMap.java | 175 SIPHeaderList<SIPHeader> shl = (SIPHeaderList<SIPHeader>) listClass.newInstance(); in getList() local
|
D | SIPMessage.java | 222 SIPHeaderList< ? > shl = (SIPHeaderList< ? >) sipHeader; in getMessageAsEncodedStrings() local
|
/external/v8/src/x64/ |
D | debug-x64.cc | 153 __ shl(kScratchRegister, Immediate(32)); in Generate_DebugBreakCallHelper() local
|
D | assembler-x64.h | 1040 void shl(Register dst, Immediate shift_amount) { in shl() function
|
D | code-stubs-x64.cc | 803 __ shl(kScratchRegister, Immediate(63)); in GenerateHeapNumberCodeSub() local 826 __ shl(kScratchRegister, Immediate(63)); in GenerateHeapNumberCodeSub() local 3266 __ shl(hash, Immediate(kPointerSizeLog2 + 1)); in GenerateConvertHashCodeToIndex() local 4934 __ shl(c2, Immediate(kBitsPerByte)); in GenerateTwoCharacterSymbolTableProbe() local
|
D | ic-x64.cc | 479 __ shl(rdi, Immediate(kPointerSizeLog2 + 1)); in GenerateGeneric() local
|
D | builtins-x64.cc | 155 __ shl(rdi, Immediate(kPointerSizeLog2)); in Generate_JSConstructStubHelper() local
|
D | assembler-x64.cc | 108 __ shl(rcx, Immediate(32)); in Probe() local
|
D | stub-cache-x64.cc | 2992 __ shl(rcx, Immediate(kPointerSizeLog2)); in CompileConstructStub() local
|
D | lithium-codegen-x64.cc | 2787 __ shl(tmp2, Immediate(1)); in DoDeferredMathAbsTaggedHeapNumber() local
|
/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 194 __ shl(rdx, Immediate(1)); in TEST() local 195 __ shl(rdx, Immediate(6)); in TEST() local
|
D | test-disasm-ia32.cc | 206 __ shl(edx, 1); in TEST() local 207 __ shl(edx, 6); in TEST() local
|
D | test-macro-assembler-x64.cc | 1378 __ shl(index.reg, Immediate(index.scale)); in TestSmiIndex() local 1386 __ shl(rcx, Immediate(index.scale)); in TestSmiIndex() local 1395 __ shl(index.reg, Immediate(index.scale)); in TestSmiIndex() local 1403 __ shl(rcx, Immediate(index.scale)); in TestSmiIndex() local
|
/external/llvm/lib/Support/ |
D | ConstantRange.cpp | 627 ConstantRange::shl(const ConstantRange &Other) const { in shl() function in ConstantRange
|
D | APInt.cpp | 1185 APInt APInt::shl(const APInt &shiftAmt) const { in shl() function in APInt
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 731 APInt shl(unsigned shiftAmt) const { in shl() function 1680 inline APInt shl(const APInt& LHS, unsigned shiftAmt) { in shl() function
|
/external/qemu/target-arm/ |
D | op_helper.c | 386 uint32_t HELPER(shl)(uint32_t x, uint32_t i) in HELPER() argument
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 734 __ shl(scratch2, big_shift_distance); in IntegerConvert() local 775 __ shl(scratch, shift_distance); in IntegerConvert() local 5611 __ shl(ecx, kBitsPerByte); in Generate() local 5902 __ shl(count, 1); in GenerateCopyCharactersREP() local 5971 __ shl(c2, kBitsPerByte); in GenerateTwoCharacterSymbolTableProbe() local 6080 __ shl(scratch, 10); in GenerateHashInit() local 6085 __ shl(scratch, 10); in GenerateHashInit() local 6103 __ shl(scratch, 10); in GenerateHashAddCharacter() local 6117 __ shl(scratch, 3); in GenerateHashGetHash() local 6125 __ shl(scratch, 15); in GenerateHashGetHash() local
|
D | ic-ia32.cc | 550 __ shl(edi, kPointerSizeLog2 + 1); in GenerateGeneric() local 563 __ shl(edi, kPointerSizeLog2 + 1); in GenerateGeneric() local
|
D | builtins-ia32.cc | 155 __ shl(edi, kPointerSizeLog2); in Generate_JSConstructStubHelper() local 755 __ shl(edx, kPointerSizeLog2 - kSmiTagSize); in Generate_FunctionApply() local
|
D | lithium-codegen-ia32.cc | 997 __ shl(left, 2); in DoMulI() local 1003 __ shl(left, 3); in DoMulI() local 1009 __ shl(left, 4); in DoMulI() local 1131 __ shl(ToRegister(left), shift_count); in DoShiftI() local 3112 __ shl(ecx, 14); in DoRandom() local
|
D | assembler-ia32.cc | 1104 void Assembler::shl(Register dst, uint8_t imm8) { in shl() function in v8::internal::Assembler
|
D | stub-cache-ia32.cc | 3165 __ shl(ecx, kPointerSizeLog2); in CompileConstructStub() local
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_toIR.c | 5572 Bool shl, shr, sar; in dis_MMX_shiftG_byE() local 5645 Bool shl, shr, sar; in dis_MMX_shiftE_imm() local 7229 Bool shl, shr, sar; in dis_SSE_shiftG_byE() local 7300 Bool shl, shr, sar; in dis_SSE_shiftE_imm() local
|
D | guest_amd64_toIR.c | 6662 Bool shl, shr, sar; in dis_MMX_shiftG_byE() local 6734 Bool shl, shr, sar; in dis_MMX_shiftE_imm() local 8516 Bool shl, shr, sar; in dis_SSE_shiftG_byE() local 8589 Bool shl, shr, sar; in dis_SSE_shiftE_imm() local
|