Home
last modified time | relevance | path

Searched refs:Binop_12x (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_builder.cc691 void HInstructionBuilder::Binop_12x(const Instruction& instruction, in Binop_12x() function in art::HInstructionBuilder
2774 Binop_12x<HAdd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2903 Binop_12x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2908 Binop_12x<HAdd>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2913 Binop_12x<HAdd>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2918 Binop_12x<HSub>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2923 Binop_12x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2928 Binop_12x<HSub>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2933 Binop_12x<HSub>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2938 Binop_12x<HMul>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
[all …]
Dinstruction_builder.h112 void Binop_12x(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);