Searched refs:tmp_b (Results 1 – 3 of 3) sorted by relevance
2183 rtx tmp_b = NULL_RTX; in noce_try_cmove_arith() local2186 tmp_b = gen_reg_rtx (x_mode); in noce_try_cmove_arith()2233 if (! general_operand (b, GET_MODE (b)) || tmp_b) in noce_try_cmove_arith()2244 b = tmp_b ? tmp_b : gen_reg_rtx (GET_MODE (b)); in noce_try_cmove_arith()2253 rtx tmp_reg = tmp_b ? tmp_b : gen_reg_rtx (GET_MODE (b)); in noce_try_cmove_arith()2261 if (tmp_b && then_bb) in noce_try_cmove_arith()
2202 rtx tmp_b = NULL_RTX; in noce_try_cmove_arith() local2205 tmp_b = gen_reg_rtx (x_mode); in noce_try_cmove_arith()2252 if (! general_operand (b, GET_MODE (b)) || tmp_b) in noce_try_cmove_arith()2263 b = tmp_b ? tmp_b : gen_reg_rtx (GET_MODE (b)); in noce_try_cmove_arith()2272 rtx tmp_reg = tmp_b ? tmp_b : gen_reg_rtx (GET_MODE (b)); in noce_try_cmove_arith()2280 if (tmp_b && then_bb) in noce_try_cmove_arith()
112 struct in6_addr tmp_a, tmp_b; in SCTP6_ARE_ADDR_EQUAL() local115 tmp_b = *b; in SCTP6_ARE_ADDR_EQUAL()117 in6_clearscope(&tmp_b); in SCTP6_ARE_ADDR_EQUAL()118 return (IN6_ARE_ADDR_EQUAL(&tmp_a, &tmp_b)); in SCTP6_ARE_ADDR_EQUAL()