Home
last modified time | relevance | path

Searched refs:tmp_b (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Difcvt.c2183 rtx tmp_b = NULL_RTX; in noce_try_cmove_arith() local
2186 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Difcvt.cc2202 rtx tmp_b = NULL_RTX; in noce_try_cmove_arith() local
2205 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()
/netbsd-src/sys/netinet/
H A Dsctp_pcb.c112 struct in6_addr tmp_a, tmp_b; in SCTP6_ARE_ADDR_EQUAL() local
115 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()