Home
last modified time | relevance | path

Searched refs:insert_operand (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dcgen.h1278 const char * (*insert_operand) member
1288 const char * (*insert_operand) (); member
1293 #define CGEN_CPU_INSERT_OPERAND(cd) ((cd)->insert_operand)
DChangeLog-91031307 parse_operand,insert_operand,extract_operand,print_operand,
1426 (insert_operand,extract_operand): Update.
/toolchain/binutils/binutils-2.25/opcodes/
Dip2k-ibld.c281 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()
Dor1k-ibld.c281 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()
Dlm32-ibld.c281 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()
Dm32r-ibld.c281 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()
Dxstormy16-ibld.c281 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()
Diq2000-ibld.c281 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()
Dfr30-ibld.c281 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()
Dmt-ibld.c281 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()
Depiphany-ibld.c281 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()
Dxc16x-ibld.c281 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()
Dfrv-ibld.c281 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()
Dcgen-ibld.in281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
Dmep-ibld.c281 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()
Dm32c-ibld.c281 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/
Dtc-tilepro.c352 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()
Dtc-tilegx.c396 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()
Dtc-alpha.c1974 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/
DChangeLog-98992111 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.
DChangeLog-2011452 * config/tc-alpha.c (insert_operand): Call as_bad_value_out_of_range
DChangeLog-20041832 * config/tc-alpha.c (insert_operand): Use new function.