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

/external/llvm/lib/Support/
H A DConstantRange.cpp435 return ConstantRange(LowerExt, APInt(DstTySize, 1).shl(SrcTySize));
679 ConstantRange::shl(const ConstantRange &Other) const { function in class:ConstantRange
683 APInt min = getUnsignedMin().shl(Other.getUnsignedMin());
684 APInt max = getUnsignedMax().shl(Other.getUnsignedMax());
/external/qemu/target-arm/
H A Dop_helper.c386 uint32_t HELPER(shl)(uint32_t x, uint32_t i) function
/external/v8/src/ia32/
H A Dassembler-ia32.cc1104 void Assembler::shl(Register dst, uint8_t imm8) { function in class:v8::internal::Assembler
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c1985 = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
6662 Bool shl, shr, sar; local
6686 shl = shr = sar = False;
6689 case Iop_ShlN16x4: shl = True; size = 32; break;
6690 case Iop_ShlN32x2: shl = True; size = 32; break;
6691 case Iop_Shl64: shl = True; size = 64; break;
6700 if (shl || shr) {
6734 Bool shl, shr, sar; local
6750 shl
8516 Bool shl, shr, sar; local
8589 Bool shl, shr, sar; local
[all...]
H A Dguest_x86_toIR.c1237 = { "rol", "ror", "rcl", "rcr", "shl", "shr", "shl", "sar" };
5572 Bool shl, shr, sar; local
5596 shl = shr = sar = False;
5599 case Iop_ShlN16x4: shl = True; size = 32; break;
5600 case Iop_ShlN32x2: shl = True; size = 32; break;
5601 case Iop_Shl64: shl = True; size = 64; break;
5610 if (shl || shr) {
5645 Bool shl, shr, sar; local
5661 shl
7229 Bool shl, shr, sar; local
7300 Bool shl, shr, sar; local
[all...]
/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 ...

Completed in 256 milliseconds