Home
last modified time | relevance | path

Searched refs:Unop_12x (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_builder.h117 void Unop_12x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc);
Dinstruction_builder.cc502 void HInstructionBuilder::Unop_12x(const Instruction& instruction, in Unop_12x() function in art::HInstructionBuilder
1994 Unop_12x<HNeg>(instruction, Primitive::kPrimInt, dex_pc); in ProcessDexInstruction()
1999 Unop_12x<HNeg>(instruction, Primitive::kPrimLong, dex_pc); in ProcessDexInstruction()
2004 Unop_12x<HNeg>(instruction, Primitive::kPrimFloat, dex_pc); in ProcessDexInstruction()
2009 Unop_12x<HNeg>(instruction, Primitive::kPrimDouble, dex_pc); in ProcessDexInstruction()
2014 Unop_12x<HNot>(instruction, Primitive::kPrimInt, dex_pc); in ProcessDexInstruction()
2019 Unop_12x<HNot>(instruction, Primitive::kPrimLong, dex_pc); in ProcessDexInstruction()