• Home
  • Raw
  • Download

Lines Matching refs:kFloat32

2197       Unop_12x<HNeg>(instruction, DataType::Type::kFloat32, dex_pc);  in ProcessDexInstruction()
2222 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2237 Conversion_12x(instruction, DataType::Type::kInt64, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2247 Conversion_12x(instruction, DataType::Type::kFloat32, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2252 Conversion_12x(instruction, DataType::Type::kFloat32, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2257 Conversion_12x(instruction, DataType::Type::kFloat32, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2272 Conversion_12x(instruction, DataType::Type::kFloat64, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2307 Binop_23x<HAdd>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2322 Binop_23x<HSub>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2347 Binop_23x<HMul>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2369 Binop_23x<HDiv>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2391 Binop_23x<HRem>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2471 Binop_12x<HAdd>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2486 Binop_12x<HSub>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2506 Binop_12x<HMul>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2540 Binop_12x<HRem>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2580 Binop_12x<HDiv>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2779 Binop_23x_cmp(instruction, DataType::Type::kFloat32, ComparisonBias::kGtBias, dex_pc); in ProcessDexInstruction()
2789 Binop_23x_cmp(instruction, DataType::Type::kFloat32, ComparisonBias::kLtBias, dex_pc); in ProcessDexInstruction()