Searched refs:X86_INS_VPMINUB (Results 1 – 7 of 7) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 1515 X86_INS_VPMINUB
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 1533 public static final int X86_INS_VPMINUB = 1121; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 1530 X86_INS_VPMINUB = 1121 variable
|
/external/capstone/include/capstone/ |
D | x86.h | 1507 X86_INS_VPMINUB, enumerator
|
/external/capstone/arch/X86/ |
D | X86MappingInsn.inc | 41429 X86_VPMINUBYrm, X86_INS_VPMINUB, 41435 X86_VPMINUBYrr, X86_INS_VPMINUB, 41441 X86_VPMINUBZ128rm, X86_INS_VPMINUB, 41447 X86_VPMINUBZ128rmk, X86_INS_VPMINUB, 41453 X86_VPMINUBZ128rmkz, X86_INS_VPMINUB, 41459 X86_VPMINUBZ128rr, X86_INS_VPMINUB, 41465 X86_VPMINUBZ128rrk, X86_INS_VPMINUB, 41471 X86_VPMINUBZ128rrkz, X86_INS_VPMINUB, 41477 X86_VPMINUBZ256rm, X86_INS_VPMINUB, 41483 X86_VPMINUBZ256rmk, X86_INS_VPMINUB, [all …]
|
D | X86Mapping.c | 1971 { X86_INS_VPMINUB, "vpminub" },
|
D | X86MappingInsnOp.inc | 27620 { /* X86_VPMINUBYrm, X86_INS_VPMINUB: vpminub $dst, $src1, $src2 */ 27624 { /* X86_VPMINUBYrr, X86_INS_VPMINUB: vpminub $dst, $src1, $src2 */ 27628 { /* X86_VPMINUBZ128rm, X86_INS_VPMINUB: vpminub $dst , $src1, $src2 */ 27632 { /* X86_VPMINUBZ128rmk, X86_INS_VPMINUB: vpminub {$src2, $src1, $dst {${mask}}|$dst {${mask}}, $sr… 27636 { /* X86_VPMINUBZ128rmkz, X86_INS_VPMINUB: vpminub {$src2, $src1, $dst {${mask}} {z}|$dst {${mask}}… 27640 { /* X86_VPMINUBZ128rr, X86_INS_VPMINUB: vpminub $dst , $src1, $src2 */ 27644 { /* X86_VPMINUBZ128rrk, X86_INS_VPMINUB: vpminub {$src2, $src1, $dst {${mask}}|$dst {${mask}}, $sr… 27648 { /* X86_VPMINUBZ128rrkz, X86_INS_VPMINUB: vpminub {$src2, $src1, $dst {${mask}} {z}|$dst {${mask}}… 27652 { /* X86_VPMINUBZ256rm, X86_INS_VPMINUB: vpminub $dst , $src1, $src2 */ 27656 { /* X86_VPMINUBZ256rmk, X86_INS_VPMINUB: vpminub {$src2, $src1, $dst {${mask}}|$dst {${mask}}, $sr… [all …]
|