/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrControl.td | 28 "ret{w}", []>, OpSize16; 34 "ret{w}\t$amt", []>, OpSize16; 40 "{l}ret{w|f}", []>, OpSize16; 46 "{l}ret{w|f}\t$amt", []>, OpSize16; 52 OpSize16; 66 "jmp\t$dst", []>, OpSize16; 83 []>, OpSize16, TB; 129 OpSize16, Sched<[WriteJump]>; 132 OpSize16, Sched<[WriteJumpLd]>; 163 OpSize16, Sched<[WriteJump]>, NOTRACK; [all …]
|
H A D | X86InstrSystem.td | 86 OpSize16; 105 OpSize16; 219 OpSize16, NotMemoryFoldable; 222 OpSize16, NotMemoryFoldable; 240 OpSize16, NotMemoryFoldable; 243 OpSize16, NotMemoryFoldable; 260 "str{w}\t$dst", []>, TB, OpSize16; 289 OpSize16, TB; 293 OpSize16, TB; 318 OpSize16, TB; [all …]
|
H A D | X86InstrShiftRotate.td | 42 OpSize16; 77 OpSize16; 95 OpSize16; 112 OpSize16; 179 OpSize16; 197 OpSize16; 214 OpSize16; 233 OpSize16; 302 OpSize16; 319 OpSize16; [all …]
|
H A D | X86InstrExtension.td | 16 "{cbtw|cbw}", []>, OpSize16, Sched<[WriteALU]>; 28 "{cwtd|cwd}", []>, OpSize16, Sched<[WriteALU]>; 41 TB, OpSize16, Sched<[WriteALU]>; 45 TB, OpSize16, Sched<[WriteLoad]>; 67 TB, OpSize16, Sched<[WriteALU]>; 71 TB, OpSize16, Sched<[WriteLoad]>; 96 []>, TB, OpSize16, Sched<[WriteALU]>, NotMemoryFoldable; 99 []>, TB, OpSize16, Sched<[WriteALU]>, NotMemoryFoldable; 103 []>, OpSize16, TB, Sched<[WriteLoad]>, NotMemoryFoldable; 170 Sched<[WriteALU]>, OpSize16, Requires<[In64BitMode]>; [all …]
|
H A D | X86InstrInfo.td | 1331 OpSize16; 1344 OpSize16; 1351 OpSize16; 1377 OpSize16; 1930 OpSize16, TB; 1947 OpSize16, TB; 2031 OpSize16, TB; 2042 OpSize16, TB; 2117 OpSize16; 2193 OpSize16; [all …]
|
H A D | X86InstrArithmetic.td | 70 []>, OpSize16, Sched<[WriteIMul16]>; 116 OpSize16, Sched<[WriteIMul16]>; 361 (implicit EFLAGS)]>, OpSize16; 380 (implicit EFLAGS)]>, OpSize16; 416 OpSize16; 448 OpSize16; 461 OpSize16, Requires<[Not64BitMode]>; 475 (implicit EFLAGS)]>, OpSize16; 495 OpSize16; 523 (implicit EFLAGS)]>, OpSize16; [all …]
|
H A D | X86InstrCMovSetCC.td | 24 TB, OpSize16; 44 timm:$cond, EFLAGS))]>, TB, OpSize16;
|
H A D | X86InstrTSX.td | 29 "xbegin\t$dst", []>, OpSize16;
|
H A D | X86InstrCompiler.td | 396 [(X86rep_movs i16)]>, REP, AdSize32, OpSize16, 415 [(X86rep_movs i16)]>, REP, AdSize64, OpSize16, 437 [(X86rep_stos i16)]>, REP, AdSize32, OpSize16, 725 OpSize16, LOCK; 750 OpSize16, LOCK; 781 OpSize16, LOCK; 828 OpSize16, LOCK; 841 OpSize16, LOCK; 903 OpSize16, TB, LOCK; 921 OpSize16, TB, LOCK; [all …]
|
H A D | X86InstrFormats.td | 181 def OpSize16 : OperandSize<1>; // Needs 0x66 prefix in 32-bit mode. 195 class OpSize16 { OperandSize OpSize = OpSize16; }
|
H A D | X86InstrSSE.td | 5770 Sched<[WritePOPCNT]>, OpSize16, XS; 5775 Sched<[WritePOPCNT.Folded]>, OpSize16, XS; 6690 int_x86_sse42_crc32_32_16>, OpSize16; 6692 int_x86_sse42_crc32_32_16>, OpSize16;
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.cpp | 324 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD) in insnContext() 326 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS) in insnContext() 330 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32) in insnContext() 332 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD) in insnContext() 349 if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD) in insnContext() 351 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS) in insnContext() 359 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16) in insnContext() 361 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD) in insnContext() 905 if(OpSize == X86Local::OpSize16) { in typeFromString() 1042 if(OpSize != X86Local::OpSize16) { in immediateEncodingFromString() [all …]
|
H A D | X86RecognizableInstr.h | 150 OpSize16 = 1, OpSize32 = 2 enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 767 OpSize16 = 1 << OpSizeShift, enumerator
|
H A D | X86MCCodeEmitter.cpp | 1272 (STI.hasFeature(X86::Is16Bit) ? X86II::OpSize32 : X86II::OpSize16)) in emitOpcodePrefix()
|