Home
last modified time | relevance | path

Searched refs:OpSize32 (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrExtension.td19 "{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 DX86InstrControl.td36 "{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 DX86InstrSystem.td89 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 DX86InstrShiftRotate.td46 OpSize32;
81 OpSize32;
99 OpSize32;
116 OpSize32;
183 OpSize32;
201 OpSize32;
218 OpSize32;
237 OpSize32;
306 OpSize32;
323 OpSize32;
[all …]
H A DX86InstrInfo.td1702 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 DX86InstrArithmetic.td26 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 DX86InstrCMovSetCC.td30 TB, OpSize32;
49 timm:$cond, EFLAGS))]>, TB, OpSize32;
H A DX86InstrTSX.td31 "xbegin\t$dst", []>, OpSize32;
H A DX86InstrCompiler.td400 [(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 DX86InstrFormats.td182 def OpSize32 : OperandSize<2>; // Needs 0x66 prefix in 16-bit mode.
196 class OpSize32 { OperandSize OpSize = OpSize32; }
H A DX86InstrSSE.td5780 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 DX86RecognizableInstr.h150 OpSize16 = 1, OpSize32 = 2 enumerator
H A DX86RecognizableInstr.cpp909 } else if(OpSize == X86Local::OpSize32) { in typeFromString()
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h768 OpSize32 = 2 << OpSizeShift, enumerator
H A DX86MCCodeEmitter.cpp1272 (STI.hasFeature(X86::Is16Bit) ? X86II::OpSize32 : X86II::OpSize16)) in emitOpcodePrefix()
/openbsd/gnu/llvm/llvm/docs/TableGen/
H A DProgRef.rst1974 OperandSize OpSize = OpSize32;