Searched refs:invert (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c3219 bool invert = false;
3222 mips_emit_int_relational (*code, &invert, *op0,
3224 *code = (invert ? EQ : NE);
3339 flavors, so we must invert the comparison and convert to LT and
3207 bool invert = false; local
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c5374 lang_set_flags (lang_memory_region_type *ptr, const char *flags, int invert)
5378 ptr_flags = invert ? &ptr->not_flags : &ptr->flags;
5372 lang_set_flags(lang_memory_region_type *ptr, const char *flags, int invert) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp513 bool invert = invertFPCondCodeUser((Mips::CondCode)CC->getSExtValue()); local
516 return DAG.getNode((invert ? MipsISD::CMovFP_F : MipsISD::CMovFP_T), DL,
/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c3229 /* If this is a comparison, we can simply invert it, except for
3269 /* Here we can invert either operand. We invert the first operand
4920 /* If this is an OR operation, invert both sides; we will invert
13127 int result, invert;
13197 To compute GE, do LT and invert the result.
13198 To compute LE, swap the arguments, do LT and invert the result.
13199 To compute NE, do EQ and invert the result.
13211 /* Note that it is safe to invert fo
13092 int result, invert; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c9787 ix86_build_signbit_mask (enum machine_mode mode, bool vect, bool invert)
9803 if (invert)
9762 ix86_build_signbit_mask(enum machine_mode mode, bool vect, bool invert) argument
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c9033 /* If the condition is a negative condition, invert the mask. */
12101 neon_compare (unsigned regtypes, unsigned immtypes, int invert)
12105 if (invert)
12091 neon_compare(unsigned regtypes, unsigned immtypes, int invert) argument

Completed in 401 milliseconds

12