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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c272 - All instructions set the flags if and only if they have an 's' affix.
275 conditional affix except in the scope of an IT instruction. */
13923 Most mnemonics take this affix as a suffix, and in unified syntax,
13925 instructions take the affix as an infix, notably the s-variants of
13969 char *affix;
14030 affix = base + (opcode->tag - OT_odd_infix_0);
14031 cond = hash_find_n (arm_cond_hsh, affix, 2);
14044 affix = end - 2;
14045 cond = hash_find_n (arm_cond_hsh, affix, 2);
14046 opcode = hash_find_n (arm_ops_hsh, base, affix
13958 char *affix; local
[all...]

Completed in 102 milliseconds