Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.h260 bool is32bit, bool noPrefix, bool ignoresVEX_L,
H A DX86DisassemblerTables.cpp1114 bool ignoresVEX_L, bool ignoresW, unsigned addressSize) { in setTableFields() argument
1125 ignoresVEX_L, ignoresW, adSize64)) in setTableFields()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td254 bit ignoresVEX_L = 0; // Does this instruction ignore the L-bit
H A DX86InstrUtils.td47 class VEX_LIG { bit ignoresVEX_L = 1; }