Searched refs:is_opcode (Results 1 – 2 of 2) sorted by relevance
1794 #define is_opcode(NAME) (strcmp (opcode->name, NAME) == 0) macro1952 if (check_for_nop && is_opcode ("nop")) in msp430_operands()1961 if (is_opcode ("eint") || is_opcode ("dint")) in msp430_operands()2013 if (is_opcode ("clr") && bin == 0x4302 /* CLR R2*/) in msp430_operands()2121 && (is_opcode ("rlax") in msp430_operands()2122 || is_opcode ("rlcx") in msp430_operands()2123 || is_opcode ("rla") in msp430_operands()2124 || is_opcode ("rlc"))) in msp430_operands()2388 if (is_opcode ("pushm")) in msp430_operands()2402 && is_opcode ("popm")) in msp430_operands()[all …]
2400 bfd_boolean is_opcode = FALSE; in tc_gen_reloc() local2425 is_opcode = TRUE; in tc_gen_reloc()2428 is_opcode = sec->flags & SEC_CODE; in tc_gen_reloc()2458 if (!is_opcode && target_big_endian) in tc_gen_reloc()2460 else if (is_opcode) in tc_gen_reloc()2466 if (!is_opcode && target_big_endian) in tc_gen_reloc()