Home
last modified time | relevance | path

Searched defs:shl (Results 1 – 25 of 50) sorted by relevance

12

/external/libhevc/common/arm64/
Dihevc_intra_pred_chroma_mode2.s262 shl d0, d12,#32 define
264 shl d1, d13,#32 define
268 shl d2, d14,#32 define
271 shl d3, d15,#32 define
278 shl d4, d16,#32 define
280 shl d5, d17,#32 define
289 shl d6, d18,#32 define
293 shl d7, d19,#32 define
Dihevc_intra_pred_chroma_dc.s256 shl d3, d30,#32 define
259 shl d2, d31,#32 define
268 shl d3, d26,#32 define
269 shl d2, d27,#32 define
Dihevc_intra_pred_luma_dc.s135 shl d7, d7,#32 define
/external/boringssl/win-x86_64/crypto/modes/
Dghash-x86_64.asm141 shl dl,4 define
152 shl dl,4 define
164 shl dl,4 define
176 shl dl,4 define
188 shl dl,4 define
200 shl dl,4 define
212 shl dl,4 define
224 shl dl,4 define
236 shl dl,4 define
248 shl dl,4 define
[all …]
/external/llvm/test/MC/Mips/
Dr-mips-got-disp.s52 .globl shl symbol
54 shl: label
/external/llvm/test/MC/AArch64/
Dneon-diagnostics.s4993 shl d7, d10, #99 define
4999 shl d7, s16, #31 define
Dneon-scalar-shift-imm.s64 shl d7, d10, #12 define
Darm64-advsimd.s1352 shl d0, d0, #1 define
/external/nist-sip/java/gov/nist/javax/sip/message/
DListMap.java175 SIPHeaderList<SIPHeader> shl = (SIPHeaderList<SIPHeader>) listClass.newInstance(); in getList() local
DSIPMessage.java222 SIPHeaderList< ? > shl = (SIPHeaderList< ? >) sipHeader; in getMessageAsEncodedStrings() local
/external/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-x86_64.S339 shl $1,%rax label
344 shl $1,%rax label
349 shl $1,%rax label
354 shl $1,%rax label
363 shl $1,%rax label
368 shl $1,%rax label
516 shl $1,%rax label
521 shl $1,%rax label
526 shl $1,%rax label
531 shl $1,%rax label
[all …]
/external/v8/test/cctest/
Dtest-disasm-x87.cc218 __ shl(edx, 1); in TEST() local
219 __ shl(edx, 6); in TEST() local
221 __ shl(Operand(ebx, ecx, times_4, 10000), 1); in TEST() local
222 __ shl(Operand(ebx, ecx, times_4, 10000), 6); in TEST() local
Dtest-disasm-ia32.cc218 __ shl(edx, 1); in TEST() local
219 __ shl(edx, 6); in TEST() local
221 __ shl(Operand(ebx, ecx, times_4, 10000), 1); in TEST() local
222 __ shl(Operand(ebx, ecx, times_4, 10000), 6); in TEST() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp1136 Converter::getSrcPtr(int s, int dim, int shl) in getSrcPtr()
1155 Converter::getDstPtr(int d, int dim, int shl) in getDstPtr()
1438 const int shl = (info.out[idx].sn == NV50_SEMANTIC_TESSFACTOR) ? 2 : 4; in saveDst() local
Dnv50_ir_emit_nv50.cpp1310 CodeEmitterNV50::emitARL(const Instruction *i, unsigned int shl) in emitARL()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc580 __ shl(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction() local
985 __ shl(i.OutputRegister(), 1); in AssembleArchInstruction() local
990 __ shl(i.OutputRegister(), 1); in AssembleArchInstruction() local
992 __ shl(i.OutputRegister(), 2); in AssembleArchInstruction() local
994 __ shl(i.OutputRegister(), 3); in AssembleArchInstruction() local
/external/v8/test/webkit/fast/js/kde/
Dmd5-1.js84 function shl(a,b) { function
/external/llvm/include/llvm/ADT/
DAPInt.h869 APInt LLVM_ATTRIBUTE_UNUSED_RESULT shl(unsigned shiftAmt) const { in shl() function
1848 inline APInt shl(const APInt &LHS, unsigned shiftAmt) { in shl() function
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc668 __ shl(i.OutputOperand(), i.InputInt5(1)); in AssembleArchInstruction() local
1353 __ shl(i.OutputRegister(), 1); in AssembleArchInstruction() local
1358 __ shl(i.OutputRegister(), 1); in AssembleArchInstruction() local
1360 __ shl(i.OutputRegister(), 2); in AssembleArchInstruction() local
1362 __ shl(i.OutputRegister(), 3); in AssembleArchInstruction() local
/external/llvm/lib/IR/
DConstantRange.cpp772 ConstantRange::shl(const ConstantRange &Other) const { in shl() function in ConstantRange
/external/v8/src/ia32/
Dbuiltins-ia32.cc179 __ shl(edi, kPointerSizeLog2); in Generate_JSConstructStubHelper() local
419 __ shl(edx, kPointerSizeLog2 - smi_tag); in Generate_CheckStackOverflow() local
689 __ shl(ecx, kPointerSizeLog2); in Generate_InterpreterPushArgsAndCall() local
723 __ shl(eax, kPointerSizeLog2); in Generate_InterpreterPushArgsAndConstruct() local
1638 __ shl(edi, kPointerSizeLog2); in ArgumentsAdaptorStackCheck() local
/external/v8/src/x87/
Dbuiltins-x87.cc179 __ shl(edi, kPointerSizeLog2); in Generate_JSConstructStubHelper() local
419 __ shl(edx, kPointerSizeLog2 - smi_tag); in Generate_CheckStackOverflow() local
689 __ shl(ecx, kPointerSizeLog2); in Generate_InterpreterPushArgsAndCall() local
723 __ shl(eax, kPointerSizeLog2); in Generate_InterpreterPushArgsAndConstruct() local
1638 __ shl(edi, kPointerSizeLog2); in ArgumentsAdaptorStackCheck() local
Dassembler-x87.h733 void shl(Register dst, uint8_t imm8) { shl(Operand(dst), imm8); } in shl() function
/external/v8/src/compiler/
Dmachine-operator-reducer.cc947 Node* shl = nullptr; in ReduceWord32Or() local
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1416 __ shl(left, 2); in DoMulI() local
1422 __ shl(left, 3); in DoMulI() local
1428 __ shl(left, 4); in DoMulI() local
1576 __ shl(ToRegister(left), shift_count - 1); in DoShiftI() local
1581 __ shl(ToRegister(left), shift_count); in DoShiftI() local
2567 __ shl(reg, kPointerSizeLog2); in EmitReturn() local

12