/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-msp430.c | 461 extract_operand (char * from, char * to, int limit) in extract_operand() function 525 input_line_pointer = extract_operand (input_line_pointer, flags, 32); in msp430_profiler() 634 halt = extract_operand (input_line_pointer, str, 1024); in msp430_profiler() 1625 input_line_pointer = extract_operand (input_line_pointer, tag_name_s, 32); in msp430_object_attribute() 1626 input_line_pointer = extract_operand (input_line_pointer, tag_value_s, 32); in msp430_object_attribute() 3055 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 3158 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 3305 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 3346 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 3425 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-msp430.c | 463 extract_operand (char * from, char * to, int limit) in extract_operand() function 527 input_line_pointer = extract_operand (input_line_pointer, flags, 32); in msp430_profiler() 636 halt = extract_operand (input_line_pointer, str, 1024); in msp430_profiler() 1627 input_line_pointer = extract_operand (input_line_pointer, tag_name_s, 32); in msp430_object_attribute() 1628 input_line_pointer = extract_operand (input_line_pointer, tag_value_s, 32); in msp430_object_attribute() 3057 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 3160 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 3307 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 3348 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 3427 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | cgen.h | 1284 int (*extract_operand) member 1292 int (*extract_operand) (); member 1297 #define CGEN_CPU_EXTRACT_OPERAND(cd) ((cd)->extract_operand)
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | cgen.h | 1284 int (*extract_operand) member 1292 int (*extract_operand) (); member 1297 #define CGEN_CPU_EXTRACT_OPERAND(cd) ((cd)->extract_operand)
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ip2k-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 950 cd->extract_operand = ip2k_cgen_extract_operand; in ip2k_cgen_init_ibld_table()
|
H A D | lm32-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1074 cd->extract_operand = lm32_cgen_extract_operand; in lm32_cgen_init_ibld_table()
|
H A D | m32r-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1232 cd->extract_operand = m32r_cgen_extract_operand; in m32r_cgen_init_ibld_table()
|
H A D | xstormy16-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1244 cd->extract_operand = xstormy16_cgen_extract_operand; in xstormy16_cgen_init_ibld_table()
|
H A D | or1k-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1246 cd->extract_operand = or1k_cgen_extract_operand; in or1k_cgen_init_ibld_table()
|
H A D | iq2000-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1392 cd->extract_operand = iq2000_cgen_extract_operand; in iq2000_cgen_init_ibld_table()
|
H A D | fr30-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1491 cd->extract_operand = fr30_cgen_extract_operand; in fr30_cgen_init_ibld_table()
|
H A D | epiphany-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1721 cd->extract_operand = epiphany_cgen_extract_operand; in epiphany_cgen_init_ibld_table()
|
H A D | mt-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1749 cd->extract_operand = mt_cgen_extract_operand; in mt_cgen_init_ibld_table()
|
H A D | frv-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 2265 cd->extract_operand = frv_cgen_extract_operand; in frv_cgen_init_ibld_table()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ip2k-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 950 cd->extract_operand = ip2k_cgen_extract_operand; in ip2k_cgen_init_ibld_table()
|
H A D | bpf-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 955 cd->extract_operand = bpf_cgen_extract_operand; in bpf_cgen_init_ibld_table()
|
H A D | lm32-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1074 cd->extract_operand = lm32_cgen_extract_operand; in lm32_cgen_init_ibld_table()
|
H A D | m32r-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1232 cd->extract_operand = m32r_cgen_extract_operand; in m32r_cgen_init_ibld_table()
|
H A D | or1k-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1246 cd->extract_operand = or1k_cgen_extract_operand; in or1k_cgen_init_ibld_table()
|
H A D | xstormy16-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1244 cd->extract_operand = xstormy16_cgen_extract_operand; in xstormy16_cgen_init_ibld_table()
|
H A D | iq2000-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1392 cd->extract_operand = iq2000_cgen_extract_operand; in iq2000_cgen_init_ibld_table()
|
H A D | fr30-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1491 cd->extract_operand = fr30_cgen_extract_operand; in fr30_cgen_init_ibld_table()
|
H A D | epiphany-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1721 cd->extract_operand = epiphany_cgen_extract_operand; in epiphany_cgen_init_ibld_table()
|
H A D | mt-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1749 cd->extract_operand = mt_cgen_extract_operand; in mt_cgen_init_ibld_table()
|
H A D | frv-ibld.c | 540 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 2265 cd->extract_operand = frv_cgen_extract_operand; in frv_cgen_init_ibld_table()
|