/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-crx.c | 157 static void parse_operands (ins *, char *); 911 parse_operands (ins * crx_ins, char *operands) in parse_operands() function 1069 parse_operands (insn, operands); in parse_insn()
|
D | tc-cr16.c | 1386 parse_operands (ins * cr16_ins, char *operands) in parse_operands() function 1512 parse_operands (insn, operands); in parse_insn() 2536 parse_operands (&cr16_ins, param1); in md_assemble()
|
D | tc-tilepro.c | 1011 parse_operands (const char *opcode_name, in parse_operands() function 1160 parse_operands (op->name, in md_assemble()
|
D | tc-tilegx.c | 1125 parse_operands (const char *opcode_name, in parse_operands() function 1275 parse_operands (op->name, in md_assemble()
|
D | tc-aarch64.c | 138 static bfd_boolean parse_operands (char *, const aarch64_opcode *); 4022 result = parse_operands (str + len, opcode) in output_operand_error_record() 4594 parse_operands (char *str, const aarch64_opcode *opcode) in parse_operands() function 5611 if (parse_operands (p, opcode) in md_assemble()
|
D | tc-i386.c | 163 static char *parse_operands (char *, const char *); 3478 line = parse_operands (line, mnemonic); in md_assemble() 3966 parse_operands (char *l, const char *mnemonic) in parse_operands() function
|
D | tc-ia64.c | 6110 parse_operands (struct ia64_opcode *idesc) in parse_operands() function 10743 idesc = parse_operands (idesc); in md_assemble()
|
D | tc-arm.c | 6539 parse_operands (char *str, const unsigned int *pattern, bfd_boolean thumb) in parse_operands() function 17651 if (!parse_operands (p, opcode->operands, /*thumb=*/TRUE)) in md_assemble() 17724 if (!parse_operands (p, opcode->operands, /*thumb=*/FALSE)) in md_assemble()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2006 | 438 (parse_operands): Use parse_big_immediate for OP_NILO. 475 (parse_operands): Handle OP_RIWR_I32z. 626 * config/tc-arm.c (parse_operands): Mark operand as present. 805 * config/tc-arm.c (parse_operands): Handle invalid register name 811 (parse_operands): Handle it. 1081 (parse_operands): Support for these new operand codes. 1150 (parse_operands): Support isvec, issingle operands fields, new parse 1530 (parse_operands): Ditto. 1829 (parse_operands): Likewise. 1906 (parse_operands): Handle new codes above. [all …]
|
D | ChangeLog-2013 | 125 (parse_operands): Update; check for write to read-only system 157 (parse_operands): Update; check for write to read-only system 183 * config/tc-aarch64.c (parse_operands): Handle AARCH64_OPND_COND1. 188 * config/tc-aarch64.c (parse_operands): Avoid trying to 1576 * gas/config/tc-arm.c (parse_operands): Re-write 1745 (parse_operands): Update the call to parse_aarch64_imm_float. 2044 * config/tc-aarch64.c (parse_operands): Change to compare the result
|
D | ChangeLog-2010 | 598 (parse_operands): Parse banked registers when appropriate. 1177 (parse_operands): Improve OP_oBARRIER_I15 operand parsing. 1457 (parse_operands): Add support for OP_RRnpctw. 1984 (parse_operands): Added thumb/arm distinction, 1993 (md_assemble): Call parse_operands with 2225 (parse_operands): OP_NILO case removed, applied renaming.
|
D | ChangeLog | 482 * config/tc-aarch64.c (parse_operands): Recognize PAIRREG. 528 (parse_operands): Handle OP_RSVD_FI0. 854 (parse_operands): Handle operand given and in wrong format when
|
D | ChangeLog-2005 | 829 * config/tc-ia64.c (parse_operands): Always parse first operand of 1434 (parse_operands): Handle OP_TB. 1743 (parse_operands): Make the 2ns parameter an unsigned pointer to 1805 (parse_operands): Pass second argument to parse_operand. 3836 * config/tc-ia64.c (parse_operands): New local variables reg1, reg2, 4052 * config/tc-ia64.c (parse_operands): Parse all specified operands, 4099 * config/tc-ia64.c (parse_operands): Also handle alloc without first
|
D | ChangeLog-2009 | 220 * config/tc-arm.c (parse_operands): Encode APSR_nzcv as r15. 500 parse_operand outside of parse_operands with this function. 502 parse_operand in parse_operands, except for the dummy, with
|
D | ChangeLog-2012 | 449 (parse_operands): Check for unused reloc. 952 * config/tc-arm.c (parse_operands): Initialise val.
|
D | ChangeLog-2008 | 1752 (parse_operands): Initialize unspecified. 1802 (parse_operands): Updated.
|
D | ChangeLog-2011 | 1058 (parse_operands): OP_oI32z case added. 1499 (parse_operands): Likewise.
|
D | ChangeLog-2007 | 1424 * config/tc-arm.c (parse_operands): Accept generic coprocessor regs 1992 (parse_operands): Don't expect comma if first operand missing.
|
D | ChangeLog-0203 | 6271 (parse_operands): Likewise.
|
D | ChangeLog-0001 | 3118 (parse_operands): New locals result, error_pos, out_of_range_pos,
|