Home
last modified time | relevance | path

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

1234567

/openbsd/sys/lib/libkern/arch/arm/
H A D__aeabi_ldivmod.S46 #define NEG r5 macro
47 movs NEG, #0
51 movs NEG, #1 /* flip quotient sign */
57 eorlt NEG, NEG, #3 /* flip quotient sign, flip remainder sign */
74 cmp NEG, #0 /* any signs to flip? */
77 cmp NEG, #2 /* does remainder need to be negative? */
/openbsd/lib/libc/arch/alpha/gen/
H A Ddivrem.m456 ifelse(S, `true', `define(NEG, `t4')')
88 stq NEG, 32(sp)
89 .cfi_rel_offset NEG, 32
100 or A, B, NEG /* not the sign, but... */
101 srl NEG, WORDSIZE - 1, NEG /* rather, or of high bits */
105 ` xor A, B, NEG /* THIS is the sign! */
106 ', ` mov A, NEG /* sign follows A. */
108 srl NEG, WORDSIZE - 1, NEG /* make negation the low bit. */
201 cmovlbs NEG, T_0, RESULT
213 ldq NEG, 32(sp)
[all …]
/openbsd/sys/lib/libkern/arch/alpha/
H A Ddivrem.m456 ifelse(S, `true', `define(NEG, `t4')')
67 ` stq NEG, 32(sp)')
75 or A, B, NEG /* not the sign, but... */
76 srl NEG, WORDSIZE - 1, NEG /* rather, or of high bits */
77 blbc NEG, Ldoit /* neither negative? do it! */
80 ` xor A, B, NEG /* THIS is the sign! */
81 ', ` mov A, NEG /* sign follows A. */
83 srl NEG, WORDSIZE - 1, NEG /* make negation the low bit. */
176 cmovlbs NEG, T_0, RESULT
184 ` ldq NEG, 32(sp)')
/openbsd/gnu/gcc/gcc/
H A Dsimplify-rtx.c506 case NEG: in simplify_unary_operation_1()
635 || GET_CODE (op) == NEG) in simplify_unary_operation_1()
719 || GET_CODE (op) == NEG) in simplify_unary_operation_1()
995 case NEG: in simplify_const_unary_operation()
1128 case NEG: in simplify_const_unary_operation()
1250 case NEG: in simplify_const_unary_operation()
1540 if (GET_CODE (lhs) == NEG) in simplify_binary_operation_1()
1858 && GET_CODE (op0) == NEG) in simplify_binary_operation_1()
1943 && GET_CODE (op0) == NEG in simplify_binary_operation_1()
1944 && GET_CODE (op1) == NEG in simplify_binary_operation_1()
[all …]
H A Dloop-iv.c457 iv->base = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
459 iv->step = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
464 iv->delta = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
466 iv->mult = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
938 case NEG: in iv_analyze_expr()
989 case NEG: in iv_analyze_expr()
2207 step = simplify_gen_unary (NEG, comp_mode, iv1.step, comp_mode); in iv_number_of_iterations()
2325 iv0.step = simplify_gen_unary (NEG, comp_mode, iv0.step, mode); in iv_number_of_iterations()
2326 iv1.base = simplify_gen_unary (NEG, comp_mode, iv1.base, mode); in iv_number_of_iterations()
2407 step = simplify_gen_unary (NEG, mode, iv1.step, mode); in iv_number_of_iterations()
H A Dcombine.c4241 x = simplify_gen_unary (NEG, mode, in combine_simplify_rtx()
4252 x = simplify_gen_unary (NEG, mode, in combine_simplify_rtx()
4417 case NEG: in combine_simplify_rtx()
4981 simplify_gen_unary (NEG, mode, in simplify_if_then_else()
6371 case NEG: case NOT: in extract_left_shift()
7277 case NEG: in force_to_mode()
8455 case NEG: in merge_outer_ops()
8464 else if (op0 == PLUS || op1 == PLUS || op0 == NEG || op1 == NEG) in merge_outer_ops()
9026 case NEG: in simplify_shift_const_1()
9665 || (GET_CODE (op0) == NEG && GET_CODE (op1) == NEG in simplify_comparison()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dunion1.C10 typedef enum { BADUNOP = 0, NEG = POWR+1, SIN, COS, TAN } unoptype; enumerator
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsimplify-rtx.c482 case NEG:
583 case NEG:
659 case NEG:
718 case NEG:
720 if (GET_CODE (op) == NEG)
968 if (GET_CODE (op0) == NEG)
1004 if (GET_CODE (lhs) == NEG)
1021 if (GET_CODE (rhs) == NEG)
1181 if (GET_CODE (op1) == NEG)
1716 case NEG:
[all …]
H A Dcombine.c4053 case NEG:
4924 simplify_gen_unary (NEG, mode,
6513 case NEG: case NOT:
7331 case NEG:
8414 case NEG:
8921 case NEG:
9188 case NEG:
9197 else if (op0 == PLUS || op1 == PLUS || op0 == NEG || op1 == NEG)
9778 case NEG:
10436 || (GET_CODE (op0) == NEG && GET_CODE (op1) == NEG
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.h103 NEG = 329, enumerator
278 #define NEG 329 macro
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djavaop.def57 OPERAND_VALUE is NEG.
226 JAVAOP (ineg, 116, UNOP, INT, NEG)
227 JAVAOP (lneg, 117, UNOP, LONG, NEG)
228 JAVAOP (fneg, 118, UNOP, FLOAT, NEG)
229 JAVAOP (dneg, 119, UNOP, DOUBLE, NEG)
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600Instructions.td57 def NEG : InstFlag <"printNeg">;
105 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, ABS:$src0_abs, SEL:$src0_sel,
147 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, ABS:$src0_abs, SEL:$src0_sel,
148 R600_Reg32:$src1, NEG:$src1_neg, REL:$src1_rel, ABS:$src1_abs, SEL:$src1_sel,
187 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, SEL:$src0_sel,
188 R600_Reg32:$src1, NEG:$src1_neg, REL:$src1_rel, SEL:$src1_sel,
189 R600_Reg32:$src2, NEG:$src2_neg, REL:$src2_rel, SEL:$src2_sel,
1033 R600_TReg32_X:$src0_X, NEG:$src0_neg_X, REL:$src0_rel_X, ABS:$src0_abs_X, SEL:$src0_sel_X,
1034 R600_TReg32_X:$src1_X, NEG:$src1_neg_X, REL:$src1_rel_X, ABS:$src1_abs_X, SEL:$src1_sel_X,
1039 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.cpp139 const int64_t Mask = ~(SISrcMods::ABS | SISrcMods::NEG); in isShrinkable()
272 (0LL == (Mod0->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG)))); in createDPPInst()
295 (0LL == (Mod1->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG)))); in createDPPInst()
317 (0LL == (Mod2->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG)))); in createDPPInst()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Drcparse.h129 # define NEG 339 macro
/openbsd/gnu/gcc/gcc/config/score/
H A Dscore.c1043 case NEG: in score_rtx_costs()
1332 case NEG: in score_select_cc_mode()
1354 && (GET_CODE (y) == NEG) in score_select_cc_mode()
/openbsd/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvax.h878 case XOR: case AND: case NEG: case NOT: case ZERO_EXTRACT: \
925 case NEG: \
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCBack2BackFusion.def131 NEG,
665 NEG,
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td76 def NEG : SDNodeXForm<imm, [{
341 (SUB_I_LO GPR:$Rs1, (NEG $imm))>;
343 (ADD_I_LO GPR:$Rs1, (NEG $imm))>;
432 def : Pat<(srl GPR:$Rs1, immShift:$imm), (SL_I GPR:$Rs1, (NEG $imm))>;
433 def : Pat<(sra GPR:$Rs1, immShift:$imm), (SA_I GPR:$Rs1, (NEG $imm))>;
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h2584 case NEG: \
3318 { "condexec_si_unary_operator", { NOT, NEG }}, \
3320 { "condexec_sf_unary_operator", { ABS, NEG, SQRT }}, \
/openbsd/gnu/gcc/gcc/config/vax/
H A Dvax.c702 case NEG: in vax_rtx_costs()
855 case NEG: in vax_notice_update_cc()
/openbsd/gnu/gcc/gcc/config/m68hc11/
H A Dpredicates.md113 return GET_CODE (op) == NEG || GET_CODE (op) == NOT
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11.h1449 case NEG: \
1736 {"m68hc11_unary_operator", {NEG, NOT, SIGN_EXTEND, ZERO_EXTEND}}, \
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedKryoDetails.td645 (instregex "F(ABS|NEG)(D|S)r")>;
651 (instregex "F(ABS|NEG)v2f32")>;
657 (instregex "F(ABS|NEG)(v2f64|v4f32)")>;
1668 (instregex "NEG(v8i8|v4i16|v2i32|v1i64)")>;
1674 (instregex "NEG(v16i8|v8i16|v4i32|v2i64)")>;
1824 (instregex "SQ(ABS|NEG)(v1i8|v1i16|v1i32|v1i64)")>;
1830 (instregex "SQ(ABS|NEG)(v8i8|v4i16|v2i32)")>;
1836 (instregex "SQ(ABS|NEG)(v16i8|v8i16|v4i32|v2i64)")>;
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x-modes.def27 SUB, NEG, or MPY insn is used to set the condition code. This is
/openbsd/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.c1763 if (code == NEG)
1775 if (code == NEG)
1796 case NEG:

1234567