Home
last modified time | relevance | path

Searched refs:NEG (Results 1 – 25 of 270) sorted by relevance

1234567891011

/netbsd-src/common/lib/libc/arch/arm/quad/
H A D__aeabi_ldivmod.S77 #define NEG r5 macro
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? */
/netbsd-src/lib/libc/arch/alpha/gen/
H A Ddivrem.m455 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. */
175 cmovlbs NEG, T_0, RESULT
183 ` ldq NEG, 32(sp)')
/netbsd-src/sys/lib/libkern/arch/alpha/
H A Ddivrem.m455 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. */
175 cmovlbs NEG, T_0, RESULT
183 ` ldq NEG, 32(sp)')
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Ddtc-fails.sh6 NEG="$1"
18 if [ -n "$NEG" ]; then
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A Darmsupp.c405 if (NEG (result)) in ARMul_NegZero()
427 return ((NEG (a) && NEG (b) && POS (result)) in AddOverflow()
428 || (POS (a) && POS (b) && NEG (result))); in AddOverflow()
436 return ((NEG (a) && POS (b) && POS (result)) in SubOverflow()
437 || (POS (a) && NEG (b) && NEG (result))); in SubOverflow()
445 ASSIGNC ((NEG (a) && NEG (b)) || in ARMul_AddCarry()
446 (NEG (a) && POS (result)) || (NEG (b) && POS (result))); in ARMul_AddCarry()
462 ASSIGNC ((NEG (a) && POS (b)) || in ARMul_SubCarry()
463 (NEG (a) && POS (result)) || (POS (b) && POS (result))); in ARMul_SubCarry()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsimplify-rtx.c814 || GET_CODE (op) == NEG) in simplify_truncation()
928 return simplify_gen_unary (NEG, mode, XEXP (op, 0), mode); in simplify_unary_operation_1()
933 if (GET_CODE (op) == NEG && CONSTM1_RTX (mode)) in simplify_unary_operation_1()
1026 case NEG: in simplify_unary_operation_1()
1028 if (GET_CODE (op) == NEG) in simplify_unary_operation_1()
1040 if ((GET_CODE (true_rtx) == NEG in simplify_unary_operation_1()
1042 || (GET_CODE (false_rtx) == NEG in simplify_unary_operation_1()
1085 temp = simplify_unary_operation (NEG, mode, XEXP (op, 1), mode); in simplify_unary_operation_1()
1091 temp = simplify_gen_unary (NEG, mode, XEXP (op, 0), mode); in simplify_unary_operation_1()
1100 temp = simplify_gen_unary (NEG, mode, XEXP (op, 1), mode); in simplify_unary_operation_1()
[all …]
H A Dloop-iv.c492 iv->base = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
494 iv->step = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
499 iv->delta = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
501 iv->mult = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
960 case NEG: in iv_analyze_expr()
1013 case NEG: in iv_analyze_expr()
2526 step = simplify_gen_unary (NEG, comp_mode, iv1.step, comp_mode); in iv_number_of_iterations()
2648 iv0.step = simplify_gen_unary (NEG, comp_mode, iv0.step, comp_mode); in iv_number_of_iterations()
2649 iv1.base = simplify_gen_unary (NEG, comp_mode, iv1.base, comp_mode); in iv_number_of_iterations()
2730 step = simplify_gen_unary (NEG, mode, iv1.step, mode); in iv_number_of_iterations()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsimplify-rtx.cc809 || GET_CODE (op) == NEG) in simplify_truncation()
952 return simplify_gen_unary (NEG, mode, XEXP (op, 0), mode); in simplify_unary_operation_1()
957 if (GET_CODE (op) == NEG && CONSTM1_RTX (mode)) in simplify_unary_operation_1()
1050 case NEG: in simplify_unary_operation_1()
1052 if (GET_CODE (op) == NEG) in simplify_unary_operation_1()
1064 if ((GET_CODE (true_rtx) == NEG in simplify_unary_operation_1()
1066 || (GET_CODE (false_rtx) == NEG in simplify_unary_operation_1()
1109 temp = simplify_unary_operation (NEG, mode, XEXP (op, 1), mode); in simplify_unary_operation_1()
1115 temp = simplify_gen_unary (NEG, mode, XEXP (op, 0), mode); in simplify_unary_operation_1()
1124 temp = simplify_gen_unary (NEG, mode, XEXP (op, 1), mode); in simplify_unary_operation_1()
[all …]
H A Dloop-iv.cc492 iv->base = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
494 iv->step = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
499 iv->delta = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
501 iv->mult = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
960 case NEG: in iv_analyze_expr()
1013 case NEG: in iv_analyze_expr()
2526 step = simplify_gen_unary (NEG, comp_mode, iv1.step, comp_mode); in iv_number_of_iterations()
2648 iv0.step = simplify_gen_unary (NEG, comp_mode, iv0.step, comp_mode); in iv_number_of_iterations()
2649 iv1.base = simplify_gen_unary (NEG, comp_mode, iv1.base, comp_mode); in iv_number_of_iterations()
2730 step = simplify_gen_unary (NEG, mode, iv1.step, mode); in iv_number_of_iterations()
/netbsd-src/sys/arch/sparc64/include/
H A Delf_support.h52 const unsigned int NEG = 0x82200001U; /* neg %g1 */ in sparc_write_branch() local
147 where[2] = NEG; in sparc_write_branch()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drcparse.h153 NEG = 354 /* NEG */ enumerator
258 #define NEG 354 macro
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Drcparse.h153 NEG = 354 /* NEG */ enumerator
258 #define NEG 354 macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.h163 NEG = 364, /* NEG */ enumerator
332 #define NEG 364 macro
H A Dbfin-parse.h127 NEG = 328, /* NEG */ enumerator
306 #define NEG 328 macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drx-parse.h163 NEG = 364, /* NEG */ enumerator
332 #define NEG 364 macro
H A Dbfin-parse.h127 NEG = 328, /* NEG */ enumerator
306 #define NEG 328 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Instructions.td57 def NEG : InstFlag <"printNeg">;
107 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, ABS:$src0_abs, SEL:$src0_sel,
149 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, ABS:$src0_abs, SEL:$src0_sel,
150 R600_Reg32:$src1, NEG:$src1_neg, REL:$src1_rel, ABS:$src1_abs, SEL:$src1_sel,
189 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, SEL:$src0_sel,
190 R600_Reg32:$src1, NEG:$src1_neg, REL:$src1_rel, SEL:$src1_sel,
191 R600_Reg32:$src2, NEG:$src2_neg, REL:$src2_rel, SEL:$src2_sel,
1045 R600_TReg32_X:$src0_X, NEG:$src0_neg_X, REL:$src0_rel_X, ABS:$src0_abs_X, SEL:$src0_sel_X,
1046 R600_TReg32_X:$src1_X, NEG:$src1_neg_X, REL:$src1_rel_X, ABS:$src1_abs_X, SEL:$src1_sel_X,
1051 R600_TReg32_Y:$src0_Y, NEG:$src0_neg_Y, REL:$src0_rel_Y, ABS:$src0_abs_Y, SEL:$src0_sel_Y,
[all …]
H A DGCNDPPCombine.cpp134 const int64_t Mask = ~(SISrcMods::ABS | SISrcMods::NEG); in isShrinkable()
230 assert(0LL == (Mod0->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG))); in createDPPInst()
253 assert(0LL == (Mod1->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG))); in createDPPInst()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Daarch-common.c465 || GET_CODE (XEXP (mla, 0)) == NEG)) in aarch_accumulator_forwarding()
472 && GET_CODE (XEXP (mla, 2)) == NEG in aarch_accumulator_forwarding()
474 || GET_CODE (XEXP (mla, 0)) == NEG)) in aarch_accumulator_forwarding()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common.cc465 || GET_CODE (XEXP (mla, 0)) == NEG)) in aarch_accumulator_forwarding()
472 && GET_CODE (XEXP (mla, 2)) == NEG in aarch_accumulator_forwarding()
474 || GET_CODE (XEXP (mla, 0)) == NEG)) in aarch_accumulator_forwarding()
/netbsd-src/usr.sbin/gspa/gspa/
H A Dgsp_gram.y117 { $$ = bexpr(NEG, $2, NULL); }
H A Dgsp_eval.c81 case NEG: l = -l; break; in eval_op()
H A Dgsp_ass.h91 #define NEG 3 macro
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dr6-removed.csv40 NEG.S,0x44000007
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dsync.md66 t = expand_simple_unop (QImode, NEG, t, operands[0], 0);

1234567891011