Searched refs:Unop_12x (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | instruction_builder.h | 93 void Unop_12x(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);
|
D | instruction_builder.cc | 665 void HInstructionBuilder::Unop_12x(const Instruction& instruction, in Unop_12x() function in art::HInstructionBuilder 2797 Unop_12x<HNeg>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() 2802 Unop_12x<HNeg>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction() 2807 Unop_12x<HNeg>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction() 2812 Unop_12x<HNeg>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction() 2817 Unop_12x<HNot>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() 2822 Unop_12x<HNot>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
|