Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.h207 uint8_t CD8_Scale; variable
H A DX86RecognizableInstr.cpp95 CD8_Scale = byteFromRec(Rec, "CD8_Scale"); in RecognizableInstr()
357 encoding != ENCODING_SIB) ||CD8_Scale == 0) in adjustOperandEncoding()
359 encoding = (OperandEncoding)(encoding + Log2_32(CD8_Scale)); in adjustOperandEncoding()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst1984 bits<7> CD8_Scale = { 0, 0, 0, 0, 0, 0, 0 };