Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-builtin.cc1103 unsigned nopnds = bd->nargs; in rs6000_gimple_fold_mma_builtin() local
1229 for (unsigned i = 1; i < nopnds; i++) in rs6000_gimple_fold_mma_builtin()
1237 nopnds--; in rs6000_gimple_fold_mma_builtin()
1238 for (unsigned i = 0; i < nopnds; i++) in rs6000_gimple_fold_mma_builtin()
1242 switch (nopnds) in rs6000_gimple_fold_mma_builtin()
3006 unsigned nopnds = 0; in mma_expand_builtin() local
3015 op[nopnds++] = target; in mma_expand_builtin()
3029 insn_op = &insn_data[icode].operand[nopnds]; in mma_expand_builtin()
3042 error ("argument %d must be an unsigned literal", nopnds); in mma_expand_builtin()
3045 "out of range", nopnds); in mma_expand_builtin()
[all …]