Searched refs:Const32 (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
H A Dagent.cc404 addInstr(c, fi, OP_CONST, {v0, c.Alloc<Const32>(0)});
407 addInstr(c, fi, OP_CONST, {v0, c.Alloc<Const32>(1)});
658 addInstr(c, fi, OP_CONST, {v3, c.Alloc<Const32>(numParams)});
699 addInstr(c, fi, OP_CONST, {v4, c.Alloc<Const32>(argNum)});
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp2782 auto *Const32 = llvm::dyn_cast<ConstantInteger32>(Src1); local
2783 if (Const32 != nullptr && isInt<16>(int32_t(Const32->getValue()))) {
2785 Value = Const32->getValue();
2797 auto *Const32 = llvm::dyn_cast<ConstantInteger32>(Src1); local
2798 if (Const32 != nullptr && llvm::isUInt<16>(uint32_t(Const32->getValue()))) {
2800 Value = Const32->getValue();
H A DIceInstX86BaseImpl.h2896 } else if (const auto *Const32 = llvm::dyn_cast<ConstantInteger32>(Src)) {
2897 Asm->pushl(AssemblerImmediate(Const32->getValue()));
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2320 SDValue Const32 = DAG.getConstant(32, DL, MVT::i32); local
2321 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32);
2322 SDValue SRL = DAG.getNode(ISD::SRL, DL, MVT::i64, SLL, Const32);

Completed in 177 milliseconds