Home
last modified time | relevance | path

Searched refs:ibit (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/sys/arch/arm/xscale/
H A Dixp425_intr.c389 int oldirqstate, irq, ibit, hwpend; in ixp425_intr_dispatch() local
405 ibit = (1U << irq); in ixp425_intr_dispatch()
407 hwpend &= ~ibit; in ixp425_intr_dispatch()
409 if (imask & ibit) { in ixp425_intr_dispatch()
414 ixp425_ipending |= ibit; in ixp425_intr_dispatch()
418 ixp425_ipending &= ~ibit; in ixp425_intr_dispatch()
425 if ((ibit & IXP425_INT_GPIOMASK) && iq->iq_ist != IST_LEVEL) { in ixp425_intr_dispatch()
438 if ((ibit & IXP425_INT_GPIOMASK) && iq->iq_ist == IST_LEVEL) { in ixp425_intr_dispatch()
446 intr_enabled |= ibit; in ixp425_intr_dispatch()
H A Di80321_icu.c355 int oldirqstate, irq, ibit, hwpend; in i80321_intr_dispatch() local
384 ibit = (1U << irq); in i80321_intr_dispatch()
386 hwpend &= ~ibit; in i80321_intr_dispatch()
388 if (imask & ibit) { in i80321_intr_dispatch()
406 i80321_ipending |= ibit; in i80321_intr_dispatch()
411 oldpending = i80321_ipending | ibit; in i80321_intr_dispatch()
413 i80321_ipending &= ~ibit; in i80321_intr_dispatch()
444 intr_enabled |= ibit; in i80321_intr_dispatch()
H A Dbecc_icu.c339 uint32_t oldirqstate, irq, ibit, hwpend; in becc_intr_dispatch() local
355 ibit = (1U << irq); in becc_intr_dispatch()
357 hwpend &= ~ibit; in becc_intr_dispatch()
359 if (imask & ibit) { in becc_intr_dispatch()
364 becc_ipending |= ibit; in becc_intr_dispatch()
368 becc_ipending &= ~ibit; in becc_intr_dispatch()
383 intr_enabled |= ibit; in becc_intr_dispatch()
/netbsd-src/sys/arch/evbarm/ifpga/
H A Difpga_intr.c301 int oldirqstate, pcpl, irq, ibit, hwpend; in ifpga_intr_dispatch() local
321 ibit = (1U << irq); in ifpga_intr_dispatch()
323 hwpend &= ~ibit; in ifpga_intr_dispatch()
325 if (pcpl & ibit) { in ifpga_intr_dispatch()
330 ifpga_ipending |= ibit; in ifpga_intr_dispatch()
334 ifpga_ipending &= ~ibit; in ifpga_intr_dispatch()
351 intr_enabled |= ibit; in ifpga_intr_dispatch()
/netbsd-src/sys/arch/arm/footbridge/
H A Dfootbridge_irqhandler.c284 int oldirqstate, irq, ibit, hwpend; in footbridge_intr_dispatch() local
301 ibit = (1U << irq); in footbridge_intr_dispatch()
303 hwpend &= ~ibit; in footbridge_intr_dispatch()
305 if (imask & ibit) { in footbridge_intr_dispatch()
310 footbridge_ipending |= ibit; in footbridge_intr_dispatch()
314 footbridge_ipending &= ~ibit; in footbridge_intr_dispatch()
331 intr_enabled |= ibit; in footbridge_intr_dispatch()
/netbsd-src/sys/arch/evbarm/iq80310/
H A Diq80310_intr.c419 int oldirqstate, pcpl, irq, ibit, hwpend, rv; in iq80310_intr_dispatch() local
434 ibit = (1U << irq); in iq80310_intr_dispatch()
440 hwpend &= ~ibit; in iq80310_intr_dispatch()
442 if (pcpl & ibit) { in iq80310_intr_dispatch()
448 iq80310_ipending |= ibit; in iq80310_intr_dispatch()
452 iq80310_ipending &= ~ibit; in iq80310_intr_dispatch()
/netbsd-src/sys/arch/arm/ixp12x0/
H A Dixp12x0_intr.c386 uint32_t ibit; in ixp12x0_intr_dispatch() local
400 ibit = (1U << irq); in ixp12x0_intr_dispatch()
410 hwpend &= ~ibit; in ixp12x0_intr_dispatch()
415 ibit = (1U << irq); in ixp12x0_intr_dispatch()
426 pci_hwpend &= ~ibit; in ixp12x0_intr_dispatch()
/netbsd-src/sys/arch/pmax/pmax/
H A Ddec_5100.c147 #define CALLINTR(vvv, ibit) \ argument
149 if ((icsr & (ibit)) && intrtab[vvv].ih_func) { \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmodes.c74 unsigned int ibit; /* the number of integral bits */ member
610 unsigned int ibit, in make_fixed_point_mode() argument
616 m->ibit = ibit; in make_fixed_point_mode()
780 #define ADJUST_IBIT(M, X) _ADD_ADJUST (ibit, M, X, ACCUM, UACCUM)
1883 tagged_printf ("%u", m->ibit, m->name); in emit_mode_ibit()
H A Dmachmode.def169 Arrange for the byte size, alignment, floating point format, ibit,
172 evaluate to the desired byte size, alignment, format, ibit or fbit.
H A Dlto-streamer-in.c1963 unsigned int ibit = 0, fbit = 0;
1972 ibit = bp_unpack_value (&bp, 8);
1998 || GET_MODE_IBIT (mr) != ibit
H A Dtree-ssa-ccp.c2942 int ibit = tree_log2 (mask); in optimize_atomic_bit_test_and() local
2943 if (ibit < 0) in optimize_atomic_bit_test_and()
2945 bit = build_int_cst (TREE_TYPE (lhs), ibit); in optimize_atomic_bit_test_and()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ccp.cc3413 int ibit = -1; in optimize_atomic_bit_test_and() local
3421 ibit = 0; in optimize_atomic_bit_test_and()
3466 ibit = 0; in optimize_atomic_bit_test_and()
3510 ibit = 0; in optimize_atomic_bit_test_and()
3529 ibit = bytes * BITS_PER_UNIT - 1; in optimize_atomic_bit_test_and()
3531 = HOST_WIDE_INT_1U << ibit; in optimize_atomic_bit_test_and()
3602 ibit = tree_log2 (match_op[1]); in optimize_atomic_bit_test_and()
3603 gcc_assert (ibit >= 0); in optimize_atomic_bit_test_and()
3660 if (ibit < 0) in optimize_atomic_bit_test_and()
3662 bit = build_int_cst (TREE_TYPE (lhs), ibit); in optimize_atomic_bit_test_and()
[all …]
H A Dgenmodes.cc74 unsigned int ibit; /* the number of integral bits */ member
649 unsigned int ibit, in make_fixed_point_mode() argument
655 m->ibit = ibit; in make_fixed_point_mode()
823 #define ADJUST_IBIT(M, X) _ADD_ADJUST (ibit, M, X, ACCUM, UACCUM)
1951 tagged_printf ("%u", m->ibit, m->name); in emit_mode_ibit()
H A Dmachmode.def173 Arrange for the byte size, alignment, floating point format, ibit,
176 evaluate to the desired byte size, alignment, format, ibit or fbit.
H A Dlto-streamer-in.cc1996 unsigned int ibit = 0, fbit = 0; in lto_input_mode_table() local
2005 ibit = bp_unpack_value (&bp, 8); in lto_input_mode_table()
2031 || GET_MODE_IBIT (mr) != ibit in lto_input_mode_table()
H A Dmatch.pd4128 int ibit = tree_log2 (@0);
4131 (if (ibit == ibit2
4132 && ibit >= 0
4139 int ibit = tree_log2 (@0);
4142 (if (ibit == ibit2
4143 && ibit >= 0
4164 int ibit = wi::exact_log2 (wi::zext (wi::bit_not (wi::to_wide (@0)),
4168 (if (ibit == ibit2
4169 && ibit >= 0
4177 int ibit = wi::exact_log2 (wi::zext (wi::bit_not (wi::to_wide (@0)),
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dfr30.cpu367 (dsh h-ibit "interrupt enable bit" () (register BI))
520 (dnop ibit "interrupt bit" (SEM-ONLY) h-ibit f-nil)
1358 ;(set ibit (const 0))
1363 (clobber ibit)
1389 ;(set ibit (const 0))
1394 (clobber ibit)
H A Dcris.cpu912 (sll (zext SI (reg BI h-ibit)) 5)
933 (set (reg BI h-ibit) (if BI (ne SI (and val (sll 1 5)) 0) 1 0))
976 (sll (zext SI (reg BI h-ibit)) 5)
1012 (set (reg BI h-ibit) (if BI (ne SI (and val (sll 1 5)) 0) 1 0))
1104 (cris-d-hwreg h-ibit BI)
1105 (cris-dsh h-ibit-x h-ibit-pre-v32
1144 (semantic-name h-ibit-x)
1145 (name h-ibit-v32)
1156 (set enabled (andif val (not (raw-reg BI h-ibit-x))))
1157 (set (raw-reg BI h-ibit-x) val)
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dfr30.cpu367 (dsh h-ibit "interrupt enable bit" () (register BI))
520 (dnop ibit "interrupt bit" (SEM-ONLY) h-ibit f-nil)
1358 ;(set ibit (const 0))
1363 (clobber ibit)
1389 ;(set ibit (const 0))
1394 (clobber ibit)
H A Dcris.cpu912 (sll (zext SI (reg BI h-ibit)) 5)
933 (set (reg BI h-ibit) (if BI (ne SI (and val (sll 1 5)) 0) 1 0))
976 (sll (zext SI (reg BI h-ibit)) 5)
1012 (set (reg BI h-ibit) (if BI (ne SI (and val (sll 1 5)) 0) 1 0))
1104 (cris-d-hwreg h-ibit BI)
1105 (cris-dsh h-ibit-x h-ibit-pre-v32
1144 (semantic-name h-ibit-x)
1145 (name h-ibit-v32)
1156 (set enabled (andif val (not (raw-reg BI h-ibit-x))))
1157 (set (raw-reg BI h-ibit-x) val)
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dfr30.cpu367 (dsh h-ibit "interrupt enable bit" () (register BI))
520 (dnop ibit "interrupt bit" (SEM-ONLY) h-ibit f-nil)
1358 ;(set ibit (const 0))
1363 (clobber ibit)
1389 ;(set ibit (const 0))
1394 (clobber ibit)
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dfr30.cpu367 (dsh h-ibit "interrupt enable bit" () (register BI))
520 (dnop ibit "interrupt bit" (SEM-ONLY) h-ibit f-nil)
1358 ;(set ibit (const 0))
1363 (clobber ibit)
1389 ;(set ibit (const 0))
1394 (clobber ibit)
H A Dcris.cpu913 (sll (zext SI (reg BI h-ibit)) 5)
934 (set (reg BI h-ibit) (if BI (ne SI (and val (sll 1 5)) 0) 1 0))
977 (sll (zext SI (reg BI h-ibit)) 5)
1013 (set (reg BI h-ibit) (if BI (ne SI (and val (sll 1 5)) 0) 1 0))
1105 (cris-d-hwreg h-ibit BI)
1106 (cris-dsh h-ibit-x h-ibit-pre-v32
1145 (semantic-name h-ibit-x)
1146 (name h-ibit-v32)
1157 (set enabled (andif val (not (raw-reg BI h-ibit-x))))
1158 (set (raw-reg BI h-ibit-x) val)
[all …]
/netbsd-src/external/lgpl3/gmp/dist/tests/
H A Drefmpn.c2553 unsigned ibit; in refmpn_sqrtrem() local
2586 ibit = (i+1) % GMP_NUMB_BITS; in refmpn_sqrtrem()
2588 c = refmpn_lshift_or_copy (tp+ilimbs, sp, ssize, ibit); in refmpn_sqrtrem()
2594 ibit = (2*i) % GMP_NUMB_BITS; in refmpn_sqrtrem()
2601 CNST_LIMB(1) << ibit); in refmpn_sqrtrem()

12