Home
last modified time | relevance | path

Searched refs:DX (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c209 DX(3, "loop %d enq %d send %p rx %d", in mainloop()
243 DX(1, "mainloop ends %d", i); in mainloop()
257 DX(1, "done %d loops\n", c->loops); in dump()
271 DX(3, "token is <%s> %s", s, key ? key : "-"); in getnum()
274 DX(3, "empty string"); in getnum()
278 DX(2, "invalid %s for %s", s ? s : "NULL", (key ? key : "") ); in getnum()
300 DX(3, "suffix now %s for %s, next %p", end, key, next); in getnum()
302 DX(3, "setting next to %s for %s", end, key); in getnum()
325 DX(3, "--- pass %d flows %d flowsets %d", pass, c->flows, c->flowsets); in parse_flowsets()
357 DX(4, "weight %d..%d (%d) len %d..%d (%d) flows %d", in parse_flowsets()
[all …]
H A Ddn_test.h27 #define DX(lev, fmt, args...) do { \ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP10.td262 // A DX pipeline may take 5 cycles to complete.
352 // Save 1 cycles if pipeline BF reads the data from pipelines DX, MU, vMU, CY, DF, MM.
359 // Save 1 cycles if pipeline CY reads the data from pipelines DX, MU, vMU, BF, DF, MM.
366 // Save 1 cycles if pipeline MM reads the data from pipelines DX, MU, vMU, BF, CY, DF.
376 // Save 1 cycles if pipeline DF reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM.
379 // Save 1 cycles if pipeline DV reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM.
382 // Save 1 cycles if pipeline DX reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM.
394 // Save 1 cycles if pipeline MU reads the data from pipelines DX, MU, DF.
406 // Save 1 cycles if pipeline vMU reads the data from pipelines DX, M
[all...]
/freebsd/sys/i386/i386/
H A Ddb_disasm.c66 #define DX 13 /* dx, for IO */ macro
699 /*6c*/ { "ins", false, BYTE, op2(DX, DI), 0 },
700 /*6d*/ { "ins", false, LONG, op2(DX, DI), 0 },
701 /*6e*/ { "outs", false, BYTE, op2(SI, DX), 0 },
702 /*6f*/ { "outs", false, LONG, op2(SI, DX), 0 },
843 /*ec*/ { "in", false, BYTE, op2(DX, A), 0 },
844 /*ed*/ { "in", false, LONG, op2(DX, A) , 0 },
845 /*ee*/ { "out", false, BYTE, op2(A, DX), 0 },
846 /*ef*/ { "out", false, LONG, op2(A, DX) , 0 },
1396 case DX: in db_disasm()
H A Dbpf_jit_machdep.h51 #define DX 2 macro
/freebsd/libexec/bootpd/
H A DConvOldTab.sh40 set -u$DX
/freebsd/sys/amd64/amd64/
H A Ddb_disasm.c79 #define DX 13 /* dx, for IO */ macro
804 /*6c*/ { "ins", false, BYTE, op2(DX, DI), 0 },
805 /*6d*/ { "ins", false, LONG, op2(DX, DI), 0 },
806 /*6e*/ { "outs", false, BYTE, op2(SI, DX), 0 },
807 /*6f*/ { "outs", false, LONG, op2(SI, DX), 0 },
948 /*ec*/ { "in", false, BYTE, op2(DX, A), 0 },
949 /*ed*/ { "in", false, LONG, op2(DX, A) , 0 },
950 /*ee*/ { "out", false, BYTE, op2(A, DX), 0 },
951 /*ef*/ { "out", false, LONG, op2(A, DX) , 0 },
1631 case DX: in db_disasm()
H A Dbpf_jit_machdep.h76 #define DX 2 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td77 let Defs = [AX, DX, EFLAGS], Uses = [AX] in
86 let Defs = [AX, DX, EFLAGS], Uses = [AX] in
96 let Defs = [AX, DX], Uses = [AX] in
104 let Defs = [AX, DX], Uses = [AX] in
113 let Defs = [AX, DX, EFLAGS], Uses = [AX] in
121 let Defs = [AX, DX, EFLAGS], Uses = [AX] in
140 let Defs = [AX, DX, EFLAGS], Uses = [AX, DX] in
148 let Defs = [AX, DX, EFLAGS], Uses = [AX, DX] in
158 let Defs = [AX, DX], Uses = [AX, DX] in
166 let Defs = [AX, DX], Uses = [AX, DX] in
[all …]
H A DX86CallingConv.td54 let GPR_16 = [AX, CX, DX, DI, SI];
68 let GPR_16 = [CX, DX, DI, SI];
88 let GPR_16 = [AX, CX, DX, DI, SI, R8W, R9W, R10W, R11W, R12W, R14W, R15W];
100 let GPR_16 = [AX, CX, DX, DI, SI, R8W, R9W, R11W, R12W, R14W, R15W];
107 let GPR_16 = [AX, CX, DX, DI, SI, R8W, R9W, R12W, R13W, R14W, R15W];
244 // Scalar values are returned in AX first, then DX. For i8, the ABI
257 CCIfType<[i16], CCAssignToReg<[AX, DX, CX]>>,
326 CCIfType<[i16], CCAssignToReg<[AX, DX, CX]>>,
430 CCIfType<[i16], CCAssignToReg<[AX, DX, CX, R8W]>>,
685 CCIfType<[i16], CCAssignToRegWithShadow<[CX , DX , R8W , R9W ],
[all …]
H A DX86RegisterInfo.td188 def DX : X86Reg<"dx", 2, [DL,DH]>;
236 def EDX : X86Reg<"edx", 2, [DX, HDX]>, DwarfRegNum<[-2, 2, 2]>;
563 (add AX, CX, DX, SI, DI, BX, BP, SP, R8W, R9W, R10W,
627 def GR16_ABCD : RegisterClass<"X86", [i16], 16, (add AX, CX, DX, BX)>;
647 (add AX, CX, DX, SI, DI, BX, BP, SP)>;
720 // A class to support the 'A' assembler constraint: [ER]AX then [ER]DX.
H A DX86InstrExtension.td26 let Defs = [AX,DX], Uses = [AX] in // DX:AX = signext(AX)
/freebsd/usr.bin/lastcomm/tests/
H A Dv1-amd64.out2 core -DX root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38
H A Dv1-i386.out2 core -DX root 0.000 secs 0.000 us 0.000 sy 0.031 es Fri May 18 08:34:08
H A Dv2-amd64.out2 core -DX root 0.005 secs 0.000 us 0.005 sy 0.010 es Thu May 17 05:57:17
H A Dv2-i386.out2 core -DX root 0.002 secs 0.000 us 0.002 sy 0.005 es Fri May 18 12:13:04
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ull-dhcor-som.dtsi204 compatible = "brcm,bcm43430a1-bt"; /* muRata 1DX */
225 compatible = "brcm,bcm43430a1-fmac", "brcm,bcm4329-fmac"; /* muRata 1DX */
/freebsd/libexec/getty/
H A Dgettytab.h167 #define DX gettyflags[20].value macro
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp299 unsigned DX = (MO.getImm() >> 3) & 0x3F; in getDispRI34Encoding()
300 return DX;
205 unsigned DX = (MO.getImm() >> 3) & 0x3F; getDispRIHashEncoding() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp190 {codeview::RegisterId::DX, X86::DX}, in initLLVMToSEHAndCVRegMapping()
777 SUB_SUPER(DL, DX, EDX, RDX, R) in getX86SubSuperRegister()
847 D_SUB_SUPER(DX) in getX86SubSuperRegister()
/freebsd/sys/netpfil/ipfw/
H A Ddn_aqm_pie.c492 DX(2, "PIE queue is not initialized\n"); in aqm_pie_enqueue()
584 DX(2, "AQM_PIE is not configured"); in aqm_pie_init()
H A Dip_dummynet.c1118 DX(3, "sched %d has %d flowsets", s->sch.sched_nr, n); in copy_fsk_list()
1693 DX(2, "fs %d changed sched %d@%p to %d@%p", in config_fs()
1832 DX(2, "sched %d new type %s", i, a.fp->name); in config_sched()
1836 DX(2, "sched %d type changed from %s to %s", in config_sched()
1838 DX(4, " type/sub %d/%d -> %d/%d", in config_sched()
1859 DX(4, "sched %d unchanged type %s", i, a.fp->name); in config_sched()
1988 DX(4, "still %d unlinked fs", V_dn_cfg.fsk_count); in dummynet_flush()
H A Dip_dn_private.h46 #define DX(lev, fmt, ...) do { \ macro
/freebsd/contrib/ntp/html/hints/
H A Dbsdi45 /var/log/ntp.drift, and the authdelay on my 486DX/50 system is
/freebsd/contrib/file/magic/Magdir/
H A Dmsvc167 # symbolic debug information style like: HL~IBM PM Debugger style (LIBFL.LIB) DX~AIX style CV~Micro…
169 >>>>>>>&0 string DX AIX style

123