Home
last modified time | relevance | path

Searched refs:i386_operand_type (Results 1 – 25 of 100) sorted by relevance

1234

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-opc.h877 typedef union i386_operand_type union
911 } i386_operand_type; typedef
970 i386_operand_type operand_types[MAX_OPERANDS];
980 i386_operand_type reg_type;
H A DChangeLog-2019434 (union i386_operand_type): Remove jumpabsolute field.
445 (union i386_operand_type): Remove anysize field.
475 (union i386_operand_type): Remove esseg field.
510 (union i386_operand_type): Replace acc, inoutportreg, and
542 (union i386_operand_type): Remove regmask and regbnd fields.
557 (union i386_operand_type): Remove regmmx and regsimd fields.
573 (union i386_operand_type): Remove control, debug, and test
588 (union i386_operand_type): Remove sreg field.
605 (union i386_operand_type): Replace reg by class.
1087 (union i386_operand_type): Move regmem field ...
[all …]
H A DChangeLog-2008781 (i386_operand_type): Add regymm, ymmword and vex_imm4.
1018 (i386_operand_type): Add mem.
1058 (i386_operand_type): Add byte, word, dword, fword, qword,
H A DChangeLog-2007757 (main): Check unused bits in i386_cpu_flags and i386_operand_type.
876 (i386_operand_type): Likewise.
895 i386_operand_type for operand_types.
896 (reg_entry): Use i386_operand_type for reg_type.
H A DChangeLog-201776 (union i386_operand_type): Replace regxmm, regymm, and regzmm
89 (union i386_operand_type): Drop floatacc and floatreg.
103 (union i386_operand_type): Replace reg<N> with just reg.
220 (union i386_operand_type): Remove vec_disp8.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h907 typedef union i386_operand_type union
941 } i386_operand_type; typedef
1034 i386_operand_type operand_types[MAX_OPERANDS];
1042 i386_operand_type reg_type;
H A DChangeLog-2019434 (union i386_operand_type): Remove jumpabsolute field.
445 (union i386_operand_type): Remove anysize field.
475 (union i386_operand_type): Remove esseg field.
510 (union i386_operand_type): Replace acc, inoutportreg, and
542 (union i386_operand_type): Remove regmask and regbnd fields.
557 (union i386_operand_type): Remove regmmx and regsimd fields.
573 (union i386_operand_type): Remove control, debug, and test
588 (union i386_operand_type): Remove sreg field.
605 (union i386_operand_type): Replace reg by class.
1087 (union i386_operand_type): Move regmem field ...
[all …]
H A DChangeLog-2008781 (i386_operand_type): Add regymm, ymmword and vex_imm4.
1018 (i386_operand_type): Add mem.
1058 (i386_operand_type): Add byte, word, dword, fword, qword,
H A DChangeLog-2007757 (main): Check unused bits in i386_cpu_flags and i386_operand_type.
876 (i386_operand_type): Likewise.
895 i386_operand_type for operand_types.
896 (reg_entry): Use i386_operand_type for reg_type.
H A DChangeLog-201776 (union i386_operand_type): Replace regxmm, regymm, and regzmm
89 (union i386_operand_type): Drop floatacc and floatreg.
103 (union i386_operand_type): Replace reg<N> with just reg.
220 (union i386_operand_type): Remove vec_disp8.
H A DChangeLog-2013658 (i386_operand_type): Add regzmm, regmask, zmmword and vec_disp8
729 (i386_operand_type): Add regbnd.
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386.c151 static int i386_finalize_immediate (segT, expressionS *, i386_operand_type,
153 static int i386_finalize_displacement (segT, expressionS *, i386_operand_type,
275 i386_operand_type types[MAX_OPERANDS];
1544 operand_type_all_zero (const union i386_operand_type *x) in operand_type_all_zero()
1564 operand_type_set (union i386_operand_type *x, unsigned int v) in operand_type_set()
1587 operand_type_equal (const union i386_operand_type *x, in operand_type_equal()
1588 const union i386_operand_type *y) in operand_type_equal()
1804 static INLINE i386_operand_type
1805 operand_type_and (i386_operand_type x, i386_operand_type y) in operand_type_and()
1829 static INLINE i386_operand_type
[all …]
H A Dtc-i386-intel.c31 i386_operand_type reloc_types; /* Value obtained from lex_got(). */
841 i386_operand_type types; in i386_intel_operand()
886 i386_operand_type temp; in i386_intel_operand()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c156 static int i386_finalize_immediate (segT, expressionS *, i386_operand_type,
158 static int i386_finalize_displacement (segT, expressionS *, i386_operand_type,
290 i386_operand_type types[MAX_OPERANDS];
1604 operand_type_all_zero (const union i386_operand_type *x) in operand_type_all_zero()
1624 operand_type_set (union i386_operand_type *x, unsigned int v) in operand_type_set()
1647 operand_type_equal (const union i386_operand_type *x, in operand_type_equal()
1648 const union i386_operand_type *y) in operand_type_equal()
1999 static INLINE i386_operand_type
2000 operand_type_and (i386_operand_type x, i386_operand_type y) in operand_type_and()
2024 static INLINE i386_operand_type
[all …]
H A Dtc-i386-intel.c31 i386_operand_type reloc_types; /* Value obtained from lex_got(). */
939 i386_operand_type types; in i386_intel_operand()
982 i386_operand_type temp; in i386_intel_operand()
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2019434 (union i386_operand_type): Remove jumpabsolute field.
445 (union i386_operand_type): Remove anysize field.
475 (union i386_operand_type): Remove esseg field.
510 (union i386_operand_type): Replace acc, inoutportreg, and
542 (union i386_operand_type): Remove regmask and regbnd fields.
557 (union i386_operand_type): Remove regmmx and regsimd fields.
573 (union i386_operand_type): Remove control, debug, and test
588 (union i386_operand_type): Remove sreg field.
605 (union i386_operand_type): Replace reg by class.
1087 (union i386_operand_type): Move regmem field ...
[all …]
H A DChangeLog-2008781 (i386_operand_type): Add regymm, ymmword and vex_imm4.
1018 (i386_operand_type): Add mem.
1058 (i386_operand_type): Add byte, word, dword, fword, qword,
H A DChangeLog-2007757 (main): Check unused bits in i386_cpu_flags and i386_operand_type.
876 (i386_operand_type): Likewise.
895 i386_operand_type for operand_types.
896 (reg_entry): Use i386_operand_type for reg_type.
H A DChangeLog-201776 (union i386_operand_type): Replace regxmm, regymm, and regzmm
89 (union i386_operand_type): Drop floatacc and floatreg.
103 (union i386_operand_type): Replace reg<N> with just reg.
220 (union i386_operand_type): Remove vec_disp8.
H A DChangeLog-2013658 (i386_operand_type): Add regzmm, regmask, zmmword and vec_disp8
729 (i386_operand_type): Add regbnd.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2019434 (union i386_operand_type): Remove jumpabsolute field.
445 (union i386_operand_type): Remove anysize field.
475 (union i386_operand_type): Remove esseg field.
510 (union i386_operand_type): Replace acc, inoutportreg, and
542 (union i386_operand_type): Remove regmask and regbnd fields.
557 (union i386_operand_type): Remove regmmx and regsimd fields.
573 (union i386_operand_type): Remove control, debug, and test
588 (union i386_operand_type): Remove sreg field.
605 (union i386_operand_type): Replace reg by class.
1087 (union i386_operand_type): Move regmem field ...
[all …]
H A DChangeLog-2008781 (i386_operand_type): Add regymm, ymmword and vex_imm4.
1018 (i386_operand_type): Add mem.
1058 (i386_operand_type): Add byte, word, dword, fword, qword,
H A DChangeLog-2007757 (main): Check unused bits in i386_cpu_flags and i386_operand_type.
876 (i386_operand_type): Likewise.
895 i386_operand_type for operand_types.
896 (reg_entry): Use i386_operand_type for reg_type.
H A DChangeLog-201776 (union i386_operand_type): Replace regxmm, regymm, and regzmm
89 (union i386_operand_type): Drop floatacc and floatreg.
103 (union i386_operand_type): Replace reg<N> with just reg.
220 (union i386_operand_type): Remove vec_disp8.
H A DChangeLog-2013658 (i386_operand_type): Add regzmm, regmask, zmmword and vec_disp8
729 (i386_operand_type): Add regbnd.

1234