Home
last modified time | relevance | path

Searched refs:TARGET_DEEP_BRANCH_PREDICTION (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Ddarwin.h68 #undef TARGET_DEEP_BRANCH_PREDICTION
69 #define TARGET_DEEP_BRANCH_PREDICTION 0 macro
H A Di386.h235 #define TARGET_DEEP_BRANCH_PREDICTION (x86_deep_branch & CPUMASK) macro
H A Di386.c4411 if (! TARGET_DEEP_BRANCH_PREDICTION || !flag_pic)
4442 if (!flag_pic || TARGET_DEEP_BRANCH_PREDICTION)
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.h179 #define TARGET_DEEP_BRANCH_PREDICTION (x86_deep_branch & TUNEMASK) macro
H A Di386.c4954 if (! TARGET_DEEP_BRANCH_PREDICTION || !flag_pic) in output_set_got()
4999 if (!flag_pic || TARGET_DEEP_BRANCH_PREDICTION) in output_set_got()