Home
last modified time | relevance | path

Searched refs:u_bool (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sbin/ifconfig/
H A Dparse.h181 bool u_bool; member
187 #define k_bool k_u.u_bool
193 #define k_negbool k_negu.u_bool
H A Dparse.c664 o = (prop_object_t)prop_bool_create(u->u_bool); in pkw_match()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.md963 (define_code_attr u_bool [(sign_extend "false") (zero_extend "true")
7967 "ix86_split_idivmod (<MODE>mode, operands, <u_bool>); DONE;")
7983 "ix86_split_idivmod (SImode, operands, <u_bool>); DONE;")
7999 "ix86_split_idivmod (SImode, operands, <u_bool>); DONE;")
H A Dsse.md11829 <u_bool>, true);
11841 <u_bool>, false);
11866 <u_bool>, true);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.md1011 (define_code_attr u_bool [(sign_extend "false") (zero_extend "true")
8821 "ix86_split_idivmod (<MODE>mode, operands, <u_bool>); DONE;")
8837 "ix86_split_idivmod (SImode, operands, <u_bool>); DONE;")
8853 "ix86_split_idivmod (SImode, operands, <u_bool>); DONE;")
H A Dsse.md15423 <u_bool>, true);
15435 <u_bool>, false);
15460 <u_bool>, true);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201220614 * config/i386/i386.md (u_bool) New code attr.