Searched refs:extract_operand (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-msp430.c326 extract_operand (char *from, char *to, int limit) function
536 line = extract_operand (line, l1, sizeof (l1));
564 line = extract_operand (line, l1, sizeof (l1));
609 line = extract_operand (line, l1, sizeof (l1));
641 line = extract_operand (line, l1, sizeof (l1));
642 line = extract_operand (line, l2, sizeof (l2));
692 line = extract_operand (line, l1, sizeof (l1));
717 line = extract_operand (line, l1, sizeof (l1));
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-msp430.c493 extract_operand (char * from, char * to, int limit) function
557 input_line_pointer = extract_operand (input_line_pointer, flags, 32);
666 halt = extract_operand (input_line_pointer, str, 1024);
1482 line = extract_operand (line, l1, sizeof (l1));
1511 line = extract_operand (line, l1, sizeof (l1));
1557 line = extract_operand (line, l1, sizeof (l1));
1590 line = extract_operand (line, l1, sizeof (l1));
1591 line = extract_operand (line, l2, sizeof (l2));
1643 line = extract_operand (line, l1, sizeof (l1));
1669 line = extract_operand (lin
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dcgen.h1279 int (*extract_operand)
1287 int (*extract_operand) ();
1292 #define CGEN_CPU_EXTRACT_OPERAND(cd) ((cd)->extract_operand)
1262 int (*extract_operand) member in struct:cgen_cpu_desc
1270 int (*extract_operand) (); member in struct:cgen_cpu_desc
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcgen.h1292 int (*extract_operand)
1300 int (*extract_operand) ();
1305 #define CGEN_CPU_EXTRACT_OPERAND(cd) ((cd)->extract_operand)
1275 int (*extract_operand) member in struct:cgen_cpu_desc
1283 int (*extract_operand) (); member in struct:cgen_cpu_desc
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dip2k-ibld.c534 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
951 cd->extract_operand = ip2k_cgen_extract_operand;
H A Dopenrisc-ibld.c534 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
1022 cd->extract_operand = openrisc_cgen_extract_operand;
H A Dfr30-ibld.c534 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
1492 cd->extract_operand = fr30_cgen_extract_operand;
H A Diq2000-ibld.c534 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
1393 cd->extract_operand = iq2000_cgen_extract_operand;
H A Dm32r-ibld.c534 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
1233 cd->extract_operand = m32r_cgen_extract_operand;
H A Dxstormy16-ibld.c534 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
1245 cd->extract_operand = xstormy16_cgen_extract_operand;
H A Dfrv-ibld.c534 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
2122 cd->extract_operand = frv_cgen_extract_operand;
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dip2k-ibld.c529 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
934 cd->extract_operand = ip2k_cgen_extract_operand;
H A Dopenrisc-ibld.c529 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
1005 cd->extract_operand = openrisc_cgen_extract_operand;
H A Dfr30-ibld.c529 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
1475 cd->extract_operand = fr30_cgen_extract_operand;
H A Diq2000-ibld.c529 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
1376 cd->extract_operand = iq2000_cgen_extract_operand;
H A Dm32r-ibld.c529 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
1216 cd->extract_operand = m32r_cgen_extract_operand;
H A Dxstormy16-ibld.c529 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
1228 cd->extract_operand = xstormy16_cgen_extract_operand;
H A Dmt-ibld.c522 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
1726 cd->extract_operand = mt_cgen_extract_operand;
H A Dxc16x-ibld.c529 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
1808 cd->extract_operand = xc16x_cgen_extract_operand;
H A Dfrv-ibld.c529 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
2249 cd->extract_operand = frv_cgen_extract_operand;
H A Dm32c-ibld.c529 length = (* cd->extract_operand) (cd, CGEN_SYNTAX_FIELD (*syn),
5213 cd->extract_operand = m32c_cgen_extract_operand;

Completed in 332 milliseconds