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

/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml2001 let rec name affix = function
2002 T_int8x8 -> affix "int8x8"
2003 | T_int8x16 -> affix "int8x16"
2004 | T_int16x4 -> affix "int16x4"
2005 | T_int16x8 -> affix "int16x8"
2006 | T_int32x2 -> affix "int32x2"
2007 | T_int32x4 -> affix "int32x4"
2008 | T_int64x1 -> affix "int64x1"
2009 | T_int64x2 -> affix "int64x2"
2010 | T_uint8x8 -> affix "uint8x
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c252 - All instructions set the flags if and only if they have an 's' affix.
255 conditional affix except in the scope of an IT instruction. */
8175 Most mnemonics take this affix as a suffix, and in unified syntax,
8177 instructions take the affix as an infix, notably the s-variants of
8221 char *affix;
8263 affix = base + (opcode->tag - OT_odd_infix_0);
8264 cond = hash_find_n (arm_cond_hsh, affix, 2);
8277 affix = end - 2;
8278 cond = hash_find_n (arm_cond_hsh, affix, 2);
8279 opcode = hash_find_n (arm_ops_hsh, base, affix
8210 char *affix; local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c371 - All instructions set the flags if and only if they have an 's' affix.
374 conditional affix except in the scope of an IT instruction. */
17783 Most mnemonics take this affix as a suffix, and in unified syntax,
17785 instructions take the affix as an infix, notably the s-variants of
17829 char *affix;
17888 affix = base + (opcode->tag - OT_odd_infix_0);
17889 cond = (const struct asm_cond *) hash_find_n (arm_cond_hsh, affix, 2);
17902 affix = end - 2;
17903 cond = (const struct asm_cond *) hash_find_n (arm_cond_hsh, affix, 2);
17905 affix
17821 char *affix; local
[all...]

Completed in 203 milliseconds