/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 | 152 __ shl(kScratchRegister, Immediate(32)); in Generate_DebugBreakCallHelper() local
|
D | assembler-x64.h | 1023 void shl(Register dst, Immediate shift_amount) { in shl() function
|
D | code-stubs-x64.cc | 1462 __ shl(kScratchRegister, Immediate(63)); in Generate() local 2391 __ shl(hash, Immediate(kPointerSizeLog2 + 1)); in GenerateConvertHashCodeToIndex() local 3972 __ shl(c2, Immediate(kBitsPerByte)); in GenerateTwoCharacterSymbolTableProbe() local
|
D | ic-x64.cc | 636 __ shl(rdi, Immediate(kPointerSizeLog2 + 1)); in GenerateGeneric() local
|
D | builtins-x64.cc | 178 __ 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 | 3074 __ shl(rcx, Immediate(kPointerSizeLog2)); in CompileConstructStub() local
|
D | lithium-codegen-x64.cc | 2643 __ shl(tmp2, Immediate(1)); in DoDeferredMathAbsTaggedHeapNumber() local
|
/external/llvm/lib/Support/ |
D | ConstantRange.cpp | 649 ConstantRange::shl(const ConstantRange &Other) const { in shl() function in ConstantRange
|
D | APInt.cpp | 1264 APInt APInt::shl(const APInt &shiftAmt) const { in shl() function in APInt
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 724 APInt shl(unsigned shiftAmt) const { in shl() function 1659 inline APInt shl(const APInt& LHS, unsigned shiftAmt) { in shl() function
|
/external/v8/test/cctest/ |
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/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 | 1978 __ shl(scratch2, big_shift_distance); in IntegerConvert() local 2019 __ shl(scratch, shift_distance); in IntegerConvert() local 4744 __ shl(ecx, kBitsPerByte); in Generate() local 5005 __ shl(count, 1); in GenerateCopyCharactersREP() local 5074 __ shl(c2, kBitsPerByte); in GenerateTwoCharacterSymbolTableProbe() local 5174 __ shl(hash, 10); in GenerateHashInit() local 5191 __ shl(scratch, 10); in GenerateHashAddCharacter() local 5205 __ shl(scratch, 3); in GenerateHashGetHash() local 5213 __ shl(scratch, 15); in GenerateHashGetHash() local
|
D | ic-ia32.cc | 307 __ shl(r1, 15); in GenerateNumberDictionaryLoad() local 629 __ shl(edi, kPointerSizeLog2 + 1); in GenerateGeneric() local
|
D | builtins-ia32.cc | 181 __ shl(edi, kPointerSizeLog2); in Generate_JSConstructStubHelper() local 724 __ shl(edx, kPointerSizeLog2 - kSmiTagSize); in Generate_FunctionApply() local
|
D | lithium-codegen-ia32.cc | 916 __ shl(left, 2); in DoMulI() local 922 __ shl(left, 3); in DoMulI() local 928 __ shl(left, 4); in DoMulI() local 1050 __ shl(ToRegister(left), shift_count); in DoShiftI() local
|
D | assembler-ia32.cc | 1223 void Assembler::shl(Register dst, uint8_t imm8) { in shl() function in v8::internal::Assembler
|
D | stub-cache-ia32.cc | 3249 __ shl(ecx, kPointerSizeLog2); in CompileConstructStub() local
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_toIR.c | 5573 Bool shl, shr, sar; in dis_MMX_shiftG_byE() local 5646 Bool shl, shr, sar; in dis_MMX_shiftE_imm() local 7230 Bool shl, shr, sar; in dis_SSE_shiftG_byE() local 7301 Bool shl, shr, sar; in dis_SSE_shiftE_imm() local
|
D | guest_amd64_toIR.c | 6606 Bool shl, shr, sar; in dis_MMX_shiftG_byE() local 6678 Bool shl, shr, sar; in dis_MMX_shiftE_imm() local 8455 Bool shl, shr, sar; in dis_SSE_shiftG_byE() local 8528 Bool shl, shr, sar; in dis_SSE_shiftE_imm() local
|