Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dppc-opc.c2131 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) &… argument
2222 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7)) argument
2226 #define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) argument
2233 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument
2237 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3) argument
2241 #define IA16(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) argument
2245 #define I16A(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) argument
2249 #define I16L(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) argument
2261 #define LI20(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1) << 15) argument
2274 #define MD(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x7) << 2) | ((rc) & 1)) argument
[all …]
DChangeLog-2009290 (xop_table): Added an entry for XOP_08. Handle xop instructions.
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-200965 * gas/i386/x86-64-xop.d: Adjusted.
87 * gas/i386/x86-64-xop.d: Update patterns.
104 * gas/i386/i386.exp: Run xop and cvt16 in 32-bit mode.
105 Run x86-64-xop and x86-64-cvt16 in 64-bit mode.
107 * gas/i386/x86-64-xop.d: New.
108 * gas/i386/x86-64-xop.s: New.
109 * gas/i386/xop.d: New.
110 * gas/i386/xop.s: New.
DChangeLog-20101770 * gas/i386/x86-64-xop.d: Add vpermil2p[sd] tests.
1771 * gas/i386/x86-64-xop.s: Likewise.
1772 * gas/i386/xop.d: Likewise.
1773 * gas/i386/xop.s: Likewise.
1888 * gas/i386/x86-64-xop.d: Add missing patterns.
1889 * gas/i386/x86-64-xop.s: Same.
1890 * gas/i386/xop.d: Same.
1891 * gas/i386/xop.s: Same.
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-i386.texi192 @code{xop},
1113 @item @samp{.lwp} @tab @samp{.fma4} @tab @samp{.xop} @tab @samp{.cx16}
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2009200 * config/tc-i386.c (cpu_arch): Added .xop and .cvt16.
204 (md_show_usage): Add xop and cvt16.
205 * doc/c-i386.texi: Document fma4, xop, and cvt16.
/toolchain/binutils/binutils-2.25/cpu/
Dmep-core.cpu1012 (define-pmacro (set-bit xop xbitnum xval)
1013 (set xop (or
1014 (and xop (inv (sll 1 xbitnum)))