/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrExtension.td | 19 "{cwtl|cwde}", []>, OpSize32, Sched<[WriteALU]>; 31 "{cltd|cdq}", []>, OpSize32, Sched<[WriteALU]>; 50 OpSize32, Sched<[WriteALU]>; 54 OpSize32, Sched<[WriteLoad]>; 58 OpSize32, Sched<[WriteALU]>; 62 OpSize32, TB, Sched<[WriteLoad]>; 76 OpSize32, Sched<[WriteALU]>; 80 OpSize32, Sched<[WriteLoad]>; 84 OpSize32, Sched<[WriteALU]>; 88 TB, OpSize32, Sched<[WriteLoad]>; [all …]
|
H A D | X86InstrControl.td | 36 "{l}ret{l|f}", []>, OpSize32; 42 "{l}ret{l|f}\t$amt", []>, OpSize32; 68 "jmp\t$dst", []>, OpSize32; 87 []>, TB, OpSize32; 136 OpSize32, Sched<[WriteJump]>; 139 OpSize32, Sched<[WriteJumpLd]>; 172 OpSize32, Sched<[WriteJump]>, NOTRACK; 194 OpSize32, Sched<[WriteJump]>; 226 "call{l}\t$dst", []>, OpSize32, 246 OpSize32, [all …]
|
H A D | X86InstrSystem.td | 89 OpSize32; 108 OpSize32; 227 OpSize32, NotMemoryFoldable; 230 OpSize32, NotMemoryFoldable; 247 OpSize32, NotMemoryFoldable; 250 OpSize32, NotMemoryFoldable; 262 "str{l}\t$dst", []>, TB, OpSize32; 305 OpSize32, Requires<[Not64BitMode]>; 310 OpSize32, Requires<[Not64BitMode]>; 315 OpSize32, Requires<[Not64BitMode]>; [all …]
|
H A D | X86InstrShiftRotate.td | 46 OpSize32; 81 OpSize32; 99 OpSize32; 116 OpSize32; 183 OpSize32; 201 OpSize32; 218 OpSize32; 237 OpSize32; 306 OpSize32; 323 OpSize32; [all …]
|
H A D | X86InstrInfo.td | 1702 OpSize32, AdSize32; 1718 AdSize16, OpSize32; 1934 OpSize32, TB; 1952 OpSize32, TB; 2034 OpSize32, TB; 2045 OpSize32, TB; 2124 OpSize32; 2197 OpSize32; 2394 OpSize32, T8PS; 2408 OpSize32, T8PS; [all …]
|
H A D | X86InstrArithmetic.td | 26 OpSize32, Requires<[Not64BitMode]>; 76 OpSize32, Sched<[WriteIMul32]>; 120 OpSize32, Sched<[WriteIMul32]>; 365 (implicit EFLAGS)]>, OpSize32; 384 (implicit EFLAGS)]>, OpSize32; 420 OpSize32; 452 OpSize32; 478 (implicit EFLAGS)]>, OpSize32; 499 OpSize32; 596 /// to Opsize16. i32 sets this to OpSize32. [all …]
|
H A D | X86InstrCMovSetCC.td | 30 TB, OpSize32; 49 timm:$cond, EFLAGS))]>, TB, OpSize32;
|
H A D | X86InstrTSX.td | 31 "xbegin\t$dst", []>, OpSize32;
|
H A D | X86InstrCompiler.td | 400 [(X86rep_movs i32)]>, REP, AdSize32, OpSize32, 419 [(X86rep_movs i32)]>, REP, AdSize64, OpSize32, 700 Requires<[Not64BitMode]>, OpSize32, LOCK, 733 OpSize32, LOCK; 758 OpSize32, LOCK; 789 OpSize32, LOCK; 832 OpSize32, LOCK; 845 OpSize32, LOCK; 907 OpSize32, TB, LOCK; 925 OpSize32, TB, LOCK; [all …]
|
H A D | X86InstrFormats.td | 182 def OpSize32 : OperandSize<2>; // Needs 0x66 prefix in 16-bit mode. 196 class OpSize32 { OperandSize OpSize = OpSize32; }
|
H A D | X86InstrSSE.td | 5780 Sched<[WritePOPCNT]>, OpSize32, XS; 5786 Sched<[WritePOPCNT.Folded]>, OpSize32, XS; 6694 int_x86_sse42_crc32_32_32>, OpSize32; 6696 int_x86_sse42_crc32_32_32>, OpSize32;
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 150 OpSize16 = 1, OpSize32 = 2 enumerator
|
H A D | X86RecognizableInstr.cpp | 909 } else if(OpSize == X86Local::OpSize32) { in typeFromString()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 768 OpSize32 = 2 << OpSizeShift, enumerator
|
H A D | X86MCCodeEmitter.cpp | 1272 (STI.hasFeature(X86::Is16Bit) ? X86II::OpSize32 : X86II::OpSize16)) in emitOpcodePrefix()
|
/openbsd/gnu/llvm/llvm/docs/TableGen/ |
H A D | ProgRef.rst | 1974 OperandSize OpSize = OpSize32;
|