HomeSort by: relevance | last modified time | path
    Searched defs:uncond (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-match.h 32 enum uncond { UNCOND }; enum in class:gimple_match_cond
35 gimple_match_cond (uncond) : cond (NULL_TREE), else_value (NULL_TREE), len
143 : cond (gimple_match_cond::UNCOND), type (NULL_TREE), reverse (false),
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match.h 81 enum uncond { UNCOND }; enum in class:gimple_match_cond
84 gimple_match_cond (uncond) : cond (NULL_TREE), else_value (NULL_TREE) {}
170 : cond (gimple_match_cond::UNCOND), type (NULL_TREE), reverse (false),
  /src/external/gpl3/binutils/dist/gas/config/
tc-bpf.c 390 #define RELAX_BRANCH_ENCODE(uncond, constant, length) \
393 | ((uncond) ? 1 : 0) \
410 int length, uncond;
415 uncond = RELAX_BRANCH_UNCOND (fragp->fr_subtype);
418 if (uncond)
456 fragp->fr_subtype = RELAX_BRANCH_ENCODE (uncond,
406 int length, uncond; local
tc-mips.c 1147 uncond, likely, link, toofar) \
1154 | ((uncond) ? 0x200 : 0)))
1241 uncond, compact, link, nods, \
1248 | ((uncond) ? 0x8000 : 0) \
8167 int uncond = uncond_branch_p (ip) ? -1 : 0;
8180 length32 = relaxed_micromips_32bit_branch_length (NULL, NULL, uncond);
8184 uncond, compact, al, nods,
18544 bool uncond;
18549 uncond = RELAX_MICROMIPS_UNCOND (fragp->fr_subtype);
18552 uncond = update < 0
8158 int uncond = uncond_branch_p (ip) ? -1 : 0; local
18530 bool uncond; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-bpf.c 390 #define RELAX_BRANCH_ENCODE(uncond, constant, length) \
393 | ((uncond) ? 1 : 0) \
410 int length, uncond;
415 uncond = RELAX_BRANCH_UNCOND (fragp->fr_subtype);
418 if (uncond)
456 fragp->fr_subtype = RELAX_BRANCH_ENCODE (uncond,
406 int length, uncond; local
tc-mips.c 1143 uncond, likely, link, toofar) \
1150 | ((uncond) ? 0x200 : 0)))
1237 uncond, compact, link, nods, \
1244 | ((uncond) ? 0x8000 : 0) \
7858 int uncond = uncond_branch_p (ip) ? -1 : 0;
7871 length32 = relaxed_micromips_32bit_branch_length (NULL, NULL, uncond);
7875 uncond, compact, al, nods,
18233 bool uncond;
18238 uncond = RELAX_MICROMIPS_UNCOND (fragp->fr_subtype);
18241 uncond = update < 0
7849 int uncond = uncond_branch_p (ip) ? -1 : 0; local
18219 bool uncond; local
    [all...]

Completed in 58 milliseconds