/openbmc/u-boot/arch/arc/lib/ |
H A D | libgcc2.c | 107 int neg = 0; in __divsi3() local 112 neg = !neg; in __divsi3() 117 neg = !neg; in __divsi3() 122 if (neg) in __divsi3() 131 int neg = 0; in __modsi3() local 136 neg = 1; in __modsi3() 144 if (neg) in __modsi3()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 083.out | 87 === Check disconnect before neg-classic === 91 === Check disconnect 8 neg-classic === 95 === Check disconnect 16 neg-classic === 99 === Check disconnect 24 neg-classic === 103 === Check disconnect 28 neg-classic === 107 === Check disconnect after neg-classic === 196 === Check disconnect before neg-classic === 200 === Check disconnect 8 neg-classic === 204 === Check disconnect 16 neg-classic === 208 === Check disconnect 24 neg-classic === [all …]
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 138 uintptr_t size_mask = cpu->neg.tlb.f[mmu_idx].mask >> CPU_TLB_ENTRY_BITS; in tlb_index() 147 return &cpu->neg.tlb.f[mmu_idx].table[tlb_index(cpu, mmu_idx, addr)]; in tlb_entry() 300 CPUTLBDesc *desc = &cpu->neg.tlb.d[mmu_idx]; in tlb_flush_one_mmuidx_locked() 301 CPUTLBDescFast *fast = &cpu->neg.tlb.f[mmu_idx]; in tlb_flush_one_mmuidx_locked() 321 cpu->neg.tlb.d[mmu_idx].n_used_entries++; in tlb_n_used_entries_inc() 326 cpu->neg.tlb.d[mmu_idx].n_used_entries--; in tlb_n_used_entries_dec() 334 qemu_spin_init(&cpu->neg.tlb.c.lock); in tlb_init() 337 cpu->neg.tlb.c.dirty = 0; in tlb_init() 340 tlb_mmu_init(&cpu->neg.tlb.d[i], &cpu->neg.tlb.f[i], now); in tlb_init() 348 qemu_spin_destroy(&cpu->neg.tlb.c.lock); in tlb_destroy() [all …]
|
H A D | tcg-accel-ops-icount.c | 114 g_assert(cpu->neg.icount_decr.u16.low == 0); in icount_prepare_for_run() 121 cpu->neg.icount_decr.u16.low = insns_left; in icount_prepare_for_run() 141 cpu->neg.icount_decr.u16.low = 0; in icount_process_data() 156 !cpu->neg.can_do_io in icount_handle_interrupt()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | arch-powerpc.h | 36 " neg %0, %0\n" \ 54 " neg %0, %0\n" \ 74 " neg %0, %0\n" \ 95 " neg %0, %0\n" \ 117 " neg %0, %0\n" \ 141 " neg %0, %0\n" \ 165 " neg %0, %0\n" \
|
/openbmc/linux/arch/sh/lib/ |
H A D | udivsi3_i4i-Os.S | 97 neg r5,r5 101 neg r4,r4 110 neg r4,r4 126 neg r0,r0
|
H A D | udivsi3_i4i.S | 91 neg r4,r0 170 neg r5,r5 173 neg r4,r4 232 neg r0,r0 238 neg r4,r4 274 neg r1,r0
|
/openbmc/u-boot/arch/sh/lib/ |
H A D | udivsi3_i4i-Os.S | 97 neg r5,r5 101 neg r4,r4 110 neg r4,r4 126 neg r0,r0
|
H A D | udivsi3_i4i.S | 90 neg r4,r0 168 neg r5,r5 171 neg r4,r4 230 neg r0,r0 236 neg r4,r4 272 neg r1,r0
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A D | refcount.c | 147 refcount_t neg = REFCOUNT_INIT(0); in lkdtm_REFCOUNT_DEC_NEGATIVE() local 150 refcount_dec(&neg); in lkdtm_REFCOUNT_DEC_NEGATIVE() 152 check_negative(&neg, 0); in lkdtm_REFCOUNT_DEC_NEGATIVE() 161 refcount_t neg = REFCOUNT_INIT(0); in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE() local 164 if (refcount_dec_and_test(&neg)) in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE() 167 check_negative(&neg, 0); in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE() 176 refcount_t neg = REFCOUNT_INIT(3); in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE() local 179 if (refcount_sub_and_test(5, &neg)) in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE() 182 check_negative(&neg, 3); in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE()
|
/openbmc/linux/arch/arm64/lib/ |
H A D | tishift.S | 24 neg w1, w3 46 neg w0, w3 68 neg w0, w3
|
H A D | strcmp.S | 114 neg shift, src2, lsl 3 /* Bits to alignment -64. */ 135 neg shift, src2, lsl 3 174 neg shift, shift
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_fp0_sqrt.S | 17 neg.s \h2, \t1 28 neg.s \y, \h 34 neg.s \t1, \h
|
H A D | test_fp0_div.S | 19 neg.s \r, \an 28 neg.s \r, \an
|
/openbmc/linux/include/linux/iio/frequency/ |
H A D | ad9523.h | 113 * @refa_cmos_neg_inp_en: REFA single-ended neg./pos. input enable. 114 * @refb_cmos_neg_inp_en: REFB single-ended neg./pos. input enable. 115 * @zd_in_cmos_neg_inp_en: Zero Delay single-ended neg./pos. input enable. 116 * @osc_in_cmos_neg_inp_en: OSC single-ended neg./pos. input enable.
|
/openbmc/u-boot/arch/nios2/lib/ |
H A D | libgcc.c | 487 word_type neg = 0; in __divsi3() local 493 neg = !neg; in __divsi3() 499 neg = !neg; in __divsi3() 504 if (neg) in __divsi3() 521 word_type neg = 0; in __modsi3() local 527 neg = 1; in __modsi3() 535 if (neg) in __modsi3()
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_phy.c | 215 * Reads the MII auto-neg advertisement register and/or the 1000T control 230 /* Read the MII Auto-Neg Advertisement Register (Address 4). */ in igc_phy_setup_autoneg() 261 /* First we clear all the 10/100 mb speed bits in the Auto-Neg in igc_phy_setup_autoneg() 377 hw_dbg("Auto-Neg Advertising %x\n", mii_autoneg_adv_reg); in igc_phy_setup_autoneg() 394 * igc_wait_autoneg - Wait for auto-neg completion 450 hw_dbg("Reconfiguring auto-neg advertisement params\n"); in igc_copper_link_autoneg() 456 hw_dbg("Restarting Auto-Neg\n"); in igc_copper_link_autoneg() 458 /* Restart auto-negotiation by setting the Auto Neg Enable bit and in igc_copper_link_autoneg() 459 * the Auto Neg Restart bit in the PHY control register. in igc_copper_link_autoneg() 470 /* Does the user want to wait for Auto-Neg to complete here, or in igc_copper_link_autoneg() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 910 uint32_t neg = simd_data(desc) << 31; in HELPER() local 927 uint32_t n = *(uint32_t *)(vzn + H1_4(row)) ^ neg; in HELPER() 952 uint64_t neg = (uint64_t)simd_data(desc) << 63; in HELPER() local 962 uint64_t n = zn[row] ^ neg; in HELPER() 976 * and for NEG on an enabled row element. 978 static inline uint32_t f16mop_adj_pair(uint32_t pair, uint32_t pg, uint32_t neg) in f16mop_adj_pair() argument 984 pair ^= neg; in f16mop_adj_pair() 1036 uint32_t neg = simd_data(desc) * 0x80008000u; in HELPER() local 1059 n = f16mop_adj_pair(n, prow, neg); in HELPER() 1086 uint32_t neg = simd_data(desc) * 0x80008000u; in HELPER() local [all …]
|
/openbmc/linux/arch/mips/kernel/ |
H A D | fpu-probe.c | 75 * Determine the IEEE 754 NaN encodings and ABS.fmt/NEG.fmt execution modes 145 * ABS.fmt/NEG.fmt execution mode. 150 * Set the IEEE 754 NaN encodings and the ABS.fmt/NEG.fmt execution modes 189 * Override the IEEE 754 NaN encoding and ABS.fmt/NEG.fmt execution mode 215 * IEEE 754 NaN encoding and ABS.fmt/NEG.fmt execution mode override
|
/openbmc/linux/arch/m68k/math-emu/ |
H A D | fp_util.S | 104 neg.l %d0 305 neg.w %d2 313 neg.w %d2 349 neg.w %d1 354 1: neg.w %d1 | lower lword is splitted between 384 1: neg.w %d1 397 neg.w %d2 530 neg.w %d2 538 neg.w %d2 575 neg.w %d1 [all …]
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | do_func.S | 110 bsr ld_mzero |if neg, load neg zero, return here 118 bne ld_mzero |if neg, load neg zero 311 bra ld_mzero |else neg load -0 391 bra ld_mzero |else neg load -0 461 bra ld_mzero |if neg then load -0 465 bra ld_minf |else neg load -inf
|
H A D | x_ovfl.S | 23 | RM For pos overflow, the largest pos number. For neg overflow, 25 | RP For pos overflow, +infinity. For neg overflow, the largest 26 | neg number
|
/openbmc/linux/kernel/ |
H A D | sysctl.c | 331 * @neg: set to %TRUE if number is negative 342 unsigned long *val, bool *neg, in proc_get_long() argument 359 *neg = true; in proc_get_long() 362 *neg = false; in proc_get_long() 395 * @neg: sign of the number, %TRUE for negative 400 static void proc_put_long(void **buf, size_t *size, unsigned long val, bool neg) in proc_put_long() argument 405 sprintf(p, "%s%lu", neg ? "-" : "", val); in proc_put_long() 505 bool neg; in __do_proc_dointvec() local 512 err = proc_get_long(&p, &left, &lval, &neg, in __do_proc_dointvec() 517 if (conv(&neg, &lval, i, 1, data)) { in __do_proc_dointvec() [all …]
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | ess.c | 373 * mib variables SBAPayload, SBAOverhead and fddiMACT-NEG. 378 * determine the synchronous bandwidth (sync_bw) in bytes per T-NEG, in process_bw_alloc() 390 * | T-NEG | in process_bw_alloc() 393 * T-NEG is described by the equation: in process_bw_alloc() 395 * (-) fddiMACT-NEG in process_bw_alloc() 396 * T-NEG = ------------------- in process_bw_alloc() 402 * bytes T-NEG SBAPayload 8000 bytes/s in process_bw_alloc() 404 * T-NEG T-NEG in process_bw_alloc() 408 * sync_bw = SBAOverhead + ---- (-)fddiMACT-NEG * SBAPayload in process_bw_alloc()
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | divsi3.S | 45 neg a5, a2 51 neg a2, a6 /* if udivisor == 1, then return... */
|