OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Rx
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
if_tl.c
531
/* stop TX and
RX
channels */
750
/* write address of
Rx
list and enable interrupts */
989
struct Rx_list *
Rx
;
1015
Rx
= sc->active_Rx;
1016
sc->active_Rx =
Rx
->next;
1017
bus_dmamap_sync(sc->tl_dmatag,
Rx
->m_dmamap, 0,
1018
Rx
->m_dmamap->dm_mapsize, BUS_DMASYNC_POSTREAD);
1019
bus_dmamap_unload(sc->tl_dmatag,
Rx
->m_dmamap);
1020
m =
Rx
->m;
1021
size = le32toh(
Rx
->hw_list->stat) >> 16
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp
1334
MCOperand &
Rx
= Inst.getOperand(0);
1336
if (
Rx
.getReg() != Hexagon::R0 || Ry.getReg() != Hexagon::R0) {
1450
// Translate a "$
Rx
= CONST32(#imm)" to "$
Rx
= memw(gp+#LABEL) "
1454
// Translate a "$
Rx
:y = CONST64(#imm)" to "$
Rx
:y = memd(gp+#LABEL) "
1629
MCOperand &
Rx
= Inst.getOperand(0);
1638
TmpInst.addOperand(
Rx
);
1639
TmpInst.addOperand(
Rx
);
1649
MCOperand &
Rx
= Inst.getOperand(0)
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
8918
/* Check if vldr
Rx
, =constant could be optimized to vmov
Rx
, #constant. */
9755
strex rN, rM,
rX
9757
because "
rX
" might actually be a label. ie the register
21465
unsigned
Rx
= inst.operands[idx].reg;
21469
!((
Rx
<= 14 &&
Rx
!= 13) || (
Rx
== REG_PC && isvec)),
21472
constraint ( !((
Rx
<= 10 &&
Rx
% 2 == 0 ))
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
8921
/* Check if vldr
Rx
, =constant could be optimized to vmov
Rx
, #constant. */
9758
strex rN, rM,
rX
9760
because "
rX
" might actually be a label. ie the register
21468
unsigned
Rx
= inst.operands[idx].reg;
21472
!((
Rx
<= 14 &&
Rx
!= 13) || (
Rx
== REG_PC && isvec)),
21475
constraint ( !((
Rx
<= 10 &&
Rx
% 2 == 0 ))
[
all
...]
Completed in 98 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026