Searched refs:DFE (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/ncr/
H A Dncrreg.h101 #define DFE 0x80 /* sta: dma fifo empty */ macro
H A Dncr.c5274 if ((dstat==DFE) && (sist==PAR)) return;
5379 !(dstat & DFE)) {
5627 if (!(dstat & DFE)) rest += delta;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp295 for (auto DFI = df_begin(Root), DFE = df_end(Root);
296 DFI != DFE; ++DFI) {
/freebsd-12-stable/sys/dev/sym/
H A Dsym_defs.h315 #define DFE 0x80 /* sta: dma fifo empty */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1150 for (auto DFI = df_ext_begin(&MF, Reachable), DFE = df_ext_end(&MF, Reachable);
1151 DFI != DFE; ++DFI) {
H A DMachineVerifier.cpp2783 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable);
2784 DFI != DFE; ++DFI) {

Completed in 284 milliseconds