Home | History | Annotate | Download | only in compiler

Lines Matching refs:Is32

832       return machine()->Is32() ? machine()->Int32LessThan()
835 return machine()->Is32() ? machine()->Int32LessThanOrEqual()
838 return machine()->Is32() ? machine()->Word32Equal()