Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/gas/config/
H A Dtc-i386-intel.c114 I386_TYPE(ymmword, 32),
299 || i386_regtab[reg_num].reg_type.bitfield.ymmword in i386_intel_simplify_register()
709 i.types[this_operand].bitfield.ymmword = 1; in i386_intel_operand()
H A Dtc-i386.c2093 || (i.types[given].bitfield.ymmword in match_simd_size()
2094 && !t->operand_types[wanted].bitfield.ymmword) in match_simd_size()
2123 || i.types[given].bitfield.ymmword in match_mem_size()
2231 temp.bitfield.ymmword = 0; in operand_type_match()
2274 && g0.bitfield.ymmword == g1.bitfield.ymmword in operand_type_register_match()
2283 && !(t0.bitfield.ymmword & t1.bitfield.ymmword) in operand_type_register_match()
3591 && t->operand_types[op].bitfield.ymmword in build_vex_prefix()
3592 && i.types[op].bitfield.ymmword) in build_vex_prefix()
3845 + i.tm.operand_types[op].bitfield.ymmword in build_evex_prefix()
3853 else if (i.types[op].bitfield.ymmword) in build_evex_prefix()
[all …]
/dflybsd-src/contrib/gdb-7/opcodes/
H A Di386-opc.h652 unsigned int ymmword:1; member
/dflybsd-src/contrib/binutils-2.27/opcodes/
H A Di386-opc.h825 unsigned int ymmword:1; member
/dflybsd-src/contrib/binutils-2.34/opcodes/
H A Di386-opc.h840 unsigned int ymmword:1; member
/dflybsd-src/contrib/binutils-2.27/gas/config/
H A Dtc-i386-intel.c111 I386_TYPE(ymmword, 32),
689 i.types[this_operand].bitfield.ymmword = 1; in i386_intel_operand()
H A Dtc-i386.c1778 || (i.types[j].bitfield.ymmword in match_mem_size()
1779 && !t->operand_types[j].bitfield.ymmword) in match_mem_size()
1861 temp.bitfield.ymmword = 0; in operand_type_match()
4582 && !t->operand_types[i.broadcast->operand].bitfield.ymmword) in check_VecOperands()