Lines Matching refs:CpuFeatures
645 if (CpuFeatures::IsSupported(FLOATING_POINT_EXT)) { in ConvertUnsignedIntToDouble()
1618 if (CpuFeatures::IsSupported(GENERAL_INSTR_EXT)) { in Allocate()
1717 if (CpuFeatures::IsSupported(GENERAL_INSTR_EXT)) { in Allocate()
1777 if (CpuFeatures::IsSupported(GENERAL_INSTR_EXT)) { in FastAllocate()
1829 if (CpuFeatures::IsSupported(GENERAL_INSTR_EXT) && is_int8(object_size)) { in FastAllocate()
1845 if (CpuFeatures::IsSupported(GENERAL_INSTR_EXT)) { in FastAllocate()
2157 if (CpuFeatures::IsSupported(GENERAL_INSTR_EXT)) { in GetLeastBitsFromSmi()
3337 if (CpuFeatures::IsSupported(MISC_INSTR_EXT2)) { in Mul()
3481 CHECK(CpuFeatures::IsSupported(MISC_INSTR_EXT2)); in MulPWithCondition()
3551 if (CpuFeatures::IsSupported(DISTINCT_OPS) && is_int16(opnd.immediate())) { in Add32()
3570 if (CpuFeatures::IsSupported(DISTINCT_OPS) && is_int16(opnd.immediate())) { in AddP()
3602 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in Add32()
3619 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AddP()
3688 DCHECK(CpuFeatures::IsSupported(GENERAL_INSTR_EXT)); in Add32()
3696 DCHECK(CpuFeatures::IsSupported(GENERAL_INSTR_EXT)); in AddP()
3855 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in Sub32()
3875 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in SubP()
4003 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in And()
4020 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AndP()
4078 if (CpuFeatures::IsSupported(GENERAL_INSTR_EXT)) { in AndP()
4125 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in Or()
4142 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in OrP()
4213 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in Xor()
4230 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in XorP()
4562 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in CmpSmiLiteral()
4577 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in CmpLogicalSmiLiteral()
4592 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AddSmiLiteral()
4607 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in SubSmiLiteral()
4686 if (CpuFeatures::IsSupported(GENERAL_INSTR_EXT) && is_uint12(mem.offset()) && in StoreP()
5104 } else if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in ShiftLeft()
5116 } else if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in ShiftLeft()
5130 } else if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in ShiftRight()
5142 } else if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in ShiftRight()
5156 } else if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in ShiftLeftArith()
5168 } else if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in ShiftLeftArith()
5182 } else if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in ShiftRightArith()
5194 } else if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in ShiftRightArith()
5209 if (CpuFeatures::IsSupported(GENERAL_INSTR_EXT)) { in ClearRightImm()