OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TBL
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/nvi/dist/docs/edit/
Makefile
4
TBL
=
tbl
10
${
TBL
} $< | ${ROFF} -ms -Thtml | \
16
${
TBL
} $< | ${ROFF} -ms > $@
/src/external/bsd/nvi/dist/docs/exref/
Makefile
4
TBL
=
tbl
12
${
TBL
} $< | ${ROFF} -ms -Thtml | \
19
${
TBL
} $< | ${ROFF} -ms -Thtml | \
25
${
TBL
} $< | ${ROFF} -ms > $@
29
${
TBL
} $< | ${ROFF} -ms > $@
/src/external/bsd/nvi/dist/docs/vi.ref/
Makefile
5
TBL
=
tbl
/src/external/bsd/nvi/dist/docs/vitut/
Makefile
5
TBL
=
tbl
11
${
TBL
} vi.in vi.chars | ${ROFF} ${MACROS} > $@
15
${
TBL
} vi.summary | ${ROFF} ${MACROS} > $@
19
${
TBL
} vi.apwh.ms | ${ROFF} ${MACROS} > $@
24
${
TBL
} $+ | ${ROFF} -ms -Thtml | \
30
${
TBL
} $< | ${ROFF} -ms -Thtml | \
36
${
TBL
} $< | ${ROFF} -ms -Thtml | \
/src/external/gpl3/binutils/dist/opcodes/
m68k-opc.c
2195
#define
TBL
(name1, name2, name3, s, r) \
2197
TBL
("tblsb", "tblsw", "tblsl", 1, 1),
2198
TBL
("tblsnb", "tblsnw", "tblsnl", 1, 0),
2199
TBL
("tblub", "tbluw", "tblul", 0, 1),
2200
TBL
("tblunb", "tblunw", "tblunl", 0, 0),
/src/external/gpl3/binutils.old/dist/opcodes/
m68k-opc.c
2195
#define
TBL
(name1, name2, name3, s, r) \
2197
TBL
("tblsb", "tblsw", "tblsl", 1, 1),
2198
TBL
("tblsnb", "tblsnw", "tblsnl", 1, 0),
2199
TBL
("tblub", "tbluw", "tblul", 0, 1),
2200
TBL
("tblunb", "tblunw", "tblunl", 0, 0),
/src/external/gpl3/gdb/dist/opcodes/
m68k-opc.c
2195
#define
TBL
(name1, name2, name3, s, r) \
2197
TBL
("tblsb", "tblsw", "tblsl", 1, 1),
2198
TBL
("tblsnb", "tblsnw", "tblsnl", 1, 0),
2199
TBL
("tblub", "tbluw", "tblul", 0, 1),
2200
TBL
("tblunb", "tblunw", "tblunl", 0, 0),
/src/external/gpl3/gdb.old/dist/opcodes/
m68k-opc.c
2195
#define
TBL
(name1, name2, name3, s, r) \
2197
TBL
("tblsb", "tblsw", "tblsl", 1, 1),
2198
TBL
("tblsnb", "tblsnw", "tblsnl", 1, 0),
2199
TBL
("tblub", "tbluw", "tblul", 0, 1),
2200
TBL
("tblunb", "tblunw", "tblunl", 0, 0),
/src/usr.bin/column/
column.c
207
}
TBL
;
213
TBL
*t;
217
TBL
*
tbl
;
local
220
t =
tbl
= ecalloc(entries, sizeof(*t));
248
for (cnt = 0, t =
tbl
; cnt < entries; ++cnt, ++t) {
254
free(
tbl
);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
1962
MAKE_CASE(AArch64ISD::
TBL
)
3844
return DAG.getNode(AArch64ISD::
TBL
, dl, Op.getValueType(),
8875
// Check to see if we can use the
TBL
instruction.
9265
SDValue
TBL
= DAG.getNode(AArch64ISD::
TBL
, DL, MVT::nxv2i64, V, ShuffleMask);
9266
return DAG.getNode(ISD::BITCAST, DL, VT,
TBL
);
10280
// isTBLMask(M, VT) || // FIXME: Port
TBL
support from ARM.
Completed in 64 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026