Searched refs:cinv (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/cr16/
H A Dcinv_test.d10 [ ]*0: 0a 00[ ]*cinv[ ]*\[i\]
11 [ ]*2: 0b 00[ ]*cinv[ ]*\[i,u\]
12 [ ]*4: 0c 00[ ]*cinv[ ]*\[d\]
13 [ ]*6: 0d 00[ ]*cinv[ ]*\[d,u\]
14 [ ]*8: 0e 00[ ]*cinv[ ]*\[d,i\]
15 [ ]*a: 0f 00[ ]*cinv[ ]*\[d,i,u\]
H A Dcinv_test.s7 cinv [i]
8 cinv [i,u]
9 cinv [d]
10 cinv [d,u]
11 cinv [d,i]
12 cinv [d,i,u]
/haiku-buildtools/binutils/gas/testsuite/gas/crx/
H A Dcop_insn.s79 .global cinv
80 cinv: label
81 cinv [i,d,u,b] label
H A Dcop_insn.d71 00000062 <cinv>:
72 62: 10 30 0f 00 cinv \[b,d,i,u\]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/crx/
H A Dcop_insn.s79 .global cinv
80 cinv: label
81 cinv [i,d,u,b] label
H A Dcop_insn.d71 00000062 <cinv>:
72 62: 10 30 0f 00 cinv \[b,d,i,u\]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcrx-dis.c48 /* Structure to hold valid 'cinv' instruction options. */
59 /* CRX 'cinv' options. */
82 /* Number of valid 'cinv' instruction options. */
168 /* Given a 'cinv' instruction constant operand, return its corresponding string.
169 This routine is used when disassembling the 'cinv' instruction. */
174 const cinv_entry *cinv; local
176 for (cinv = crx_cinvs; cinv < (crx_cinvs + NUMCINVS); cinv++)
177 if (cinv
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dcrx-dis.c49 /* Structure to hold valid 'cinv' instruction options. */
60 /* CRX 'cinv' options. */
83 /* Number of valid 'cinv' instruction options. */
169 /* Given a 'cinv' instruction constant operand, return its corresponding string.
170 This routine is used when disassembling the 'cinv' instruction. */
175 const cinv_entry *cinv; local
177 for (cinv = crx_cinvs; cinv < (crx_cinvs + NUMCINVS); cinv++)
178 if (cinv
[all...]
H A Dcr16-dis.c45 /* Structure to map valid 'cinv' instruction options. */
56 /* CR16 'cinv' options mapping. */
59 {"cinv[i]", "cinv [i]"},
60 {"cinv[i,u]", "cinv [i,u]"},
61 {"cinv[d]", "cinv [d]"},
62 {"cinv[d,u]", "cinv [
174 const cinv_entry *cinv; local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dalias.d38 78: da812020 cinv x0, x1, cc // cc = lo, ul, last
39 7c: da812020 cinv x0, x1, cc // cc = lo, ul, last
H A Dalias.s58 cinv x0, x1, cc
H A Dillegal.s558 cinv w0, w1, al
559 cinv w0, w1, nv
H A Dillegal.l559 [^:]*:558: Error: .*`cinv w0,w1,al'
560 [^:]*:559: Error: .*`cinv w0,w1,nv'
/haiku-buildtools/isl/
H A Disl_schedule.c51 * cinv is the inverse of cmap.
75 isl_mat *cinv; member in struct:isl_sched_node
457 isl_mat_free(graph->node[i].cinv);
1172 isl_mat_free(node->cinv);
1174 node->cinv = isl_mat_transpose(U);
1178 if (!node->cmap || !node->cinv || node->rank < 0)
2581 node_sol = isl_mat_vec_product(isl_mat_copy(node->cinv), node_sol);

Completed in 92 milliseconds