Searched refs:if_xissmi (Results 1 – 1 of 1) sorted by relevance
33 Label if_xissmi(this), if_xisnotsmi(this); in TF_BUILTIN() local34 Branch(TaggedIsSmi(x), &if_xissmi, &if_xisnotsmi); in TF_BUILTIN()36 BIND(&if_xissmi); in TF_BUILTIN()111 Label if_xissmi(this), if_xisnotsmi(this); in MathRoundingOperation() local112 Branch(TaggedIsSmi(x), &if_xissmi, &if_xisnotsmi); in MathRoundingOperation()114 BIND(&if_xissmi); in MathRoundingOperation()261 Label if_xissmi(this), if_xisnotsmi(this); in TF_BUILTIN() local262 Branch(TaggedIsSmi(x), &if_xissmi, &if_xisnotsmi); in TF_BUILTIN()264 BIND(&if_xissmi); in TF_BUILTIN()