Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h98 void Unop_12x(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);
Dinstruction_builder.cc633 void HInstructionBuilder::Unop_12x(const Instruction& instruction, in Unop_12x() function in art::HInstructionBuilder
2629 Unop_12x<HNeg>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2634 Unop_12x<HNeg>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2639 Unop_12x<HNeg>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2644 Unop_12x<HNeg>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2649 Unop_12x<HNot>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2654 Unop_12x<HNot>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()