Searched refs:subfirstcuflags (Results 1 – 1 of 1) sorted by relevance
5739 uint32_t subreqcuflags, subfirstcuflags; in compile_branch() local6836 &subfirstcuflags, in compile_branch()6910 if (condcount == 1) subfirstcuflags = subreqcuflags = REQ_NONE; in compile_branch()6965 if (firstcuflags == REQ_UNSET && subfirstcuflags != REQ_UNSET) in compile_branch()6967 if (subfirstcuflags < REQ_NONE) in compile_branch()6970 firstcuflags = subfirstcuflags; in compile_branch()6981 else if (subfirstcuflags < REQ_NONE && subreqcuflags >= REQ_NONE) in compile_branch()6984 subreqcuflags = subfirstcuflags | tempreqvary; in compile_branch()7009 subreqcuflags < REQ_NONE && subfirstcuflags < REQ_NONE) in compile_branch()
Completed in 23 milliseconds