Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td182 def OpSizeFixed : OperandSize<0>; // Never needs a 0x66 prefix.
230 OperandSize OpSize = OpSizeFixed; // Does this instruction's encoding change
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h706 OpSizeFixed = 0 << OpSizeShift, enumerator