Home
last modified time | relevance | path

Searched refs:Const32 (Results 1 – 7 of 7) sorted by relevance

/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/
Dagent.cc445 addInstr(c, fi, OP_CONST, {v1, c.Alloc<Const32>(0)}); in Java_com_android_dx_mockito_inline_StaticClassTransformer_nativeRedefine()
452 addInstr(c, fi, OP_CONST, {v2, c.Alloc<Const32>(0)}); in Java_com_android_dx_mockito_inline_StaticClassTransformer_nativeRedefine()
457 addInstr(c, fi, OP_CONST, {v3, c.Alloc<Const32>(numParams)}); in Java_com_android_dx_mockito_inline_StaticClassTransformer_nativeRedefine()
498 addInstr(c, fi, OP_CONST, {v4, c.Alloc<Const32>(argNum)}); in Java_com_android_dx_mockito_inline_StaticClassTransformer_nativeRedefine()
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
Dagent.cc404 addInstr(c, fi, OP_CONST, {v0, c.Alloc<Const32>(0)}); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine()
407 addInstr(c, fi, OP_CONST, {v0, c.Alloc<Const32>(1)}); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine()
658 addInstr(c, fi, OP_CONST, {v3, c.Alloc<Const32>(numParams)}); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine()
699 addInstr(c, fi, OP_CONST, {v4, c.Alloc<Const32>(argNum)}); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp1263 const ConstantInt *Const32 = ConstantInt::get(Int32Ty, 32); in trySelect() local
1265 CurDAG->getConstant(*Const32, DL, MVT::i32), in trySelect()
1266 CurDAG->getConstant(*Const32, DL, MVT::i32), in trySelect()
DMipsISelLowering.cpp2513 SDValue Const32 = DAG.getConstant(32, DL, MVT::i32); in lowerLOAD() local
2514 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32); in lowerLOAD()
2515 SDValue SRL = DAG.getNode(ISD::SRL, DL, MVT::i64, SLL, Const32); in lowerLOAD()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp2782 auto *Const32 = llvm::dyn_cast<ConstantInteger32>(Src1); in lowerArithmetic() local
2783 if (Const32 != nullptr && isInt<16>(int32_t(Const32->getValue()))) { in lowerArithmetic()
2785 Value = Const32->getValue(); in lowerArithmetic()
2797 auto *Const32 = llvm::dyn_cast<ConstantInteger32>(Src1); in lowerArithmetic() local
2798 if (Const32 != nullptr && llvm::isUInt<16>(uint32_t(Const32->getValue()))) { in lowerArithmetic()
2800 Value = Const32->getValue(); in lowerArithmetic()
DIceInstX86BaseImpl.h2896 } else if (const auto *Const32 = llvm::dyn_cast<ConstantInteger32>(Src)) { in emitIAS() local
2897 Asm->pushl(AssemblerImmediate(Const32->getValue())); in emitIAS()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2320 SDValue Const32 = DAG.getConstant(32, DL, MVT::i32); in lowerLOAD() local
2321 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32); in lowerLOAD()
2322 SDValue SRL = DAG.getNode(ISD::SRL, DL, MVT::i64, SLL, Const32); in lowerLOAD()