Lines Matching refs:asm_opcode
751 struct asm_opcode struct
15693 const struct asm_opcode *opcode; in do_vfp_nsyn_opcode()
15695 opcode = (const struct asm_opcode *) str_hash_find (arm_ops_hsh, opname); in do_vfp_nsyn_opcode()
22690 static const struct asm_opcode *
22695 const struct asm_opcode *opcode; in opcode_lookup()
22740 opcode = (const struct asm_opcode *) str_hash_find_n (arm_ops_hsh, base, in opcode_lookup()
22769 opcode = (const struct asm_opcode *) str_hash_find_n (arm_ops_hsh, base, in opcode_lookup()
22803 opcode = (const struct asm_opcode *) str_hash_find_n (arm_ops_hsh, base, in opcode_lookup()
22859 opcode = (const struct asm_opcode *) str_hash_find_n (arm_ops_hsh, base, in opcode_lookup()
23509 known_t32_only_insn (const struct asm_opcode *opcode) in known_t32_only_insn()
23532 t32_insn_ok (arm_feature_set arch, const struct asm_opcode *opcode) in t32_insn_ok()
23565 const struct asm_opcode * opcode; in md_assemble()
24487 static const struct asm_opcode insns[] =
30894 for (i = 0; i < sizeof (insns) / sizeof (struct asm_opcode); i++) in md_begin()