Searched refs:Unop_12x (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | instruction_builder.h | 100 void Unop_12x(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);
|
D | instruction_builder.cc | 621 void HInstructionBuilder::Unop_12x(const Instruction& instruction, in Unop_12x() function in art::HInstructionBuilder 2334 Unop_12x<HNeg>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() 2339 Unop_12x<HNeg>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction() 2344 Unop_12x<HNeg>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction() 2349 Unop_12x<HNeg>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction() 2354 Unop_12x<HNot>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() 2359 Unop_12x<HNot>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
|