Lines Matching defs:flag
1538 u8 flag)
1556 if ((parent->live & REG_LIVE_READ) == flag || (parent->live & REG_LIVE_READ64)) {
1569 parent->live |= flag;
1571 if (flag == REG_LIVE_READ64) {
2535 * Forward propagation of precise flag is not
9273 u8 flag = reg->live & REG_LIVE_READ;
9281 /* Or if there is no read flag from REG. */
9282 !flag ||
9283 /* Or if the read flag from REG is the same as PARENT_REG. */
9284 parent_flag == flag) {
9288 err = mark_reg_read(env, reg, parent_reg, flag);
9293 return flag;