/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 in function:sparc_write_branch 146 where[1] = OR | (LOVAL(neg, 0)+1); 147 where[2] = NEG; 154 where[0] = SETHI | HIVAL(neg, 10);
|
/src/usr.sbin/gspa/gspa/ |
gsp_gram.y | 117 { $$ = bexpr(NEG, $2, NULL); }
|
gsp_ass.h | 91 #define NEG 3
|
gsp_eval.c | 81 case NEG: l = -l; break;
|
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitNativePPC_32.c | 93 return push_inst(compiler, NEG | OERC(flags) | D(dst) | A(src2));
|
sljitNativePPC_64.c | 210 return push_inst(compiler, NEG | OERC(flags) | D(dst) | A(src2));
|
sljitNativePPC_common.c | 197 #define NEG (HI(31) | LO(104))
|
/src/sys/arch/mips/mips/ |
fp.S | 327 PTR_WORD neg_s # func 7 07 NEG.S 393 PTR_WORD neg_d # func 7 07 NEG.D 592 PTR_WORD neg_ps # func 7 07 NEG.PS
|
/src/sys/arch/m68k/060sp/dist/ |
pfpsp.s | 1463 neg.w %d0 # -shft amt 1495 neg.w %d0 # -shft amt 2325 neg.w %d0 # make exponent negative 2829 neg.l %d0 # get negative of size 5451 neg.w %d0 # new exp = -(shft val) 5487 neg.w %d0 # new exp = -(shft val) 5563 neg.l %d0 # new exponent = -(shft val) 5689 neg.l %d0 # new exponent = -(shft val) 5765 btst &0x7, FTEMP_EX(%a0) # is NAN neg? 7330 neg.w %d0 # new exp = -(shft amt [all...] |
fpsp.s | 1463 neg.w %d0 # -shft amt 1495 neg.w %d0 # -shft amt 2325 neg.w %d0 # make exponent negative 2829 neg.l %d0 # get negative of size 7451 neg.w %d1 # D0 is -M 7646 neg.w %d0 # new exp = -(shft amt) 8525 neg.l %d2 8539 neg.l %d6 8547 neg.l %d2 9627 neg.l %d [all...] |