Searched refs:extract_high_half (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c2455 static rtx extract_high_half (enum machine_mode, rtx);
3425 extract_high_half (enum machine_mode mode, rtx op)
3492 return extract_high_half (mode, tem);
3517 return extract_high_half (mode, tem);
3532 tem = extract_high_half (mode, tem);
3601 tem = extract_high_half (mode, tem);
3413 extract_high_half (enum machine_mode mode, rtx op) function

Completed in 54 milliseconds