HomeSort by: relevance | last modified time | path
    Searched refs:NEG (Results 1 - 25 of 169) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl2/dtc/dist/tests/
dtc-fails.sh 6 NEG="$1"
18 if [ -n "$NEG" ]; then
  /src/common/lib/libc/arch/arm/quad/
__aeabi_ldivmod.S 77 #define NEG r5
78 movs NEG, #0
82 movs NEG, #1 /* flip quotient sign */
91 eors NEG, NEG, r4 /* flip quotient sign, flip remainder sign */
95 eorlt NEG, NEG, #3 /* flip quotient sign, flip remainder sign */
127 cbz NEG, .Lnegate_neither
129 cmp NEG, #0 /* any signs to flip? */
133 cmp NEG, #2 /* does remainder need to be negative? *
    [all...]
  /src/lib/libc/arch/alpha/gen/
divrem.m4 55 ifelse(S, `true', `define(NEG, `t4')')
66 ` stq NEG, 32(sp)')
74 or A, B, NEG /* not the sign, but... */
75 srl NEG, WORDSIZE - 1, NEG /* rather, or of high bits */
76 blbc NEG, Ldoit /* neither negative? do it! */
79 ` xor A, B, NEG /* THIS is the sign! */
80 ', ` mov A, NEG /* sign follows A. */
82 srl NEG, WORDSIZE - 1, NEG /* make negation the low bit. *
    [all...]
  /src/sys/lib/libkern/arch/alpha/
divrem.m4 55 ifelse(S, `true', `define(NEG, `t4')')
66 ` stq NEG, 32(sp)')
74 or A, B, NEG /* not the sign, but... */
75 srl NEG, WORDSIZE - 1, NEG /* rather, or of high bits */
76 blbc NEG, Ldoit /* neither negative? do it! */
79 ` xor A, B, NEG /* THIS is the sign! */
80 ', ` mov A, NEG /* sign follows A. */
82 srl NEG, WORDSIZE - 1, NEG /* make negation the low bit. *
    [all...]
  /src/sys/arch/sparc64/include/
elf_support.h 52 const unsigned int NEG = 0x82200001U; /* neg %g1 */
141 * neg %g1
145 unsigned long neg = (-value)>>12; local
146 where[1] = OR | (LOVAL(neg, 0)+1);
147 where[2] = NEG;
154 where[0] = SETHI | HIVAL(neg, 10);
  /src/external/gpl3/binutils/dist/binutils/
rcparse.h 153 NEG = 354 /* NEG */
258 #define NEG 354
  /src/external/gpl3/binutils.old/dist/binutils/
rcparse.h 153 NEG = 354 /* NEG */
258 #define NEG 354
  /src/usr.sbin/gspa/gspa/
gsp_gram.y 114 { $$ = bexpr(NEG, $2, NULL); }
gsp_ass.h 88 #define NEG 3
gsp_eval.c 78 case NEG: l = -l; break;
  /src/external/gpl3/gdb.old/dist/sim/arm/
armsupp.c 405 if (NEG (result))
427 return ((NEG (a) && NEG (b) && POS (result))
428 || (POS (a) && POS (b) && NEG (result)));
436 return ((NEG (a) && POS (b) && POS (result))
437 || (POS (a) && NEG (b) && NEG (result)));
445 ASSIGNC ((NEG (a) && NEG (b)) ||
446 (NEG (a) && POS (result)) || (NEG (b) && POS (result)))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
cpls-ops.cc 227 GEN_OP (NEG, ~ (E) )
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
cpls-ops.cc 227 GEN_OP (NEG, ~ (E) )
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.h 127 NEG = 328, /* NEG */
305 #define NEG 328
rx-parse.h 163 NEG = 364, /* NEG */
332 #define NEG 364
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.h 127 NEG = 328, /* NEG */
305 #define NEG 328
rx-parse.h 163 NEG = 364, /* NEG */
332 #define NEG 364
  /src/external/gpl3/gcc/dist/gcc/
simplify-rtx.cc 814 (OP:SI foo:SI) if OP is NEG or ABS. */
816 || GET_CODE (op) == NEG)
957 /* (not (plus X -1)) can become (neg X). */
960 return simplify_gen_unary (NEG, mode, XEXP (op, 0), mode);
962 /* Similarly, (not (neg X)) is (plus X -1). Only do this for
965 if (GET_CODE (op) == NEG && CONSTM1_RTX (mode))
1058 case NEG:
1059 /* (neg (neg X)) == X. */
1060 if (GET_CODE (op) == NEG)
    [all...]
loop-iv.cc 492 iv->base = simplify_gen_unary (NEG, iv->extend_mode,
494 iv->step = simplify_gen_unary (NEG, iv->extend_mode,
499 iv->delta = simplify_gen_unary (NEG, iv->extend_mode,
501 iv->mult = simplify_gen_unary (NEG, iv->extend_mode,
987 case NEG:
1040 case NEG:
2510 step = simplify_gen_unary (NEG, comp_mode, iv1.step, comp_mode);
2632 iv0.step = simplify_gen_unary (NEG, comp_mode, iv0.step, comp_mode);
2633 iv1.base = simplify_gen_unary (NEG, comp_mode, iv1.base, comp_mode);
2714 step = simplify_gen_unary (NEG, mode, iv1.step, mode)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
simplify-rtx.cc 814 (OP:SI foo:SI) if OP is NEG or ABS. */
816 || GET_CODE (op) == NEG)
957 /* (not (plus X -1)) can become (neg X). */
960 return simplify_gen_unary (NEG, mode, XEXP (op, 0), mode);
962 /* Similarly, (not (neg X)) is (plus X -1). Only do this for
965 if (GET_CODE (op) == NEG && CONSTM1_RTX (mode))
1058 case NEG:
1059 /* (neg (neg X)) == X. */
1060 if (GET_CODE (op) == NEG)
    [all...]
optabs.def 156 OPTAB_NL(neg_optab, "neg$P$a2", NEG, "neg", '2', gen_int_fp_fixed_libfunc)
157 OPTAB_NX(neg_optab, "neg$F$a2")
158 OPTAB_NX(neg_optab, "neg$Q$a2")
159 OPTAB_VL(negv_optab, "negv$I$a2", NEG, "neg", '2', gen_intv_fp_libfunc)
160 OPTAB_VX(negv_optab, "neg$F$a2")
224 OPTAB_D (negcc_optab, "neg$acc")
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNDPPCombine.cpp 133 // check if other than abs|neg modifiers are set (opsel for example)
134 const int64_t Mask = ~(SISrcMods::ABS | SISrcMods::NEG);
230 assert(0LL == (Mod0->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG)));
253 assert(0LL == (Mod1->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG)));
  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common.cc 467 || GET_CODE (XEXP (mla, 0)) == NEG))
474 && GET_CODE (XEXP (mla, 2)) == NEG
476 || GET_CODE (XEXP (mla, 0)) == NEG))
arm-mve-builtins-base.cc 395 FUNCTION (vnegq, unspec_based_mve_function_exact_insn, (NEG, NEG, NEG, -1, -1, -1, VNEGQ_M_S, -1, VNEGQ_M_F, -1, -1, -1))
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common.cc 465 || GET_CODE (XEXP (mla, 0)) == NEG))
472 && GET_CODE (XEXP (mla, 2)) == NEG
474 || GET_CODE (XEXP (mla, 0)) == NEG))

Completed in 94 milliseconds

1 2 3 4 5 6 7