Searched refs:uncond (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 1085 #define RELAX_BRANCH_ENCODE(at, uncond, likely, link, toofar) \ argument 1092 | ((uncond) ? 0x100 : 0))) 1160 #define RELAX_MICROMIPS_ENCODE(type, at, uncond, compact, link, \ argument 1165 | ((uncond) ? 0x2000 : 0) \ 7294 int uncond = uncond_branch_p (ip) ? -1 : 0; in append_insn() local 7303 length32 = relaxed_micromips_32bit_branch_length (NULL, NULL, uncond); in append_insn() 7305 RELAX_MICROMIPS_ENCODE (type, AT, uncond, compact, al, in append_insn() 16983 bfd_boolean uncond; in relaxed_micromips_32bit_branch_length() local 16988 uncond = RELAX_MICROMIPS_UNCOND (fragp->fr_subtype); in relaxed_micromips_32bit_branch_length() 16990 uncond = update < 0; in relaxed_micromips_32bit_branch_length() [all …]
|