HomeSort by relevance Sort by last modified time
    Searched refs:evex (Results 1 - 17 of 17) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-equ.d 2 #name: evex equates
evex-wig1-intel.d 4 #source: evex-wig.s
evex-wig1.d 4 #source: evex-wig.s
x86-64-evex-wig1-intel.d 4 #source: x86-64-evex-wig.s
x86-64-evex-wig1.d 4 #source: x86-64-evex-wig.s
evex-lig256.d 4 #source: evex-lig.s
    [all...]
evex-lig512.d 4 #source: evex-lig.s
    [all...]
x86-64-evex-lig256-intel.d 4 #source: x86-64-evex-lig.s
    [all...]
x86-64-evex-lig256.d 4 #source: x86-64-evex-lig.s
    [all...]
x86-64-evex-lig512-intel.d 4 #source: x86-64-evex-lig.s
    [all...]
x86-64-evex-lig512.d 4 #source: x86-64-evex-lig.s
    [all...]
evex-lig256-intel.d 4 #source: evex-lig.s
    [all...]
evex-lig512-intel.d 4 #source: evex-lig.s
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 37 #define rFromEVEX2of4(evex) (((~(evex)) & 0x80) >> 7)
38 #define xFromEVEX2of4(evex) (((~(evex)) & 0x40) >> 6)
39 #define bFromEVEX2of4(evex) (((~(evex)) & 0x20) >> 5)
40 #define r2FromEVEX2of4(evex) (((~(evex)) & 0x10) >> 4)
41 #define mmFromEVEX2of4(evex) ((evex) & 0x3
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 480 /* insn has EVEX prefix:
481 1: 512bit EVEX prefix.
482 2: 128bit EVEX prefix.
483 3: 256bit EVEX prefix.
484 4: Length-ignored (LIG) EVEX prefix.
490 EVex,
596 unsigned int evex:3; member in struct:i386_opcode_modifier
i386-dis.c 490 /* 16-byte XMM, 32-byte YMM or 64-byte ZMM operand. In EVEX with
493 /* Similar to x_mode, but with different EVEX mem shifts. */
498 in EVEX. */
3109 int evex; member in struct:__anon116484
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 235 /* VEX prefix is either 2 byte or 3 byte. EVEX is 4 byte. */
608 /* Encode scalar EVEX LIG instructions with specific vector length. */
616 /* Encode EVEX WIG instructions with specific evex.w. */
623 /* Value to encode in EVEX RC bits, for SAE-only instructions. */
    [all...]

Completed in 197 milliseconds