| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.cpp | 172 else if (OpPrefix == X86Local::XD) in insnContext() 186 else if (OpPrefix == X86Local::XD) in insnContext() 200 else if (OpPrefix == X86Local::XD) in insnContext() 212 else if (OpPrefix == X86Local::XD) in insnContext() 229 else if (OpPrefix == X86Local::XD) in insnContext() 241 else if (OpPrefix == X86Local::XD) in insnContext() 258 else if (OpPrefix == X86Local::XD) in insnContext() 274 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD) in insnContext() 278 else if (HasVEX_W && OpPrefix == X86Local::XD) in insnContext() 284 else if (OpPrefix == X86Local::XD) in insnContext() [all …]
|
| H A D | X86RecognizableInstr.h | 137 PD = 1, XS = 2, XD = 3, PS = 4 enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrSNP.td | 26 XD, Requires<[In64BitMode]>; 30 XD, Requires<[Not64BitMode]>; 34 def RMPUPDATE: I<0x01, MRM_FE, (outs), (ins), "rmpupdate", []>, XD,
|
| H A D | X86InstrFormats.td | 143 def XD : Prefix<3>; 145 // that other instructions with this opcode use PD/XS/XD 210 class XD : TB { Prefix OpPrefix = XD; } 214 class T8XD : T8 { Prefix OpPrefix = XD; } 218 class TAXD : TA { Prefix OpPrefix = XD; } 497 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2], 514 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2], 609 // SDI - SSE2 instructions with XD prefix. 610 // SDIi8 - SSE2 instructions with ImmT == Imm8 and XD prefix. 615 // VSDI - SSE2 scalar instructions with XD prefix in AVX form. [all …]
|
| H A D | X86InstrMPX.td | 45 defm BNDCU : mpx_bound_check<0x1A, "bndcu">, XD, NotMemoryFoldable; 46 defm BNDCN : mpx_bound_check<0x1B, "bndcn">, XD, NotMemoryFoldable;
|
| H A D | X86InstrSSE.td | 271 SSEPackedDouble, "MOVSD", UseSSE2>, XD; 277 SSEPackedDouble>, XD; 872 XD, VEX, VEX_LIG; 876 XD, VEX, VEX_W, VEX_LIG; 889 XD, VEX, VEX_LIG; 893 XD, VEX, VEX_W, VEX_LIG; 908 WriteCvtI2SD, SSEPackedDouble>, XD, VEX_4V, 911 WriteCvtI2SD, SSEPackedDouble>, XD, VEX_4V, 950 WriteCvtSD2I, SSEPackedDouble>, XD, SIMD_EXC; 953 WriteCvtSD2I, SSEPackedDouble>, XD, REX_W, SIMD_EXC; [all …]
|
| H A D | X86InstrAVX512.td | 2808 VEX, XD; 2812 VEX, XD, VEX_W; 3572 XD, EVEX_CD8<8, CD8VF>; 3578 XD, VEX_W, EVEX_CD8<16, CD8VF>; 3977 VEX_LIG, XD, VEX_W, EVEX_CD8<64, CD8VT1>; 4290 []>, XD, EVEX_4V, VEX_LIG, VEX_W, 4300 []>, EVEX_K, XD, EVEX_4V, VEX_LIG, 4309 []>, EVEX_KZ, XD, EVEX_4V, VEX_LIG, 5366 XD, VEX_W, EVEX_4V, VEX_LIG, EVEX_CD8<64, CD8VT1>; 5379 XD, VEX_W, EVEX_4V, VEX_LIG, EVEX_CD8<64, CD8VT1>; [all …]
|
| H A D | X86InstrInfo.td | 2847 XD, Requires<[HasWAITPKG]>; 2980 [(int_x86_xsusldtrk)]>, XD; 2982 [(int_x86_xresldtrk)]>, XD;
|
| /netbsd-src/games/hack/ |
| H A D | hack.terminfo.c | 156 } else if (XD) { in nocmov() 158 xputs(XD); in nocmov()
|
| /netbsd-src/usr.bin/mail/ |
| H A D | mime_codecs.c | 478 #define XD 4 /* special character '.' - maybe quoted */ in mustquote() macro 487 SP, N, N, N, N, N, N, N, N, N, N, N, N, N,XD, N, in mustquote() 511 if (flag == XD) /* line may consist of a single dot */ in mustquote()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86IntelInstPrinter.cpp | 88 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) in printVecCompareInstr() 173 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) in printVecCompareInstr()
|
| H A D | X86ATTInstPrinter.cpp | 105 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) in printVecCompareInstr() 183 else if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XD) in printVecCompareInstr()
|
| H A D | X86BaseInfo.h | 786 XS = 2 << OpPrefixShift, XD = 3 << OpPrefixShift, enumerator
|
| H A D | X86MCCodeEmitter.cpp | 861 case X86II::XD: in emitVEXOpcodePrefix() 1360 case X86II::XD: // F2 in emitOpcodePrefix()
|
| /netbsd-src/external/gpl2/gettext/dist/os2/ |
| H A D | Makefile | 227 zip -9XD $@ $^
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedTSV110.td | 490 def : InstRW<[TSV110Wr_2cyc_1FSU1], (instregex "^FMOV(DX|WS|XD|SW|DXHigh|XDHigh)r$")>;
|
| H A D | AArch64SchedExynosM3.td | 559 def : InstRW<[M3WriteNEONI], (instregex "^FMOV(DX|XD)Highr")>;
|
| H A D | AArch64SchedFalkorDetails.td | 1149 def : InstRW<[FalkorWr_FMOV], (instregex "^FMOV(WS|XD|XDHigh)r$")>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 1079 class XD { 1095 defm SS : R, XD; // First multiclass R, then regular class XD.
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | arc-opc.c | 1236 MAKE_INSERT_NPS_ADDRTYPE (xd, XD) in MAKE_INSERT_NPS_ADDRTYPE()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | arc-opc.c | 1236 MAKE_INSERT_NPS_ADDRTYPE (xd, XD) in MAKE_INSERT_NPS_ADDRTYPE()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/sh/ |
| H A D | ChangeLog-2021 | 1214 * interp.c (XD, SET_XD): Delete.
|
| /netbsd-src/sys/dev/usb/ |
| H A D | usbdevs | 3595 product WACOM XD0912U 0x0043 Intuos2 A4 i-920 XD-0912-U
|
| /netbsd-src/sys/dev/pci/ |
| H A D | pcidevs | 2725 product BROADCOM XD 0x16bf BCM577x5 xD 8161 product NEOMAGIC NMMG2160 0x0004 MagicGraph 128XD
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | as.info | 27076 * \XD... (hex character code): Strings. (line 36) 28554 * hex character code (\XD...): Strings. (line 36)
|