/toolchain/binutils/binutils-2.25/include/opcode/ |
D | cgen.h | 1278 const char * (*insert_operand) member 1288 const char * (*insert_operand) (); member 1293 #define CGEN_CPU_INSERT_OPERAND(cd) ((cd)->insert_operand)
|
D | ChangeLog-9103 | 1307 parse_operand,insert_operand,extract_operand,print_operand, 1426 (insert_operand,extract_operand): Update.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ip2k-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 930 cd->insert_operand = ip2k_cgen_insert_operand; in ip2k_cgen_init_ibld_table()
|
D | or1k-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 1043 cd->insert_operand = or1k_cgen_insert_operand; in or1k_cgen_init_ibld_table()
|
D | lm32-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 1054 cd->insert_operand = lm32_cgen_insert_operand; in lm32_cgen_init_ibld_table()
|
D | m32r-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 1212 cd->insert_operand = m32r_cgen_insert_operand; in m32r_cgen_init_ibld_table()
|
D | xstormy16-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 1224 cd->insert_operand = xstormy16_cgen_insert_operand; in xstormy16_cgen_init_ibld_table()
|
D | iq2000-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 1372 cd->insert_operand = iq2000_cgen_insert_operand; in iq2000_cgen_init_ibld_table()
|
D | fr30-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 1471 cd->insert_operand = fr30_cgen_insert_operand; in fr30_cgen_init_ibld_table()
|
D | mt-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 1729 cd->insert_operand = mt_cgen_insert_operand; in mt_cgen_init_ibld_table()
|
D | epiphany-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 1701 cd->insert_operand = epiphany_cgen_insert_operand; in epiphany_cgen_init_ibld_table()
|
D | xc16x-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 1804 cd->insert_operand = xc16x_cgen_insert_operand; in xc16x_cgen_init_ibld_table()
|
D | frv-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 2245 cd->insert_operand = frv_cgen_insert_operand; in frv_cgen_init_ibld_table()
|
D | cgen-ibld.in | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
|
D | mep-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 3555 cd->insert_operand = mep_cgen_insert_operand; in mep_cgen_init_ibld_table()
|
D | m32c-ibld.c | 281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal() 5282 cd->insert_operand = m32c_cgen_insert_operand; in m32c_cgen_init_ibld_table()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tilepro.c | 352 insert_operand (tilepro_bundle_bits bits, in insert_operand() function 432 bits = insert_operand (bits, operand, operand_exp->X_add_number, in emit_tilepro_instruction() 1470 insert_operand (0, operand, value, fixP->fx_file, fixP->fx_line); in md_apply_fix()
|
D | tc-tilegx.c | 396 insert_operand (tilegx_bundle_bits bits, in insert_operand() function 505 bits = insert_operand (bits, operand, operand_exp->X_add_number, in emit_tilegx_instruction() 1685 insert_operand (0, operand, value, fixP->fx_file, fixP->fx_line); in md_apply_fix()
|
D | tc-alpha.c | 1974 insert_operand (unsigned insn, in insert_operand() function 2040 image = insert_operand (image, operand, 0, NULL, 0); in assemble_insn() 2074 image = insert_operand (image, operand, regno (t->X_add_number), in assemble_insn() 2079 image = insert_operand (image, operand, t->X_add_number, NULL, 0); in assemble_insn() 5957 image = insert_operand (image, operand, (offsetT) value, in md_apply_fix()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9899 | 2111 descriptor, not global variable. Refer to insert_operand handler 2931 (gas_cgen_md_apply_fix3): Update call to insert_operand. 3063 Update call to insert_operand. 4445 Test result of insert_operand for error.
|
D | ChangeLog-2011 | 452 * config/tc-alpha.c (insert_operand): Call as_bad_value_out_of_range
|
D | ChangeLog-2004 | 1832 * config/tc-alpha.c (insert_operand): Use new function.
|