Lines Matching refs:label

371   // If `successor_` is null, the label to branch to after the suspend check.
2749 MipsLabel* label) {
2765 __ Beqz(lhs, label);
2769 __ Bnez(lhs, label);
2772 __ Bltz(lhs, label);
2775 __ Bgez(lhs, label);
2778 __ Blez(lhs, label);
2781 __ Bgtz(lhs, label);
2786 __ B(label);
2797 __ Beq(lhs, rhs_reg, label);
2800 __ Bne(lhs, rhs_reg, label);
2803 __ Blt(lhs, rhs_reg, label);
2806 __ Bge(lhs, rhs_reg, label);
2809 __ Bge(rhs_reg, lhs, label);
2812 __ Blt(rhs_reg, lhs, label);
2815 __ Bltu(lhs, rhs_reg, label);
2818 __ Bgeu(lhs, rhs_reg, label);
2821 __ Bgeu(rhs_reg, lhs, label);
2824 __ Bltu(rhs_reg, lhs, label);
2832 MipsLabel* label) {
2856 __ Beqz(TMP, label);
2861 __ Bnez(TMP, label);
2864 __ Bltz(lhs_high, label);
2867 __ Bgez(lhs_high, label);
2872 __ Bgeu(AT, TMP, label);
2877 __ Bltu(AT, TMP, label);
2882 __ B(label);
2894 __ Beqz(TMP, label);
2902 __ Bnez(TMP, label);
2906 __ Blt(lhs_high, TMP, label);
2910 __ Blt(TMP, AT, label);
2914 __ Blt(TMP, lhs_high, label);
2919 __ Beqz(TMP, label);
2923 __ Blt(lhs_high, TMP, label);
2928 __ Beqz(TMP, label);
2932 __ Blt(TMP, lhs_high, label);
2936 __ Blt(TMP, AT, label);
2940 __ Bltu(lhs_high, TMP, label);
2944 __ Blt(TMP, AT, label);
2948 __ Bltu(TMP, lhs_high, label);
2953 __ Beqz(TMP, label);
2957 __ Bltu(lhs_high, TMP, label);
2962 __ Beqz(TMP, label);
2966 __ Bltu(TMP, lhs_high, label);
2970 __ Blt(TMP, AT, label);
2979 __ Beqz(TMP, label);
2985 __ Bnez(TMP, label);
2988 __ Blt(lhs_high, rhs_high, label);
2991 __ Blt(TMP, AT, label);
2994 __ Blt(rhs_high, lhs_high, label);
2998 __ Beqz(TMP, label);
3001 __ Blt(lhs_high, rhs_high, label);
3005 __ Beqz(TMP, label);
3008 __ Blt(rhs_high, lhs_high, label);
3011 __ Blt(TMP, AT, label);
3014 __ Bltu(lhs_high, rhs_high, label);
3017 __ Blt(TMP, AT, label);
3020 __ Bltu(rhs_high, lhs_high, label);
3024 __ Beqz(TMP, label);
3027 __ Bltu(lhs_high, rhs_high, label);
3031 __ Beqz(TMP, label);
3034 __ Bltu(rhs_high, lhs_high, label);
3037 __ Blt(TMP, AT, label);
3047 MipsLabel* label) {
3056 __ Bc1nez(FTMP, label);
3060 __ Bc1eqz(FTMP, label);
3068 __ Bc1nez(FTMP, label);
3076 __ Bc1nez(FTMP, label);
3084 __ Bc1nez(FTMP, label);
3092 __ Bc1nez(FTMP, label);
3101 __ Bc1t(0, label);
3105 __ Bc1f(0, label);
3113 __ Bc1t(0, label);
3121 __ Bc1t(0, label);
3129 __ Bc1t(0, label);
3137 __ Bc1t(0, label);
3149 __ Bc1nez(FTMP, label);
3153 __ Bc1eqz(FTMP, label);
3161 __ Bc1nez(FTMP, label);
3169 __ Bc1nez(FTMP, label);
3177 __ Bc1nez(FTMP, label);
3185 __ Bc1nez(FTMP, label);
3194 __ Bc1t(0, label);
3198 __ Bc1f(0, label);
3206 __ Bc1t(0, label);
3214 __ Bc1t(0, label);
3222 __ Bc1t(0, label);
3230 __ Bc1t(0, label);