Home | History | Annotate | Download | only in x64

Lines Matching refs:SmiValuesAre32Bits

1564     if (SmiValuesAre32Bits() && instr->representation().IsSmi()) {
1930 LOperand* temp1 = SmiValuesAre32Bits() ? NULL : TempRegister();
1931 LOperand* temp2 = SmiValuesAre32Bits() ? NULL : FixedTemp(xmm1);