Lines Matching refs:asm_opcode
750 struct asm_opcode struct
15663 const struct asm_opcode *opcode; in do_vfp_nsyn_opcode()
15665 opcode = (const struct asm_opcode *) str_hash_find (arm_ops_hsh, opname); in do_vfp_nsyn_opcode()
22670 static const struct asm_opcode *
22675 const struct asm_opcode *opcode; in opcode_lookup()
22720 opcode = (const struct asm_opcode *) str_hash_find_n (arm_ops_hsh, base, in opcode_lookup()
22749 opcode = (const struct asm_opcode *) str_hash_find_n (arm_ops_hsh, base, in opcode_lookup()
22766 opcode = (const struct asm_opcode *) str_hash_find_n (arm_ops_hsh, base, in opcode_lookup()
22822 opcode = (const struct asm_opcode *) str_hash_find_n (arm_ops_hsh, base, in opcode_lookup()
23472 known_t32_only_insn (const struct asm_opcode *opcode) in known_t32_only_insn()
23495 t32_insn_ok (arm_feature_set arch, const struct asm_opcode *opcode) in t32_insn_ok()
23528 const struct asm_opcode * opcode; in md_assemble()
24454 static const struct asm_opcode insns[] =
30855 for (i = 0; i < sizeof (insns) / sizeof (struct asm_opcode); i++) in md_begin()