Searched refs:ix86_expand_branch (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | i386-protos.h | 102 extern void ix86_expand_branch (enum rtx_code, rtx);
|
H A D | i386.c | 10501 ix86_expand_branch (enum rtx_code code, rtx label) in ix86_expand_branch() function 10627 ix86_expand_branch (code, label); in ix86_expand_branch() 10641 ix86_expand_branch (code, label); in ix86_expand_branch() 10684 ix86_expand_branch (code1, label); in ix86_expand_branch() 10686 ix86_expand_branch (code2, label2); in ix86_expand_branch() 10690 ix86_expand_branch (code3, label); in ix86_expand_branch()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386-protos.h | 138 extern void ix86_expand_branch PARAMS ((enum rtx_code, rtx));
|
H A D | i386.c | 8983 ix86_expand_branch (code, label) in ix86_expand_branch() function 9094 ix86_expand_branch (code, label); 9108 ix86_expand_branch (code, label); 9151 ix86_expand_branch (code1, label); 9153 ix86_expand_branch (code2, label2); 9157 ix86_expand_branch (code3, label);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.5 | 7630 (ix86_expand_branch): DImode comparison is simple for x86_64. 12385 (ix86_expand_branch): Update. 14229 (print_operand, ix86_expand_branch, ix86_expand_fp_movcc): Handle
|
H A D | ChangeLog.4 | 10429 * config/i386/i386.c (ix86_expand_branch): Treat GE and GEU the same 12465 * i386.c (ix86_expand_branch): Mode of comparison in
|
H A D | ChangeLog.3 | 7120 (ix86_expand_branch): Likewise. Don't fully expand fp branches. 7123 (ix86_expand_branch, ix86_expand_setcc): Update.
|