Home
last modified time | relevance | path

Searched refs:TNS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c312 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0} macro
335 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0} macro
357 #define TNS(name, amode) {TERM, amode, 0, 0, 0, 0, 0} macro
379 #define TNS(name, amode) {TERM, amode, 0, 0, 0, 0} macro
560 const instable_t dis_opMOVSLD = TNS("movslq",MOVSXZ);
565 const instable_t dis_opPause = TNS("pause", NORM);
570 const instable_t dis_opWbnoinvd = TNS("wbnoinvd", NORM);
577 /* [0] */ TNS("sldt",M), TNS("str",M), TNSy("lldt",M), TNSy("ltr",M),
588 /* [4] */ TNSZ("smsw",M,2), INVALID, TNSZ("lmsw",M,2), TNS("invlpg",SWAPGS_RDTSCP),
596 /* [0] */ TNS("prefetchnta",PREF),TNS("prefetcht0",PREF), TNS("prefetcht1",PREF), TNS("prefetcht2…
[all …]
/freebsd/crypto/openssl/
H A DNOTES-NONSTOP.md10 * The TNS/X platform supports hardware randomization.
14 * The TNS/E platform does not support hardware randomization, so
31 the TNS/X (L-Series) platform:
39 ### TNS/E Considerations
41 The TNS/E platform is build using the same set of builds specifying `nse`
44 You cannot build for TNS/E for FIPS, so you must specify the `no-fips`
147 **Note:** Cross-compile builds for TNS/E have not been attempted, but should
148 follow the same considerations as for TNS/X above. SPT builds generally require
174 ### Internal Known TNS/X to TNS/E Cross Compile Variables
176 The following definition is required if you are building on TNS/X for TNS/E
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp287 unsigned TNS = TB->succ_size(), FNS = FB->succ_size(); in matchFlowPattern() local
294 bool TOk = (TNP == 1 && TNS == 1 && MLI->getLoopFor(TB) == L); in matchFlowPattern()
306 MachineBasicBlock *TSB = (TNS > 0) ? *TB->succ_begin() : nullptr; in matchFlowPattern()