Searched defs:normalizep (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | expmed.c | 4266 emit_store_flag (target, code, op0, op1, mode, unsignedp, normalizep) in emit_store_flag() argument 4706 emit_store_flag_force (target, code, op0, op1, mode, unsignedp, normalizep) in emit_store_flag_force() argument
|
H A D | optabs.c | 1247 int normalizep = STORE_FLAG_VALUE; local 1249 int normalizep = 1; local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | expmed.c | 5111 enum machine_mode mode, int unsignedp, int normalizep) in emit_store_flag() 5556 enum machine_mode mode, int unsignedp, int normalizep) in emit_store_flag_force()
|
H A D | optabs.c | 1711 int normalizep = STORE_FLAG_VALUE; in expand_binop() local 1713 int normalizep = 1; in expand_binop() local
|