Searched refs:affix (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/spell/spellprog/
H A Dspellprog.c289 static char affix[LINE_MAX]; variable
377 affix[0] = '\0';
424 if (vflag && affix[0] != '\0' && affix[0] != '.')
425 fprintf(f, "%s\t%s\n", affix, original);
759 (void)strlcat(affix, deriv.buf[j], sizeof(affix));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dneon.ml1674 let rec name affix = function
1675 T_int8x8 -> affix "int8x8"
1676 | T_int8x16 -> affix "int8x16"
1677 | T_int16x4 -> affix "int16x4"
1678 | T_int16x8 -> affix "int16x8"
1679 | T_int32x2 -> affix "int32x2"
1680 | T_int32x4 -> affix "int32x4"
1681 | T_int64x1 -> affix "int64x1"
1682 | T_int64x2 -> affix "int64x2"
1683 | T_uint8x8 -> affix "uint8x
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c301 - All instructions set the flags if and only if they have an 's' affix.
304 conditional affix except in the scope of an IT instruction. */
15439 Most mnemonics take this affix as a suffix, and in unified syntax,
15441 instructions take the affix as an infix, notably the s-variants of
15485 char *affix;
15544 affix = base + (opcode->tag - OT_odd_infix_0);
15545 cond = (const struct asm_cond *) hash_find_n (arm_cond_hsh, affix, 2);
15558 affix = end - 2;
15559 cond = (const struct asm_cond *) hash_find_n (arm_cond_hsh, affix, 2);
15561 affix
15477 char *affix; local
[all...]

Completed in 214 milliseconds