Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DX86EVEX2VEXTablesEmitter.cpp98 bool EVEX_W1_VEX_W0 = RecE->getValueAsBit("EVEX_W1_VEX_W0"); in operator ()() local
111 (EVEX_W1_VEX_W0 && EVEX_W && !VEX_W))) || in operator ()()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrFormats.td224 class VEX_W1X { bit HasVEX_W = 1; bit EVEX_W1_VEX_W0 = 1; }
314 bit EVEX_W1_VEX_W0 = 0; // This EVEX inst with VEX.W==1 can become a VEX
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFormats.td216 class VEX_W1X { bit HasVEX_W = 1; bit EVEX_W1_VEX_W0 = 1; }
303 bit EVEX_W1_VEX_W0 = 0; // This EVEX inst with VEX.W==1 can become a VEX
/external/llvm-project/llvm/docs/TableGen/
DProgRef.rst1890 bit EVEX_W1_VEX_W0 = 0;