Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.h207 uint8_t CD8_Scale; member
H A DX86RecognizableInstr.cpp131 CD8_Scale = byteFromRec(Rec, "CD8_Scale"); in RecognizableInstrBase()
382 encoding != ENCODING_SIB) ||CD8_Scale == 0) in adjustOperandEncoding()
384 encoding = (OperandEncoding)(encoding + Log2_32(CD8_Scale)); in adjustOperandEncoding()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp124 int CD8_Scale = in isDispOrCDisp8() local
126 if (!HasEVEX || CD8_Scale == 0) in isDispOrCDisp8()
129 assert(isPowerOf2_32(CD8_Scale) && "Unexpected CD8 scale!"); in isDispOrCDisp8()
130 if (Value & (CD8_Scale - 1)) // Unaligned offset in isDispOrCDisp8()
133 int CDisp8 = Value / CD8_Scale; in isDispOrCDisp8()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrFormats.td352 bits<7> CD8_Scale = !if (!eq (OpEnc.Value, EncEVEX.Value),
395 let TSFlags{52-46} = CD8_Scale;
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst1991 bits<7> CD8_Scale = { 0, 0, 0, 0, 0, 0, 0 };