Home
last modified time | relevance | path

Searched refs:OpSizeFixed (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h756 OpSizeFixed = 0 << OpSizeShift, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFormats.td177 def OpSizeFixed : OperandSize<0>; // Never needs a 0x66 prefix.
294 OperandSize OpSize = OpSizeFixed; // Does this instruction's encoding change
H A DX86InstrArithmetic.td595 /// 16-bit vs 32-bit mode. i8/i64 set this to OpSizeFixed. i16 sets this
609 0, OpSizeFixed, 0>;
618 1, OpSizeFixed, 1>;