/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-msp430.c | 456 extract_operand (char * from, char * to, int limit) in extract_operand() function 520 input_line_pointer = extract_operand (input_line_pointer, flags, 32); in msp430_profiler() 629 halt = extract_operand (input_line_pointer, str, 1024); in msp430_profiler() 2006 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 2105 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 2237 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 2278 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 2357 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() 2358 line = extract_operand (line, l2, sizeof (l2)); in msp430_operands() 2428 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands() [all …]
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | cgen.h | 1281 int (*extract_operand) member 1289 int (*extract_operand) (); member 1294 #define CGEN_CPU_EXTRACT_OPERAND(cd) ((cd)->extract_operand)
|
D | ChangeLog-9103 | 1307 parse_operand,insert_operand,extract_operand,print_operand, 1402 (extract_operand): Update type of `insn_value' arg. 1426 (insert_operand,extract_operand): Update.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ip2k-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 931 cd->extract_operand = ip2k_cgen_extract_operand; in ip2k_cgen_init_ibld_table()
|
D | or1k-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1044 cd->extract_operand = or1k_cgen_extract_operand; in or1k_cgen_init_ibld_table()
|
D | lm32-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1055 cd->extract_operand = lm32_cgen_extract_operand; in lm32_cgen_init_ibld_table()
|
D | m32r-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1213 cd->extract_operand = m32r_cgen_extract_operand; in m32r_cgen_init_ibld_table()
|
D | xstormy16-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1225 cd->extract_operand = xstormy16_cgen_extract_operand; in xstormy16_cgen_init_ibld_table()
|
D | iq2000-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1373 cd->extract_operand = iq2000_cgen_extract_operand; in iq2000_cgen_init_ibld_table()
|
D | fr30-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1472 cd->extract_operand = fr30_cgen_extract_operand; in fr30_cgen_init_ibld_table()
|
D | mt-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1730 cd->extract_operand = mt_cgen_extract_operand; in mt_cgen_init_ibld_table()
|
D | epiphany-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1702 cd->extract_operand = epiphany_cgen_extract_operand; in epiphany_cgen_init_ibld_table()
|
D | xc16x-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 1805 cd->extract_operand = xc16x_cgen_extract_operand; in xc16x_cgen_init_ibld_table()
|
D | frv-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 2246 cd->extract_operand = frv_cgen_extract_operand; in frv_cgen_init_ibld_table()
|
D | cgen-ibld.in | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
|
D | mep-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 3556 cd->extract_operand = mep_cgen_extract_operand; in mep_cgen_init_ibld_table()
|
D | m32c-ibld.c | 527 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in extract_insn_normal() 5283 cd->extract_operand = m32c_cgen_extract_operand; in m32c_cgen_init_ibld_table()
|