Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h332 OpSizeFixed = 0 << OpSizeShift, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h376 OpSizeFixed = 0 << OpSizeShift, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrArithmetic.td580 /// 16-bit vs 32-bit mode. i8/i64 set this to OpSizeFixed. i16 sets this
594 0, OpSizeFixed, 0>;
603 1, OpSizeFixed, 1>;
DX86InstrFormats.td166 def OpSizeFixed : OperandSize<0>; // Never needs a 0x66 prefix.
281 OperandSize OpSize = OpSizeFixed; // Does this instruction's encoding change
/external/llvm/lib/Target/X86/
DX86InstrArithmetic.td606 /// 16-bit vs 32-bit mode. i8/i64 set this to OpSizeFixed. i16 sets this
620 0, OpSizeFixed, 0>;
629 1, OpSizeFixed, 1>;
DX86InstrFormats.td149 def OpSizeFixed : OperandSize<0>; // Never needs a 0x66 prefix.
248 OperandSize OpSize = OpSizeFixed; // Does this instruction's encoding change