Searched refs:RegSIMD (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Di386-opc.h747 RegSIMD, /* XMM/YMM/ZMM registers, distinguished by operand size */ enumerator in enum:operand_class
H A Di386-gen.c469 "Class=RegSIMD|Xmmword" },
471 "Class=RegSIMD|Ymmword" },
473 "Class=RegSIMD|Zmmword" },
475 "Class=RegSIMD|Tmmword" },
716 CLASS (RegSIMD),
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Di386-opc.h792 RegSIMD, /* XMM/YMM/ZMM registers, distinguished by operand size */ enumerator in enum:operand_class
H A Di386-gen.c688 CLASS (RegSIMD),
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Di386-opc.h787 RegSIMD, /* XMM/YMM/ZMM registers, distinguished by operand size */ enumerator in enum:operand_class
H A Di386-gen.c499 "Class=RegSIMD|Xmmword" },
501 "Class=RegSIMD|Ymmword" },
503 "Class=RegSIMD|Zmmword" },
505 "Class=RegSIMD|Tmmword" },
753 CLASS (RegSIMD),
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h817 RegSIMD, /* XMM/YMM/ZMM registers, distinguished by operand size */ enumerator in enum:operand_class
H A Di386-gen.c508 CLASS (RegSIMD),
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-i386.c2199 || ((t->operand_types[wanted].bitfield.class == RegSIMD
2233 && i.types[j].bitfield.class != RegSIMD
2244 if (t->operand_types[j].bitfield.class == RegSIMD
2284 if (t->operand_types[j].bitfield.class == RegSIMD
2339 && g0.bitfield.class != RegSIMD
2343 && t0.bitfield.class != RegSIMD)))
2347 && g1.bitfield.class != RegSIMD
2351 && t1.bitfield.class != RegSIMD)))
3205 || x->types[j].bitfield.class == RegSIMD
4868 case RegSIMD
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386.c2016 || ((t->operand_types[wanted].bitfield.class == RegSIMD
2050 && i.types[j].bitfield.class != RegSIMD
2061 if (t->operand_types[j].bitfield.class == RegSIMD
2107 if (t->operand_types[j].bitfield.class == RegSIMD
2162 && g0.bitfield.class != RegSIMD
2166 && t0.bitfield.class != RegSIMD)))
2170 && g1.bitfield.class != RegSIMD
2174 && t1.bitfield.class != RegSIMD)))
3141 || x->types[j].bitfield.class == RegSIMD
4953 if (t->operand_types[j].bitfield.class == RegSIMD)
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c2208 || ((t->operand_types[wanted].bitfield.class == RegSIMD
2242 && i.types[j].bitfield.class != RegSIMD
2253 if (t->operand_types[j].bitfield.class == RegSIMD
2295 if (t->operand_types[j].bitfield.class == RegSIMD
2350 && g0.bitfield.class != RegSIMD
2356 && g1.bitfield.class != RegSIMD
3350 || x->types[j].bitfield.class == RegSIMD
3461 { { .bitfield = { .class = RegSIMD, .xmmword = 1 } }, "rXMM" },
3462 { { .bitfield = { .class = RegSIMD, .ymmword = 1 } }, "rYMM" },
3463 { { .bitfield = { .class = RegSIMD,
[all...]
H A Dtc-i386-intel.c875 case RegSIMD:

Completed in 494 milliseconds