Searched refs:affix (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arm.c | 17036 char *affix; in opcode_lookup() local 17095 affix = base + (opcode->tag - OT_odd_infix_0); in opcode_lookup() 17096 cond = (const struct asm_cond *) hash_find_n (arm_cond_hsh, affix, 2); in opcode_lookup() 17109 affix = end - 2; in opcode_lookup() 17110 cond = (const struct asm_cond *) hash_find_n (arm_cond_hsh, affix, 2); in opcode_lookup() 17112 affix - base); in opcode_lookup() 17158 affix = base + 3; in opcode_lookup() 17159 cond = (const struct asm_cond *) hash_find_n (arm_cond_hsh, affix, 2); in opcode_lookup() 17163 memcpy (save, affix, 2); in opcode_lookup() 17164 memmove (affix, affix + 2, (end - affix) - 2); in opcode_lookup() [all …]
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-arm.texi | 421 affix.
|