Searched refs:Conversion_12x (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | instruction_builder.cc | 673 void HInstructionBuilder::Conversion_12x(const Instruction& instruction, in Conversion_12x() function in art::HInstructionBuilder 2827 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction() 2832 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction() 2837 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction() 2842 Conversion_12x(instruction, DataType::Type::kInt64, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() 2847 Conversion_12x(instruction, DataType::Type::kInt64, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction() 2852 Conversion_12x(instruction, DataType::Type::kInt64, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction() 2857 Conversion_12x(instruction, DataType::Type::kFloat32, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction() 2887 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kInt8, dex_pc); in ProcessDexInstruction() 2892 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kInt16, dex_pc); in ProcessDexInstruction() [all …]
|
H A D | instruction_builder.h | 121 void Conversion_12x(const Instruction& instruction,
|