Searched refs:Opcode_SIMD_IntD (Results 1 – 6 of 6) sorted by relevance
927 #define Opcode_SIMD_IntD 0x10 /* Direction bit for SIMD int insns. */ macro
962 #define Opcode_SIMD_IntD 0x10 /* Direction bit for SIMD int insns. */ macro
3575 ? Opcode_SIMD_FloatD : Opcode_SIMD_IntD; in build_vex_prefix()4420 && ((i.tm.base_opcode & ~Opcode_SIMD_IntD) == 0x6f in optimize_encoding()4473 if ((i.tm.base_opcode & ~Opcode_SIMD_IntD) == 0x6f in optimize_encoding()6766 ? Opcode_SIMD_FloatD : Opcode_SIMD_IntD; in match_template()
3817 ? Opcode_ExtD : Opcode_SIMD_IntD; in build_vex_prefix()4839 && ((i.tm.base_opcode & ~Opcode_SIMD_IntD) == 0x6f in optimize_encoding()4892 if ((i.tm.base_opcode & ~Opcode_SIMD_IntD) == 0x6f in optimize_encoding()8826 ? Opcode_ExtD : Opcode_SIMD_IntD; in match_template()
2268 Use Opcode_SIMD_FloatD and Opcode_SIMD_IntD.