Searched refs:Binop_23x (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | instruction_builder.cc | 651 void HInstructionBuilder::Binop_23x(const Instruction& instruction, in Binop_23x() function in art::HInstructionBuilder 2734 Binop_23x<HAdd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() 2739 Binop_23x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction() 2744 Binop_23x<HAdd>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction() 2749 Binop_23x<HAdd>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction() 2754 Binop_23x<HSub>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() 2759 Binop_23x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction() 2764 Binop_23x<HSub>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction() 2769 Binop_23x<HSub>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction() 2779 Binop_23x<HMul>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() [all …]
|
D | instruction_builder.h | 101 void Binop_23x(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);
|