Home
last modified time | relevance | path

Searched refs:ymmword (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
Dintel-expr.s27 .byte byte, word, dword, fword, qword, tbyte, oword, xmmword, ymmword
/toolchain/binutils/binutils-2.25/opcodes/
Di386-opc.h789 unsigned int ymmword:1; member
DChangeLog-2008781 (i386_operand_type): Add regymm, ymmword and vex_imm4.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386-intel.c111 I386_TYPE(ymmword, 32),
686 i.types[this_operand].bitfield.ymmword = 1; in i386_intel_operand()
Dtc-i386.c1784 || (i.types[j].bitfield.ymmword in match_mem_size()
1785 && !t->operand_types[j].bitfield.ymmword) in match_mem_size()
1867 temp.bitfield.ymmword = 0; in operand_type_match()
4487 && !t->operand_types[i.broadcast->operand].bitfield.ymmword) in check_VecOperands()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20081300 (match_mem_size): Also check ymmword.
1301 (operand_type_match): Clear ymmword.