OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitm
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/kern/
subr_ipi.c
185
const uint32_t
bitm
= 1U << (ipi_id & IPI_BITW_MASK);
local
191
if ((atomic_load_acquire(&ci->ci_ipipend[i]) &
bitm
) == 0) {
193
atomic_or_32(&ci->ci_ipipend[i],
bitm
);
/src/external/gpl3/binutils/dist/include/opcode/
ppc.h
288
uint64_t
bitm
;
294
that
BITM
and SHIFT cannot be used to determine where the
303
i |= (op & o->
bitm
) << o->shift;
305
i |= (op & o->
bitm
) >> -o->shift;
323
op = (i >> o->shift) & o->
bitm
;
325
op = (i << -o->shift) & o->
bitm
;
357
that
BITM
and SHIFT cannot be used to determine where the operand
287
uint64_t
bitm
;
member in struct:powerpc_operand
/src/external/gpl3/binutils.old/dist/include/opcode/
ppc.h
288
uint64_t
bitm
;
294
that
BITM
and SHIFT cannot be used to determine where the
303
i |= (op & o->
bitm
) << o->shift;
305
i |= (op & o->
bitm
) >> -o->shift;
323
op = (i >> o->shift) & o->
bitm
;
325
op = (i << -o->shift) & o->
bitm
;
357
that
BITM
and SHIFT cannot be used to determine where the operand
287
uint64_t
bitm
;
member in struct:powerpc_operand
/src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c
1577
mask = operand->
bitm
<< operand->shift;
1579
mask = operand->
bitm
>> -operand->shift;
1643
uint64_t mask = powerpc_operands[i].
bitm
;
1657
as_bad (_("powerpc_operands[%d].
bitm
invalid"), i);
1971
max = operand->
bitm
;
2017
&& (operand->
bitm
& ~0xffffffffULL) == 0
2026
&& (operand->
bitm
& ~0xffffffffULL) == 0
2052
insn |= (val & operand->
bitm
) << operand->shift;
2054
insn |= (val & operand->
bitm
) >> -operand->shift;
3433
insn |= (val & operand->
bitm
) << operand->shift
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c
1613
mask = operand->
bitm
<< operand->shift;
1615
mask = operand->
bitm
>> -operand->shift;
1679
uint64_t mask = powerpc_operands[i].
bitm
;
1693
as_bad (_("powerpc_operands[%d].
bitm
invalid"), i);
2007
max = operand->
bitm
;
2053
&& (operand->
bitm
& ~0xffffffffULL) == 0
2062
&& (operand->
bitm
& ~0xffffffffULL) == 0
2088
insn |= (val & operand->
bitm
) << operand->shift;
2090
insn |= (val & operand->
bitm
) >> -operand->shift;
3469
insn |= (val & operand->
bitm
) << operand->shift
[
all
...]
/src/external/gpl3/binutils/dist/opcodes/
ppc-dis.c
591
value = (insn >> operand->shift) & operand->
bitm
;
593
value = (insn << -operand->shift) & operand->
bitm
;
596
/*
BITM
is always some number of zeros followed by some
598
uint64_t top = operand->
bitm
;
1198
else if (operand->
bitm
== UINT64_C (0x3ffffffff))
/src/external/gpl3/binutils.old/dist/opcodes/
ppc-dis.c
580
value = (insn >> operand->shift) & operand->
bitm
;
582
value = (insn << -operand->shift) & operand->
bitm
;
585
/*
BITM
is always some number of zeros followed by some
587
uint64_t top = operand->
bitm
;
1187
else if (operand->
bitm
== UINT64_C (0x3ffffffff))
Completed in 38 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026