Searched refs:Binop_12x (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | instruction_builder.cc | 755 void HInstructionBuilder::Binop_12x(const Instruction& instruction, in Binop_12x() function in art::HInstructionBuilder 3132 Binop_12x<HAdd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() 3261 Binop_12x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction() 3266 Binop_12x<HAdd>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction() 3271 Binop_12x<HAdd>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction() 3276 Binop_12x<HSub>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() 3281 Binop_12x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction() 3286 Binop_12x<HSub>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction() 3291 Binop_12x<HSub>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction() 3296 Binop_12x<HMul>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() [all …]
|
D | instruction_builder.h | 108 void Binop_12x(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);
|