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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c956 static htab_t arm_vcond_hsh; variable
22755 cond = (const struct asm_cond *) str_hash_find_n (arm_vcond_hsh, affix, 1);
30857 arm_vcond_hsh = str_htab_create ();
30871 str_hash_insert (arm_vcond_hsh, vconds[i].template_name, vconds + i, 0);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c950 static htab_t arm_vcond_hsh; variable
22659 cond = (const struct asm_cond *) str_hash_find_n (arm_vcond_hsh, affix, 1);
30737 arm_vcond_hsh = str_htab_create ();
30751 str_hash_insert (arm_vcond_hsh, vconds[i].template_name, vconds + i, 0);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c956 static htab_t arm_vcond_hsh; variable
22755 cond = (const struct asm_cond *) str_hash_find_n (arm_vcond_hsh, affix, 1);
30857 arm_vcond_hsh = str_htab_create ();
30871 str_hash_insert (arm_vcond_hsh, vconds[i].template_name, vconds + i, 0);

Completed in 504 milliseconds