HomeSort by: relevance | last modified time | path
    Searched defs:Vex (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 693 /* insn has VEX prefix:
694 1: 128bit VEX prefix (or operand dependent).
695 2: 256bit VEX prefix.
696 3: Scalar VEX prefix.
701 Vex,
702 /* How to encode VEX.vvvv:
703 1: VEX.vvvv encodes the src1 register operand.
704 2: VEX.vvvv encodes the src2 register operand.
705 3: VEX.vvvv encodes the dest register operand.
712 /* How the VEX.W bit is used
852 unsigned int vex:2; member in struct:i386_opcode_modifier
    [all...]
i386-dis.c 234 vex; member in struct:instr_info
236 /* For APX EVEX-promoted prefix, EVEX.ND shares the same bit as vex.b. */
588 #define Vex { OP_VEX, x_mode }
728 /* operand size depends on REX.W / VEX.W. */
752 /* Operand size depends on the VEX.W bit, with VSIB dword indices. */
754 /* Operand size depends on the VEX.W bit, with VSIB qword indices. */
1907 'V' => print 'v' for VEX/EVEX and nothing for legacy encodings.
1926 "XW" => print 's', 'd' depending on the VEX.W bit (for FMA)
1932 "XV" => print "{vex} " pseudo prefix
1951 "DQ" => print 'd' or 'q' depending on the VEX.W bi
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 680 /* insn has VEX prefix:
681 1: 128bit VEX prefix (or operand dependent).
682 2: 256bit VEX prefix.
683 3: Scalar VEX prefix.
688 Vex,
689 /* How to encode VEX.vvvv:
690 1: VEX.vvvv encodes the src1 register operand.
691 2: VEX.vvvv encodes the src2 register operand.
692 3: VEX.vvvv encodes the dest register operand.
699 /* How the VEX.W bit is used
839 unsigned int vex:2; member in struct:i386_opcode_modifier
    [all...]
i386-dis.c 234 vex; member in struct:instr_info
236 /* For APX EVEX-promoted prefix, EVEX.ND shares the same bit as vex.b. */
588 #define Vex { OP_VEX, x_mode }
728 /* operand size depends on REX.W / VEX.W. */
752 /* Operand size depends on the VEX.W bit, with VSIB dword indices. */
754 /* Operand size depends on the VEX.W bit, with VSIB qword indices. */
1898 'V' => print 'v' for VEX/EVEX and nothing for legacy encodings.
1917 "XW" => print 's', 'd' depending on the VEX.W bit (for FMA)
1923 "XV" => print "{vex} " pseudo prefix
1942 "DQ" => print 'd' or 'q' depending on the VEX.W bi
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 647 /* insn has VEX prefix:
648 1: 128bit VEX prefix (or operand dependent).
649 2: 256bit VEX prefix.
650 3: Scalar VEX prefix.
655 Vex,
656 /* How to encode VEX.vvvv:
657 1: VEX.vvvv encodes the src1 register operand.
658 2: VEX.vvvv encodes the src2 register operand.
659 3: VEX.vvvv encodes the dest register operand.
666 /* How the VEX.W bit is used
806 unsigned int vex:2; member in struct:i386_opcode_modifier
    [all...]
i386-dis.c 235 vex; member in struct:instr_info
237 /* For APX EVEX-promoted prefix, EVEX.ND shares the same bit as vex.b. */
588 #define Vex { OP_VEX, x_mode }
728 /* operand size depends on REX.W / VEX.W. */
752 /* Operand size depends on the VEX.W bit, with VSIB dword indices. */
754 /* Operand size depends on the VEX.W bit, with VSIB qword indices. */
1837 'V' => print 'v' for VEX/EVEX and nothing for legacy encodings.
1856 "XW" => print 's', 'd' depending on the VEX.W bit (for FMA)
1862 "XV" => print "{vex} " pseudo prefix
1881 "DQ" => print 'd' or 'q' depending on the VEX.W bi
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 630 /* insn has VEX prefix:
631 1: 128bit VEX prefix (or operand dependent).
632 2: 256bit VEX prefix.
633 3: Scalar VEX prefix.
638 Vex,
639 /* How to encode VEX.vvvv:
640 1: VEX.vvvv encodes the src1 register operand.
641 2: VEX.vvvv encodes the src2 register operand.
642 3: VEX.vvvv encodes the dest register operand.
649 /* How the VEX.W bit is used
789 unsigned int vex:2; member in struct:i386_opcode_modifier
    [all...]
i386-dis.c 230 vex; member in struct:instr_info
232 /* For APX EVEX-promoted prefix, EVEX.ND shares the same bit as vex.b. */
583 #define Vex { OP_VEX, x_mode }
723 /* operand size depends on REX.W / VEX.W. */
747 /* Operand size depends on the VEX.W bit, with VSIB dword indices. */
749 /* Operand size depends on the VEX.W bit, with VSIB qword indices. */
1805 'V' => print 'v' for VEX/EVEX and nothing for legacy encodings.
1823 "XW" => print 's', 'd' depending on the VEX.W bit (for FMA)
1827 "XV" => print "{vex} " pseudo prefix
1844 "DQ" => print 'd' or 'q' depending on the VEX.W bi
    [all...]

Completed in 48 milliseconds