Home
last modified time | relevance | path

Searched refs:HasREX_WPrefix (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.cpp85 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr()
303 } else if (Is64Bit || HasREX_WPrefix || AdSize == X86Local::AdSize64) { in insnContext()
304 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)) in insnContext()
306 else if (HasREX_WPrefix && AdSize == X86Local::AdSize32) in insnContext()
320 else if (HasREX_WPrefix && OpPrefix == X86Local::XS) in insnContext()
322 else if (HasREX_WPrefix && OpPrefix == X86Local::XD) in insnContext()
328 else if (HasREX_WPrefix) in insnContext()
400 HasREX_WPrefix, OpSize); in handleOperand()
DX86RecognizableInstr.h177 bool HasREX_WPrefix; variable
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp213 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr()
418 } else if (Is64Bit || HasREX_WPrefix || AdSize == X86Local::AdSize64) { in insnContext()
419 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)) in insnContext()
421 else if (HasREX_WPrefix && AdSize == X86Local::AdSize32) in insnContext()
433 else if (HasREX_WPrefix && OpPrefix == X86Local::XS) in insnContext()
435 else if (HasREX_WPrefix && OpPrefix == X86Local::XD) in insnContext()
441 else if (HasREX_WPrefix) in insnContext()
505 HasREX_WPrefix, OpSize); in handleOperand()
DX86RecognizableInstr.h55 bool HasREX_WPrefix; variable
/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp216 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix"); in RecognizableInstr()
314 } else if (Is64Bit || HasREX_WPrefix) { in insnContext()
315 if (HasREX_WPrefix && HasOpSizePrefix) in insnContext()
324 else if (HasREX_WPrefix && Prefix == X86Local::XS) in insnContext()
326 else if (HasREX_WPrefix && in insnContext()
333 else if (HasREX_WPrefix) in insnContext()
531 HasREX_WPrefix, in handleOperand()
DX86RecognizableInstr.h54 bool HasREX_WPrefix; variable
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrArithmetic.td561 /// HasREX_WPrefix - This bit is set to true if the instruction should have
563 bit HasREX_WPrefix = hasREX_WPrefix;
599 let hasREX_WPrefix = typeinfo.HasREX_WPrefix;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrArithmetic.td584 /// HasREX_WPrefix - This bit is set to true if the instruction should have
586 bit HasREX_WPrefix = hasREX_WPrefix;
622 let hasREX_WPrefix = typeinfo.HasREX_WPrefix;
/external/llvm/lib/Target/X86/
DX86InstrArithmetic.td610 /// HasREX_WPrefix - This bit is set to true if the instruction should have
612 bit HasREX_WPrefix = hasREX_WPrefix;
650 let hasREX_WPrefix = typeinfo.HasREX_WPrefix;