Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp359 bool HasEVEX = (TSFlags & X86II::EncodingMask) == X86II::EVEX; in emitMemModRMByte() local
501 if (!HasEVEX && isDisp8(Disp.getImm())) { in emitMemModRMByte()
509 if (HasEVEX && isCDisp8(TSFlags, Disp.getImm(), CDisp8)) { in emitMemModRMByte()
550 } else if (!HasEVEX && isDisp8(Disp.getImm())) { in emitMemModRMByte()
554 } else if (HasEVEX && isCDisp8(TSFlags, Disp.getImm(), CDisp8)) { in emitMemModRMByte()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp379 bool HasEVEX = (TSFlags & X86II::EncodingMask) == X86II::EVEX; in emitMemModRMByte() local
541 if (!HasEVEX && isDisp8(Disp.getImm())) { in emitMemModRMByte()
549 if (HasEVEX && isCDisp8(TSFlags, Disp.getImm(), CDisp8)) { in emitMemModRMByte()
590 } else if (!HasEVEX && isDisp8(Disp.getImm())) { in emitMemModRMByte()
594 } else if (HasEVEX && isCDisp8(TSFlags, Disp.getImm(), CDisp8)) { in emitMemModRMByte()
DX86MCTargetDesc.cpp422 bool HasEVEX = (Desc.TSFlags & X86II::EncodingMask) == X86II::EVEX; in clearsSuperRegisters() local
438 if (!HasEVEX && !HasVEX && !HasXOP) in clearsSuperRegisters()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp425 bool HasEVEX = (Desc.TSFlags & X86II::EncodingMask) == X86II::EVEX; in clearsSuperRegisters() local
441 if (!HasEVEX && !HasVEX && !HasXOP) in clearsSuperRegisters()
DX86MCCodeEmitter.cpp120 bool HasEVEX = (TSFlags & X86II::EncodingMask) == X86II::EVEX; in isDispOrCDisp8() local
124 if (!HasEVEX || CD8_Scale == 0) in isDispOrCDisp8()