HomeSort by: relevance | last modified time | path
    Searched defs:parse_operands (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-crx.c 862 parse_operands (ins * crx_ins, char *operands) function
1020 parse_operands (insn, operands);
tc-tilepro.c 1001 parse_operands (const char *opcode_name, function
1150 parse_operands (op->name,
tc-cr16.c 1377 parse_operands (ins * cr16_ins, char *operands) function
1503 parse_operands (insn, operands);
2540 parse_operands (&cr16_ins, param1);
tc-s12z.c 805 parse_operand_func parse_operands;
3826 if (opc->parse_operands (opc))
798 parse_operand_func parse_operands; member in struct:instruction
tc-tilegx.c 1114 parse_operands (const char *opcode_name, function
1264 parse_operands (op->name,
tc-aarch64.c 158 static bool parse_operands (char *, const aarch64_opcode *);
189 These are lightweight utilities which should only be called by parse_operands
5948 result = parse_operands (str + len, opcode)
6749 parse_operands (char *str, const aarch64_opcode *opcode)
8933 if (parse_operands (p, opcode)
6742 parse_operands (char *str, const aarch64_opcode *opcode) function
tc-csky.c 4327 /* Subroutine of parse_operands. */
4401 parse_operands (char *str) function
4629 if (!parse_operands (csky_insn.opcode_end))
tc-i386.c 174 static char *parse_operands (char *, const char *);
7266 line = parse_operands (line, mnemonic);
8266 parse_operands (char *l, const char *mnemonic)
13937 ptr = parse_operands (line + 1, &i386_mnemonics[MN__insn]);
8262 parse_operands (char *l, const char *mnemonic) function
tc-ia64.c 6040 parse_operands (struct ia64_opcode *idesc) function
10666 idesc = parse_operands (idesc);
tc-arm.c 6969 /* Matcher codes for parse_operands. */
7162 parse_operands (char *str, const unsigned int *pattern, bool thumb) function
23391 if (!parse_operands (p, opcode->operands, /*thumb=*/true))
23465 if (!parse_operands (p, opcode->operands, /*thumb=*/false))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c 862 parse_operands (ins * crx_ins, char *operands) function
1020 parse_operands (insn, operands);
tc-tilepro.c 1001 parse_operands (const char *opcode_name, function
1150 parse_operands (op->name,
tc-cr16.c 1380 parse_operands (ins * cr16_ins, char *operands) function
1506 parse_operands (insn, operands);
2543 parse_operands (&cr16_ins, param1);
tc-s12z.c 805 parse_operand_func parse_operands;
3826 if (opc->parse_operands (opc))
798 parse_operand_func parse_operands; member in struct:instruction
tc-tilegx.c 1114 parse_operands (const char *opcode_name, function
1264 parse_operands (op->name,
tc-aarch64.c 158 static bool parse_operands (char *, const aarch64_opcode *);
189 These are lightweight utilities which should only be called by parse_operands
5917 result = parse_operands (str + len, opcode)
6712 parse_operands (char *str, const aarch64_opcode *opcode)
8825 if (parse_operands (p, opcode)
6705 parse_operands (char *str, const aarch64_opcode *opcode) function
tc-csky.c 4327 /* Subroutine of parse_operands. */
4401 parse_operands (char *str) function
4629 if (!parse_operands (csky_insn.opcode_end))
tc-i386.c 174 static char *parse_operands (char *, const char *);
7104 line = parse_operands (line, mnemonic);
8100 parse_operands (char *l, const char *mnemonic)
13786 ptr = parse_operands (line + 1, &i386_mnemonics[MN__insn]);
8096 parse_operands (char *l, const char *mnemonic) function
tc-ia64.c 6040 parse_operands (struct ia64_opcode *idesc) function
10666 idesc = parse_operands (idesc);
tc-arm.c 6972 /* Matcher codes for parse_operands. */
7165 parse_operands (char *str, const unsigned int *pattern, bool thumb) function
23394 if (!parse_operands (p, opcode->operands, /*thumb=*/true))
23468 if (!parse_operands (p, opcode->operands, /*thumb=*/false))

Completed in 147 milliseconds