Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.cc640 void HInstructionBuilder::Binop_23x(const Instruction& instruction, in Binop_23x() function in art::HInstructionBuilder
2461 Binop_23x<HAdd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2466 Binop_23x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2471 Binop_23x<HAdd>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2476 Binop_23x<HAdd>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2481 Binop_23x<HSub>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2486 Binop_23x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2491 Binop_23x<HSub>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2496 Binop_23x<HSub>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2506 Binop_23x<HMul>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
[all …]
Dinstruction_builder.h103 void Binop_23x(const Instruction& instruction, DataType::Type type, uint32_t dex_pc);