Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h766 OpSizeFixed = 0 << OpSizeShift, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFormats.td180 def OpSizeFixed : OperandSize<0>; // Never needs a 0x66 prefix.
309 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>;