Searched refs:from_string (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dxtensa-relax.c1548 const char *from_string ATTRIBUTE_UNUSED,
1586 req_or_option->option_name, from_string);
1631 const char *from_string,
1713 precond->opname1, from_string);
1723 precond->opname2, from_string);
1729 xtensa_opcode_name (isa, opcode), from_string);
1901 const char *from_string = transitions[tnum].pattern;
1909 if (!parse_insn_pattern (from_string, &initial_insn))
1910 as_fatal (_("could not parse INSN_PATTERN '%s'"), from_string);
1916 if (transition_applies (&initial_insn, from_string, to_strin
1584 req_or_option->option_name, from_string); local
1627 build_transition(insn_pattern *initial_insn, insn_repl *replace_insns, const char *from_string, const char *to_string) argument
1711 precond->opname1, from_string); local
1721 precond->opname2, from_string); local
1899 const char *from_string = transitions[tnum].pattern; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.c1548 const char *from_string ATTRIBUTE_UNUSED,
1586 req_or_option->option_name, from_string);
1631 const char *from_string,
1713 precond->opname1, from_string);
1723 precond->opname2, from_string);
1729 xtensa_opcode_name (isa, opcode), from_string);
1901 const char *from_string = transitions[tnum].pattern;
1909 if (!parse_insn_pattern (from_string, &initial_insn))
1910 as_fatal (_("could not parse INSN_PATTERN '%s'"), from_string);
1916 if (transition_applies (&initial_insn, from_string, to_strin
1584 req_or_option->option_name, from_string); local
1627 build_transition(insn_pattern *initial_insn, insn_repl *replace_insns, const char *from_string, const char *to_string) argument
1711 precond->opname1, from_string); local
1721 precond->opname2, from_string); local
1899 const char *from_string = transitions[tnum].pattern; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dxtensa-relax.c1548 const char *from_string ATTRIBUTE_UNUSED,
1586 req_or_option->option_name, from_string);
1631 const char *from_string,
1713 precond->opname1, from_string);
1723 precond->opname2, from_string);
1729 xtensa_opcode_name (isa, opcode), from_string);
1901 const char *from_string = transitions[tnum].pattern;
1909 if (!parse_insn_pattern (from_string, &initial_insn))
1910 as_fatal (_("could not parse INSN_PATTERN '%s'"), from_string);
1916 if (transition_applies (&initial_insn, from_string, to_strin
1584 req_or_option->option_name, from_string); local
1627 build_transition(insn_pattern *initial_insn, insn_repl *replace_insns, const char *from_string, const char *to_string) argument
1711 precond->opname1, from_string); local
1721 precond->opname2, from_string); local
1899 const char *from_string = transitions[tnum].pattern; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c39 virtual bool from_string (gdb_byte *addr, const struct type *type,
540 bool from_string (gdb_byte *addr, const struct type *type,
972 host_float_ops<T>::from_string (gdb_byte *addr, const struct type *type, function in class:T
1170 bool from_string (gdb_byte *addr, const struct type *type,
1555 mpfr_float_ops::from_string (gdb_byte *addr, function in class:mpfr_float_ops
1884 bool from_string (gdb_byte *addr, const struct type *type,
1966 decimal_float_ops::from_string (gdb_byte *addr, const struct type *type, function in class:decimal_float_ops
2384 return ops->from_string (addr, type, string);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c39 virtual bool from_string (gdb_byte *addr, const struct type *type,
540 bool from_string (gdb_byte *addr, const struct type *type,
972 host_float_ops<T>::from_string (gdb_byte *addr, const struct type *type, function in class:T
1170 bool from_string (gdb_byte *addr, const struct type *type,
1555 mpfr_float_ops::from_string (gdb_byte *addr, function in class:mpfr_float_ops
1884 bool from_string (gdb_byte *addr, const struct type *type,
1966 decimal_float_ops::from_string (gdb_byte *addr, const struct type *type, function in class:decimal_float_ops
2384 return ops->from_string (addr, type, string);

Completed in 221 milliseconds