Searched refs:Binop_12x (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | instruction_builder.cc | 680 void HInstructionBuilder::Binop_12x(const Instruction& instruction, in Binop_12x() function in art::HInstructionBuilder 2501 Binop_12x<HAdd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() 2630 Binop_12x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction() 2635 Binop_12x<HAdd>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction() 2640 Binop_12x<HAdd>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction() 2645 Binop_12x<HSub>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() 2650 Binop_12x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction() 2655 Binop_12x<HSub>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction() 2660 Binop_12x<HSub>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction() 2665 Binop_12x<HMul>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() [all …]
|
D | instruction_builder.h | 114 void Binop_12x(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);
|