Home
last modified time | relevance | path

Searched refs:hasOpSizePrefix (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.h147 bool hasOpSizePrefix);
159 bool hasOpSizePrefix);
164 bool hasOpSizePrefix);
169 bool hasOpSizePrefix);
171 bool hasOpSizePrefix);
173 bool hasOpSizePrefix);
175 bool hasOpSizePrefix);
204 bool hasOpSizePrefix));
DX86RecognizableInstr.cpp510 OperandEncoding (*encodingFromString)(const std::string&, bool hasOpSizePrefix)) { in handleOperand() argument
1001 bool hasOpSizePrefix) { in typeFromString() argument
1014 if(!hasOpSizePrefix) { in typeFromString()
1084 bool hasOpSizePrefix) { in immediateEncodingFromString() argument
1085 if(!hasOpSizePrefix) { in immediateEncodingFromString()
1109 bool hasOpSizePrefix) { in rmRegisterEncodingFromString() argument
1125 bool hasOpSizePrefix) { in roRegisterEncodingFromString() argument
1144 bool hasOpSizePrefix) { in vvvvRegisterEncodingFromString() argument
1157 bool hasOpSizePrefix) { in memoryEncodingFromString() argument
1184 bool hasOpSizePrefix) { in relocationEncodingFromString() argument
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrFormats.td88 class OpSize { bit hasOpSizePrefix = 1; }
139 bit hasOpSizePrefix = 0; // Does this inst have a 0x66 prefix?
159 let TSFlags{6} = hasOpSizePrefix;
284 !if(hasOpSizePrefix /* OpSize */, [HasSSE2], [HasSSE1]));
295 !if(hasOpSizePrefix /* OpSize */, [HasSSE2], [HasSSE1]));
DX86InstrArithmetic.td507 bit hasOddOpcode, bit hasOpSizePrefix, bit hasREX_WPrefix> {
559 bit HasOpSizePrefix = hasOpSizePrefix;
598 let hasOpSizePrefix = typeinfo.HasOpSizePrefix;
/external/llvm/docs/TableGen/
Dindex.rst134 bit hasOpSizePrefix = 0;