Searched refs:DX (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/libexec/bootpd/
H A DConvOldTab.sh40 set -u$DX
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c212 DX(3, "loop %d enq %d send %p rx %d",
246 DX(1, "mainloop ends %d", i);
260 DX(1, "done %d loops\n", c->loops);
274 DX(3, "token is <%s> %s", s, key ? key : "-");
277 DX(3, "empty string");
281 DX(2, "invalid %s for %s", s ? s : "NULL", (key ? key : "") );
303 DX(3, "suffix now %s for %s, next %p", end, key, next);
305 DX(3, "setting next to %s for %s", end, key);
328 DX(3, "--- pass %d flows %d flowsets %d", pass, c->flows, c->flowsets);
360 DX(
[all...]
H A Ddn_test.h28 #define DX(lev, fmt, args...) do { \ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp99 {codeview::RegisterId::DX, X86::DX},
617 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX:
629 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX:
666 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX:
667 return X86::DX;
702 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX:
738 case X86::DH: case X86::DL: case X86::DX: case X86::EDX: case X86::RDX:
/freebsd-11-stable/sys/i386/i386/
H A Ddb_disasm.c68 #define DX 13 /* dx, for IO */ macro
701 /*6c*/ { "ins", FALSE, BYTE, op2(DX, DI), 0 },
702 /*6d*/ { "ins", FALSE, LONG, op2(DX, DI), 0 },
703 /*6e*/ { "outs", FALSE, BYTE, op2(SI, DX), 0 },
704 /*6f*/ { "outs", FALSE, LONG, op2(SI, DX), 0 },
845 /*ec*/ { "in", FALSE, BYTE, op2(DX, A), 0 },
846 /*ed*/ { "in", FALSE, LONG, op2(DX, A) , 0 },
847 /*ee*/ { "out", FALSE, BYTE, op2(A, DX), 0 },
848 /*ef*/ { "out", FALSE, LONG, op2(A, DX) , 0 },
1403 case DX
[all...]
H A Dbpf_jit_machdep.h51 #define DX 2 macro
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_disasm.c81 #define DX 13 /* dx, for IO */ macro
786 /*6c*/ { "ins", FALSE, BYTE, op2(DX, DI), 0 },
787 /*6d*/ { "ins", FALSE, LONG, op2(DX, DI), 0 },
788 /*6e*/ { "outs", FALSE, BYTE, op2(SI, DX), 0 },
789 /*6f*/ { "outs", FALSE, LONG, op2(SI, DX), 0 },
930 /*ec*/ { "in", FALSE, BYTE, op2(DX, A), 0 },
931 /*ed*/ { "in", FALSE, LONG, op2(DX, A) , 0 },
932 /*ee*/ { "out", FALSE, BYTE, op2(A, DX), 0 },
933 /*ef*/ { "out", FALSE, LONG, op2(A, DX) , 0 },
1616 case DX
[all...]
H A Dbpf_jit_machdep.h76 #define DX 2 macro
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h38 * DX(level, ...) to print above a certain level
46 #define DX(lev, fmt, ...) do { \ macro
H A Ddn_aqm_pie.c382 //DX(2, "PIE Activated");
490 DX(2, "PIE queue is not initialized\n");
583 DX(2, "AQM_PIE is not configured");
614 //DX(2, "aqm_PIE_init");
H A Dip_dummynet.c1094 DX(3, "sched %d has %d flowsets", s->sch.sched_nr, n);
1670 DX(2, "fs %d changed sched %d@%p to %d@%p",
1808 DX(2, "sched %d new type %s", i, a.fp->name);
1812 DX(2, "sched %d type changed from %s to %s",
1814 DX(4, " type/sub %d/%d -> %d/%d",
1835 DX(4, "sched %d unchanged type %s", i, a.fp->name);
1965 DX(4, "still %d unlinked fs", dn_cfg.fsk_count);
H A Ddn_sched_qfq.c662 DX(4, "len %d flow %p inv_w 0x%x grp %d", m->m_pkthdr.len,
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h168 #define DX gettyflags[20].value macro
H A Dsubr.c385 if (DX)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h121 ENTRY(DX) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2372 // be supported. Mark such DX variants separately fix only in special cases.
2373 if (BaseReg == X86::DX && IndexReg == 0 && Scale == 1 && SegReg == 0 &&
2782 Operands.back() = X86Operand::CreateReg(X86::DX, Op.getStartLoc(),
2791 Operands[1] = X86Operand::CreateReg(X86::DX, Op.getStartLoc(),
2805 X86Operand::CreateReg(X86::DX, NameLoc, NameLoc),
2816 X86Operand::CreateReg(X86::DX, NameLoc, NameLoc));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1579 X86::DX,
1582 {X86::IDIV16r, X86::CWD, Copy, X86::DX, S}, // SRem
1584 {X86::DIV16r, X86::MOV32r0, Copy, X86::DX, U}, // URem
H A DX86FastISel.cpp1887 { &X86::GR16RegClass, X86::AX, X86::DX, {
1889 { X86::IDIV16r, X86::CWD, Copy, X86::DX, S }, // SRem
1891 { X86::DIV16r, X86::MOV32r0, Copy, X86::DX, U }, // URem
H A DX86ISelDAGToDAG.cpp4894 LoReg = X86::AX; HiReg = X86::DX;
4895 ClrReg = X86::DX;
/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h6684 UINT16 DX; member in struct:__anon6026
/freebsd-11-stable/sys/dev/fb/
H A Dvesa.c1544 *offset = regs.DX * adp->va_window_gran;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c286 #define DX { OP_IMREG, dx_reg } macro

Completed in 443 milliseconds