Home
last modified time | relevance | path

Searched refs:vec_imm4 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Di386-opc.h793 unsigned int vec_imm4:1; member
DChangeLog-2010743 (i386_operand_type): Added vec_imm4.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386.c1702 static const i386_operand_type vec_imm4 = OPERAND_TYPE_VEC_IMM4; variable
4619 if (t->operand_types[0].bitfield.vec_imm4) in VEX_check_operands()
4629 i.types[0] = vec_imm4; in VEX_check_operands()
5975 && i.types[0].bitfield.vec_imm4 in build_modrm_byte()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20102039 * config/tc-i386.c (vec_imm4) New operand type.