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

/art/compiler/optimizing/
H A Dinstruction_builder.cc492 void HInstructionBuilder::Unop_12x(const Instruction& instruction, function in class:art::HInstructionBuilder
1890 Unop_12x<HNeg>(instruction, Primitive::kPrimInt, dex_pc);
1895 Unop_12x<HNeg>(instruction, Primitive::kPrimLong, dex_pc);
1900 Unop_12x<HNeg>(instruction, Primitive::kPrimFloat, dex_pc);
1905 Unop_12x<HNeg>(instruction, Primitive::kPrimDouble, dex_pc);
1910 Unop_12x<HNot>(instruction, Primitive::kPrimInt, dex_pc);
1915 Unop_12x<HNot>(instruction, Primitive::kPrimLong, dex_pc);

Completed in 33 milliseconds