Home | History | Annotate | Download | only in x87

Lines Matching defs:to

647   // after the call will try to deoptimize to the point before the call.
648 // Thus we still need to attach environment to this call even if
727 // truncated to smi.
736 // the result cannot be truncated to int32.
813 // No need to copy the environment, it cannot be used later.
876 // Always insert a fpu register barrier here when branch is optimized to
911 // to insert a split of a range immediately before the instruction due to an
912 // already allocated register needing to be used for the instruction's fixed
915 // the it was just a plain use), so it is free to move the split child into
946 // (not in the stack slot), we need to allow the goto gaps to keep one
947 // x87 register alive. To ensure all other values are still spilled, we
1580 // Check to see if it would be advantageous to use an lea instruction rather
1682 // The code generator requires either both inputs to be constant
1857 // abruptly (e.g., threw an exception). There is nothing specific to do.
1877 Representation to = instr->to();
1880 if (to.IsTagged()) {
1887 if (to.IsDouble()) {
1894 } else if (to.IsSmi()) {
1901 DCHECK(to.IsInteger32());
1913 if (to.IsTagged()) {
1920 } else if (to.IsSmi()) {
1925 DCHECK(to.IsInteger32());
1934 if (to.IsTagged()) {
1949 } else if (to.IsSmi()) {
1957 DCHECK(to.IsDouble());
2402 // Just force the value to be in eax and we're safe here.
2509 // Use an index that corresponds to the location in the unoptimized frame,