Lines Matching refs:label_end
2079 u16 label_ge32, label_end; in shl_reg64() local
2085 label_end = nfp_prog_current_offset(nfp_prog) + 6; in shl_reg64()
2086 emit_br(nfp_prog, BR_UNC, label_end, 2); in shl_reg64()
2094 if (!nfp_prog_confirm_current_offset(nfp_prog, label_end)) in shl_reg64()
2191 u16 label_ge32, label_end; in shr_reg64() local
2196 label_end = nfp_prog_current_offset(nfp_prog) + 6; in shr_reg64()
2197 emit_br(nfp_prog, BR_UNC, label_end, 2); in shr_reg64()
2205 if (!nfp_prog_confirm_current_offset(nfp_prog, label_end)) in shr_reg64()
2305 u16 label_ge32, label_end; in ashr_reg64() local
2310 label_end = nfp_prog_current_offset(nfp_prog) + 6; in ashr_reg64()
2311 emit_br(nfp_prog, BR_UNC, label_end, 2); in ashr_reg64()
2319 if (!nfp_prog_confirm_current_offset(nfp_prog, label_end)) in ashr_reg64()