Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h207 uint8_t CD8_Scale; variable
H A DX86RecognizableInstr.cpp95 CD8_Scale = byteFromRec(Rec, "CD8_Scale"); in RecognizableInstr()
356 encoding != ENCODING_SIB) ||CD8_Scale == 0) in adjustOperandEncoding()
358 encoding = (OperandEncoding)(encoding + Log2_32(CD8_Scale)); in adjustOperandEncoding()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp123 int CD8_Scale = in isDispOrCDisp8() local
125 if (!HasEVEX || CD8_Scale == 0) in isDispOrCDisp8()
128 assert(isPowerOf2_32(CD8_Scale) && "Unexpected CD8 scale!"); in isDispOrCDisp8()
129 if (Value & (CD8_Scale - 1)) // Unaligned offset in isDispOrCDisp8()
132 int CDisp8 = Value / CD8_Scale; in isDispOrCDisp8()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td338 bits<7> CD8_Scale = !if (!eq (OpEnc.Value, EncEVEX.Value),
381 let TSFlags{51-45} = CD8_Scale;