Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/opcode/
Dcgen.h1272 const char * (*insert_operand) member
1282 const char * (*insert_operand) (); member
1287 #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.
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-alpha.c1801 insert_operand (unsigned insn, in insert_operand() function
1867 image = insert_operand (image, operand, 0, NULL, 0); in assemble_insn()
1901 image = insert_operand (image, operand, regno (t->X_add_number), in assemble_insn()
1906 image = insert_operand (image, operand, t->X_add_number, NULL, 0); in assemble_insn()
5362 image = insert_operand (image, operand, (offsetT) value, in md_apply_fix()
/freebsd-12-stable/contrib/binutils/opcodes/
Dmep-ibld.c281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn), in insert_insn_normal()
2534 cd->insert_operand = mep_cgen_insert_operand; in mep_cgen_init_ibld_table()
Dcgen-ibld.in281 errmsg = (* cd->insert_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
/freebsd-12-stable/contrib/binutils/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.