| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-or32.c | 279 parse_operand (char *s, expressionS *operandp, int opt) in parse_operand() function 344 parse_operand (char *s, expressionS *operandp, int opt) in parse_operand() function 474 s = parse_operand (s, operand, insn->args[0] == 'I'); in machine_ip() 505 s = parse_operand (s, operand, args[1] == 'I'); in machine_ip() 515 s = parse_operand (s, operand, args[1] == 'I'); in machine_ip() 680 s = parse_operand (s, operand, in machine_ip() 713 s = parse_operand (s, operand, args[1] == 'I'); in machine_ip() 723 s = parse_operand (s, operand, args[1] == 'I'); in machine_ip()
|
| D | tc-ia64.c | 816 static int parse_operand PARAMS ((expressionS *, int)); 2983 int sep = parse_operand (e, ','); 2994 sep = parse_operand (e, ','); 3269 sep = parse_operand (&e, ','); 3290 sep = parse_operand (&e, ','); 3318 sep = parse_operand (&e, ','); 3339 sep = parse_operand (&e1, ','); 3341 sep = parse_operand (&e2, ','); 3429 sep = parse_operand (&e1, ','); 3437 sep = parse_operand (&e2, ','); [all …]
|
| D | tc-a29k.c | 311 parse_operand (char *s, expressionS *operandp, int opt) in parse_operand() function 377 s = parse_operand (s, operand, insn->args[0] == 'I'); in machine_ip() 397 s = parse_operand (s, operand, args[1] == 'I'); in machine_ip()
|
| D | tc-dlx.c | 594 parse_operand (char *s, expressionS *operandp) in parse_operand() function 734 s = parse_operand (s, operand); in machine_ip() 773 s = parse_operand (s, operand); in machine_ip()
|
| D | tc-crx.c | 149 static void parse_operand (char *, ins *); 881 parse_operand (char *operand, ins * crx_ins) in parse_operand() function 1023 parse_operand (operand[op_num], crx_ins); in parse_operands()
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | openrisc-asm.c | 258 cd->parse_operand = openrisc_cgen_parse_operand; in openrisc_cgen_init_asm() 488 errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn), in parse_insn_normal()
|
| D | xstormy16-asm.c | 293 cd->parse_operand = xstormy16_cgen_parse_operand; in xstormy16_cgen_init_asm() 523 errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn), in parse_insn_normal()
|
| D | fr30-asm.c | 327 cd->parse_operand = fr30_cgen_parse_operand; in fr30_cgen_init_asm() 557 errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn), in parse_insn_normal()
|
| D | m32r-asm.c | 345 cd->parse_operand = m32r_cgen_parse_operand; in m32r_cgen_init_asm() 575 errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn), in parse_insn_normal()
|
| D | ip2k-asm.c | 528 cd->parse_operand = ip2k_cgen_parse_operand; in ip2k_cgen_init_asm() 758 errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn), in parse_insn_normal()
|
| D | iq2000-asm.c | 474 cd->parse_operand = iq2000_cgen_parse_operand; in iq2000_cgen_init_asm() 704 errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn), in parse_insn_normal()
|
| D | ms1-asm.c | 564 cd->parse_operand = ms1_cgen_parse_operand; in ms1_cgen_init_asm() 794 errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn), in parse_insn_normal()
|
| D | frv-asm.c | 1280 cd->parse_operand = frv_cgen_parse_operand; in frv_cgen_init_asm() 1510 errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn), in parse_insn_normal()
|
| D | cgen-asm.in | 277 errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn),
|
| /mirbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | cgen.h | 1257 const char * (*parse_operand) member 1274 #define CGEN_CPU_PARSE_OPERAND(cd) ((cd)->parse_operand)
|