Home | History | Annotate | Download | only in out

Lines Matching refs:trivial

836     cmpl      %eax,%ecx                 # same class (trivial success)?
844 * Trivial test failed, need to perform full check. This is common.
916 cmpl %eax,%ecx # same class (trivial success)?
917 je .LOP_INSTANCE_OF_trivial # yes, trivial finish
919 * Trivial test failed, need to perform full check. This is common.
942 * Trivial test succeeded, save and bail.