Searched refs:OpSizeFixed (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 332 OpSizeFixed = 0 << OpSizeShift, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 376 OpSizeFixed = 0 << OpSizeShift, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 580 /// 16-bit vs 32-bit mode. i8/i64 set this to OpSizeFixed. i16 sets this 594 0, OpSizeFixed, 0>; 603 1, OpSizeFixed, 1>;
|
D | X86InstrFormats.td | 166 def OpSizeFixed : OperandSize<0>; // Never needs a 0x66 prefix. 281 OperandSize OpSize = OpSizeFixed; // Does this instruction's encoding change
|
/external/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 606 /// 16-bit vs 32-bit mode. i8/i64 set this to OpSizeFixed. i16 sets this 620 0, OpSizeFixed, 0>; 629 1, OpSizeFixed, 1>;
|
D | X86InstrFormats.td | 149 def OpSizeFixed : OperandSize<0>; // Never needs a 0x66 prefix. 248 OperandSize OpSize = OpSizeFixed; // Does this instruction's encoding change
|