Searched defs:likely (Results 1 – 5 of 5) sorted by relevance
25 #define likely(x) (x) macro
35 # define likely(x) __builtin_expect(!!(x), 1) macro
92 # define likely(x) (__builtin_expect(!!(x), 1)) macro
134 # define likely(x) (__builtin_constant_p(x) ? !!(x) : __branch_check__(x, 1)) macro165 # define likely(x) __builtin_expect(!!(x), 1) macro
980 int likely, pc_inc; in cop1Emulate() local