Lines Matching refs:kInt32

604   HInstruction* first = LoadLocal(instruction.VRegA(), DataType::Type::kInt32);  in If_22t()
605 HInstruction* second = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in If_22t()
614 HInstruction* value = LoadLocal(instruction.VRegA(), DataType::Type::kInt32); in If_21t()
654 HInstruction* second = LoadLocal(instruction.VRegC(), DataType::Type::kInt32); in Binop_23x_shift()
674 HInstruction* second = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_12x_shift()
691 HInstruction* first = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_22s()
696 AppendInstruction(new (allocator_) T(DataType::Type::kInt32, first, second, dex_pc)); in Binop_22s()
702 HInstruction* first = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_22b()
707 AppendInstruction(new (allocator_) T(DataType::Type::kInt32, first, second, dex_pc)); in Binop_22b()
737 HInstruction* value = LoadLocal(instruction.VRegA(), DataType::Type::kInt32); in BuildSwitch()
1768 DCHECK(type == DataType::Type::kInt32 || type == DataType::Type::kInt64); in BuildCheckedDivRem()
1773 if (type == DataType::Type::kInt32) { in BuildCheckedDivRem()
1783 || (type == DataType::Type::kInt32 && second->AsIntConstant()->GetValue() == 0) in BuildCheckedDivRem()
1808 HInstruction* index = LoadLocal(index_reg, DataType::Type::kInt32); in BuildArrayAccess()
1854 DataType::Type type = is_reference_array ? DataType::Type::kReference : DataType::Type::kInt32; in BuildFilledNewArray()
1925 DataType::Type::kInt32, in BuildFillArrayData()
2199 HInstruction* value = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in ProcessDexInstruction()
2226 DCHECK(value->GetType() == DataType::Type::kInt32 || in ProcessDexInstruction()
2356 Unop_12x<HNeg>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2376 Unop_12x<HNot>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2386 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2391 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2396 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2401 Conversion_12x(instruction, DataType::Type::kInt64, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2416 Conversion_12x(instruction, DataType::Type::kFloat32, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2431 Conversion_12x(instruction, DataType::Type::kFloat64, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2446 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kInt8, dex_pc); in ProcessDexInstruction()
2451 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kInt16, dex_pc); in ProcessDexInstruction()
2456 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kUint16, dex_pc); in ProcessDexInstruction()
2461 Binop_23x<HAdd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2481 Binop_23x<HSub>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2501 Binop_12x<HAdd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2506 Binop_23x<HMul>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2527 dex_pc, DataType::Type::kInt32, false, true); in ProcessDexInstruction()
2549 dex_pc, DataType::Type::kInt32, false, false); in ProcessDexInstruction()
2570 Binop_23x<HAnd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2580 Binop_23x_shift<HShl>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2590 Binop_23x_shift<HShr>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2600 Binop_23x_shift<HUShr>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2610 Binop_23x<HOr>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2620 Binop_23x<HXor>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2645 Binop_12x<HSub>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2665 Binop_12x<HMul>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2686 dex_pc, DataType::Type::kInt32, false, true); in ProcessDexInstruction()
2698 dex_pc, DataType::Type::kInt32, false, false); in ProcessDexInstruction()
2719 Binop_12x_shift<HShl>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2729 Binop_12x_shift<HShr>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2739 Binop_12x_shift<HUShr>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2759 Binop_12x<HAnd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2769 Binop_12x<HOr>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2779 Binop_12x<HXor>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2851 dex_pc, DataType::Type::kInt32, true, true); in ProcessDexInstruction()
2858 dex_pc, DataType::Type::kInt32, true, false); in ProcessDexInstruction()
2889 HInstruction* length = LoadLocal(instruction.VRegB_22c(), DataType::Type::kInt32); in ProcessDexInstruction()
3029 ARRAY_XX(, DataType::Type::kInt32); in ProcessDexInstruction()