Searched defs:shl (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/test/MC/Mips/
H A Dr-mips-got-disp.s32 ld $1, %got_disp(shl)($gp)
50 .type shl,@object # @shl
52 .globl shl
54 shl: label
56 .size shl, 8
/external/boringssl/src/crypto/curve25519/asm/
H A Dx25519-asm-x86_64.S327 shl $1,%rax label
332 shl $1,%rax label
337 shl $1,%rax label
342 shl $1,%rax label
351 shl $1,%rax label
356 shl $1,%rax label
504 shl $1,%rax label
509 shl $1,%rax label
514 shl $1,%rax label
519 shl label
528 shl $1,%rax label
533 shl $1,%rax label
619 shl $1,%rax label
624 shl $1,%rax label
629 shl $1,%rax label
634 shl $1,%rax label
643 shl $1,%rax label
648 shl $1,%rax label
1114 shl $1,%rax label
1119 shl $1,%rax label
1124 shl $1,%rax label
1129 shl $1,%rax label
1138 shl $1,%rax label
1143 shl $1,%rax label
1229 shl $1,%rax label
1234 shl $1,%rax label
1239 shl $1,%rax label
1244 shl $1,%rax label
1253 shl $1,%rax label
1258 shl $1,%rax label
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/
H A DConstantRange.cpp442 return ConstantRange(APInt(DstTySize,0), APInt(DstTySize,1).shl(SrcTySize));
648 ConstantRange::shl(const ConstantRange &Other) const { function in class:ConstantRange
652 APInt min = getUnsignedMin().shl(Other.getUnsignedMin());
653 APInt max = getUnsignedMax().shl(Other.getUnsignedMax());
/external/llvm/lib/IR/
H A DConstantRange.cpp851 ConstantRange::shl(const ConstantRange &Other) const { function in class:ConstantRange
855 APInt min = getUnsignedMin().shl(Other.getUnsignedMin());
856 APInt max = getUnsignedMax().shl(Other.getUnsignedMax());
/external/v8/src/compiler/
H A Dmachine-operator-reducer.cc1234 Node* shl = nullptr; local
1243 shl = m.left().node();
1246 shl = m.right().node();
1252 Int32BinopMatcher mshl(shl);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp130 Value *getSrcPtr(int s, int dim, int shl);
131 Value *getDstPtr(int d, int dim, int shl);
1136 Converter::getSrcPtr(int s, int dim, int shl) argument
1149 if (shl)
1150 srcPtr[s][dim] = mkOp2v(OP_SHL, TYPE_U32, getSSA(), index, mkImm(shl));
1155 Converter::getDstPtr(int d, int dim, int shl) argument
1166 if (shl)
1167 index = mkOp2v(OP_SHL, TYPE_U32, getSSA(), index, mkImm(shl));
1438 const int shl = (info.out[idx].sn == NV50_SEMANTIC_TESSFACTOR) ? 2 : 4;
1441 st = mkStore(OP_EXPORT, dTy, sym, getDstPtr(s, 0, shl), valu
[all...]
H A Dnv50_ir_emit_nv50.cpp110 void emitARL(const Instruction *, unsigned int shl);
1310 CodeEmitterNV50::emitARL(const Instruction *i, unsigned int shl) argument
1312 code[0] = 0x00000001 | (shl << 16);
/external/llvm/lib/Support/
H A DAPInt.cpp677 return APIntOps::lshr(APIntOps::shl(*this, BitWidth - numBits),
866 Tmp = Tmp.shl((unsigned)exp - 52);
1212 APInt APInt::shl(const APInt &shiftAmt) const { function in class:APInt
1214 return shl((unsigned)shiftAmt.getLimitedValue(BitWidth));
1281 return shl(rotateAmt) | lshr(BitWidth - rotateAmt);
1292 return lshr(rotateAmt) | shl(BitWidth - rotateAmt);
1343 for (;; i += 2, testy = testy.shl(2))
1345 x_old = x_old.shl(i / 2);
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc937 uint32_t shl = mleft.right().Value(); local
938 if ((sar == shl) && (sar == 16)) {
942 } else if ((sar == shl) && (sar == 24)) {
946 } else if (IsSupported(ARMv7) && (sar >= shl)) {
948 g.UseRegister(mleft.left().node()), g.TempImmediate(sar - shl),
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc513 uint32_t shl = mleft.right().Value(); local
514 if ((sar == shl) && (sar == 16)) {
518 } else if ((sar == shl) && (sar == 24)) {
/external/v8/src/x87/
H A Dassembler-x87.cc1032 void Assembler::shl(const Operand& dst, uint8_t imm8) { function in class:v8::internal::Assembler
/external/swiftshader/src/Shader/
H A DShaderCore.cpp823 void ShaderCore::shl(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) function in class:sw::ShaderCore
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc664 uint32_t shl = mleft.right().Value(); local
665 if ((sar == shl) && (sar == 16)) {
669 } else if ((sar == shl) && (sar == 24)) {
673 } else if ((sar == shl) && (sar == 32)) {
/external/v8/src/ia32/
H A Dassembler-ia32.cc1161 void Assembler::shl(const Operand& dst, uint8_t imm8) { function in class:v8::internal::Assembler
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc1638 LogicVRegister Simulator::shl(VectorFormat vform, function in class:vixl::aarch64::Simulator
/external/jarjar/lib/
H A Dasm-commons-4.0.jar ... REM public static final int NEG public static final int SHL public static final int SHR public static final int USHR ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c1240 = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
5709 Bool shl, shr, sar; local
5733 shl = shr = sar = False;
5736 case Iop_ShlN16x4: shl = True; size = 32; break;
5737 case Iop_ShlN32x2: shl = True; size = 32; break;
5738 case Iop_Shl64: shl = True; size = 64; break;
5747 if (shl || shr) {
5782 Bool shl, shr, sar; local
5798 shl
7411 Bool shl, shr, sar; local
7482 Bool shl, shr, sar; local
[all...]
H A Dguest_amd64_toIR.c2127 = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
7220 Bool shl, shr, sar; local
7244 shl = shr = sar = False;
7247 case Iop_ShlN16x4: shl = True; size = 32; break;
7248 case Iop_ShlN32x2: shl = True; size = 32; break;
7249 case Iop_Shl64: shl = True; size = 64; break;
7258 if (shl || shr) {
7292 Bool shl, shr, sar; local
7308 shl
9301 Bool shl, shr, sar; local
9372 Bool shl, shr, sar; local
22718 Bool shl, shr, sar; local
22792 Bool shl, shr, sar; local
22975 Bool shl, shr, sar; local
23032 Bool shl, shr, sar; local
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen.cc10562 HShl* shl; local
10565 shl = HShl::cast(left);
10568 shl = HShl::cast(right);
10573 if (shl->left() != shr->left()) return false;
10575 if (!ShiftAmountsAllowReplaceByRotate(shl->right(), shr->right()) &&
10576 !ShiftAmountsAllowReplaceByRotate(shr->right(), shl->right())) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 848 milliseconds

12