HomeSort by: relevance | last modified time | path
    Searched defs:NF (Results 1 - 17 of 17) sorted by relevancy

  /src/tests/lib/libc/regex/
split.c 215 # define NF 5
216 char *fields[NF];
217 int nf; local
219 nf = split(string, fields, NF, seps);
220 print(nf, NF, fields);
224 print(int nf, int nfp, char *fields)
229 bound = (nf > nfp) ? nfp : nf;
239 int nf; member in struct:__anon7852
310 int nf; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelDAGToDAG.h 96 uint8_t NF;
106 uint8_t NF;
116 uint8_t NF;
125 uint8_t NF;
RISCVExpandPseudoInsts.cpp 293 unsigned NF = ZvlssegInfo->first;
295 assert(NF * LMUL <= 8 && "Invalid NF/LMUL combinations.");
313 for (unsigned I = 0; I < NF; ++I) {
318 if (I != NF - 1)
338 unsigned NF = ZvlssegInfo->first;
340 assert(NF * LMUL <= 8 && "Invalid NF/LMUL combinations.");
358 for (unsigned I = 0; I < NF; ++I) {
363 if (I != NF - 1
    [all...]
RISCVISelDAGToDAG.cpp 86 unsigned NF) {
92 return createTupleImpl(CurDAG, Regs, RegClassIDs[NF - 2], RISCV::sub_vrm1_0);
96 unsigned NF) {
101 return createTupleImpl(CurDAG, Regs, RegClassIDs[NF - 2], RISCV::sub_vrm2_0);
105 unsigned NF) {
111 unsigned NF, RISCVII::VLMUL LMUL) {
119 return createM1Tuple(CurDAG, Regs, NF);
121 return createM2Tuple(CurDAG, Regs, NF);
123 return createM4Tuple(CurDAG, Regs, NF);
166 unsigned NF = Node->getNumValues() - 1
    [all...]
RISCVInstrInfo.cpp 134 unsigned NF = 1;
157 NF = 2;
162 NF = 2;
167 NF = 2;
172 NF = 3;
177 NF = 3;
182 NF = 4;
187 NF = 4;
192 NF = 5;
197 NF = 6
    [all...]
  /src/bin/pax/
options.h 66 #define NF 0x000000100ULL
114 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCFragment.cpp 424 const auto *NF = cast<MCNopsFragment>(this);
425 OS << " NumBytes:" << NF->getNumBytes()
426 << " ControlledNopLength:" << NF->getControlledNopLength();
MCAssembler.cpp 623 const MCNopsFragment &NF = cast<MCNopsFragment>(F);
624 int64_t NumBytes = NF.getNumBytes();
625 int64_t ControlledNopLength = NF.getControlledNopLength();
632 Asm.getContext().reportError(NF.getLoc(),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 168 Function *NF = Function::Create(NFTy, Fn.getLinkage(), Fn.getAddressSpace());
169 NF->copyAttributesFrom(&Fn);
170 NF->setComdat(Fn.getComdat());
171 Fn.getParent()->getFunctionList().insert(Fn.getIterator(), NF);
172 NF->takeName(&Fn);
201 NewCB = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
204 NewCB = CallInst::Create(NF, Args, OpBundles, "", CB);
227 NF->getBasicBlockList().splice(NF->begin(), Fn.getBasicBlockList());
233 I2 = NF->arg_begin(); I != E; ++I, ++I2)
    [all...]
ArgumentPromotion.cpp 220 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getAddressSpace(),
222 NF->copyAttributesFrom(F);
223 NF->copyMetadata(F, 0);
230 LLVM_DEBUG(dbgs() << "ARG PROMOTION: Promoting to:" << *NF << "\n"
235 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(),
239 F->getParent()->getFunctionList().insert(F->getIterator(), NF);
240 NF->takeName(F);
337 NewCS = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
340 auto *NewCall = CallInst::Create(NF, Args, OpBundles, "", &CB);
369 NF->getBasicBlockList().splice(NF->begin(), F->getBasicBlockList())
    [all...]
  /src/external/historical/nawk/dist/
tran.c 48 Awkfloat *NF; /* number of fields in current record */
59 Cell *nfloc; /* NF */
94 nfloc = setsymtab("NF", "", 0.0, NUM, symtab);
95 NF = &nfloc->fval;
311 if (fldno > *NF)
314 } else if (&vp->fval == NF) {
317 DPRINTF("setfval: setting NF to %g\n", f);
364 if (fldno > *NF)
384 if (&vp->fval == NF) {
388 DPRINTF("setsval: setting NF to %g\n", f)
    [all...]
  /src/usr.sbin/lpr/common_source/
common.c 87 const char *NF; /* name of ditroff filter (per job) */
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 603 uint32_t NF = N->Flags;
606 if (NF & GepNode::Used)
608 Flags |= NF;
  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 642 /* Instruction requires EVEX.NF to be 1. */
818 NF,
869 unsigned int nf:1; member in struct:i386_opcode_modifier
1090 #define Prefix_NF 11 /* {nf} */
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 630 /* Instruction requires EVEX.NF to be 1. */
805 NF,
856 unsigned int nf:1; member in struct:i386_opcode_modifier
1077 #define Prefix_NF 11 /* {nf} */
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 597 /* Instruction requires EVEX.NF to be 1. */
772 NF,
823 unsigned int nf:1; member in struct:i386_opcode_modifier
1043 #define Prefix_NF 11 /* {nf} */
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 630 /* Instruction requires EVEX.NF to be 1. */
805 NF,
856 unsigned int nf:1; member in struct:i386_opcode_modifier
1077 #define Prefix_NF 11 /* {nf} */

Completed in 27 milliseconds