Searched refs:X86_INS_VPUNPCKLBW (Results 1 – 7 of 7) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 1616 X86_INS_VPUNPCKLBW
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 1636 X86_INS_VPUNPCKLBW = 1227 variable
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 1639 public static final int X86_INS_VPUNPCKLBW = 1227; field in X86_const
|
/external/capstone/include/capstone/ |
D | x86.h | 1613 X86_INS_VPUNPCKLBW, enumerator
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 2077 { X86_INS_VPUNPCKLBW, "vpunpcklbw" },
|
D | X86MappingInsn.inc | 46793 X86_VPUNPCKLBWYrm, X86_INS_VPUNPCKLBW, 46799 X86_VPUNPCKLBWYrr, X86_INS_VPUNPCKLBW, 46805 X86_VPUNPCKLBWrm, X86_INS_VPUNPCKLBW, 46811 X86_VPUNPCKLBWrr, X86_INS_VPUNPCKLBW,
|
D | X86MappingInsnOp.inc | 31196 { /* X86_VPUNPCKLBWYrm, X86_INS_VPUNPCKLBW: vpunpcklbw $dst, $src1, $src2 */ 31200 { /* X86_VPUNPCKLBWYrr, X86_INS_VPUNPCKLBW: vpunpcklbw $dst, $src1, $src2 */ 31204 { /* X86_VPUNPCKLBWrm, X86_INS_VPUNPCKLBW: vpunpcklbw $dst, $src1, $src2 */ 31208 { /* X86_VPUNPCKLBWrr, X86_INS_VPUNPCKLBW: vpunpcklbw $dst, $src1, $src2 */
|