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

  /src/external/gpl3/binutils/dist/gas/config/
tc-dlx.c 297 the standard form so we can use the standard parse_operand routine. */
587 parse_operand (char *s, expressionS *operandp) function
719 s = parse_operand (s, operand);
758 s = parse_operand (s, operand);
tc-crx.c 787 parse_operand (char *operand, ins * crx_ins) function
929 parse_operand (operand[op_num], crx_ins);
tc-cr16.c 1274 parse_operand (char *operand, ins * cr16_ins) function
1443 parse_operand (operand[op_num], cr16_ins);
tc-ia64.c 5977 parse_operand (expressionS *e, int more) function
5995 int sep = parse_operand (e, more);
6003 int sep = parse_operand (e, more);
6089 sep = parse_operand (&dummy, '=');
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-dlx.c 297 the standard form so we can use the standard parse_operand routine. */
587 parse_operand (char *s, expressionS *operandp) function
719 s = parse_operand (s, operand);
758 s = parse_operand (s, operand);
tc-crx.c 787 parse_operand (char *operand, ins * crx_ins) function
929 parse_operand (operand[op_num], crx_ins);
tc-cr16.c 1277 parse_operand (char *operand, ins * cr16_ins) function
1446 parse_operand (operand[op_num], cr16_ins);
tc-ia64.c 5977 parse_operand (expressionS *e, int more) function
5995 int sep = parse_operand (e, more);
6003 int sep = parse_operand (e, more);
6089 sep = parse_operand (&dummy, '=');
  /src/external/gpl3/binutils/dist/opcodes/
nds32-asm.c 1872 HW_INT/HW_UINT are parsed parse_operand callback handler. */
1970 r = pdesc->parse_operand (pdesc, pinsn, pstr, value);
1988 r = pdesc->parse_operand (pdesc, pinsn, pstr, value);
2278 parse_operand (nds32_asm_desc_t *pdesc, nds32_asm_insn_t *pinsn,
2371 r = pdesc->parse_operand (pdesc, pinsn, &end, &value);
2528 if (!parse_operand (pdesc, pinsn, &p, *plex))
2276 parse_operand (nds32_asm_desc_t *pdesc, nds32_asm_insn_t *pinsn, function
nds32-asm.h 42 /* Results of parse_operand. */
242 int (*parse_operand) (struct nds32_asm_desc *, member in struct:nds32_asm_desc
  /src/external/gpl3/binutils.old/dist/opcodes/
nds32-asm.c 1872 HW_INT/HW_UINT are parsed parse_operand callback handler. */
1970 r = pdesc->parse_operand (pdesc, pinsn, pstr, value);
1988 r = pdesc->parse_operand (pdesc, pinsn, pstr, value);
2278 parse_operand (nds32_asm_desc_t *pdesc, nds32_asm_insn_t *pinsn,
2371 r = pdesc->parse_operand (pdesc, pinsn, &end, &value);
2528 if (!parse_operand (pdesc, pinsn, &p, *plex))
2276 parse_operand (nds32_asm_desc_t *pdesc, nds32_asm_insn_t *pinsn, function
nds32-asm.h 42 /* Results of parse_operand. */
242 int (*parse_operand) (struct nds32_asm_desc *, member in struct:nds32_asm_desc
  /src/external/gpl3/gdb/dist/opcodes/
nds32-asm.c 1872 HW_INT/HW_UINT are parsed parse_operand callback handler. */
1970 r = pdesc->parse_operand (pdesc, pinsn, pstr, value);
1988 r = pdesc->parse_operand (pdesc, pinsn, pstr, value);
2278 parse_operand (nds32_asm_desc_t *pdesc, nds32_asm_insn_t *pinsn,
2371 r = pdesc->parse_operand (pdesc, pinsn, &end, &value);
2528 if (!parse_operand (pdesc, pinsn, &p, *plex))
2276 parse_operand (nds32_asm_desc_t *pdesc, nds32_asm_insn_t *pinsn, function
nds32-asm.h 42 /* Results of parse_operand. */
242 int (*parse_operand) (struct nds32_asm_desc *, member in struct:nds32_asm_desc
  /src/external/gpl3/gdb.old/dist/opcodes/
nds32-asm.c 1872 HW_INT/HW_UINT are parsed parse_operand callback handler. */
1970 r = pdesc->parse_operand (pdesc, pinsn, pstr, value);
1988 r = pdesc->parse_operand (pdesc, pinsn, pstr, value);
2278 parse_operand (nds32_asm_desc_t *pdesc, nds32_asm_insn_t *pinsn,
2371 r = pdesc->parse_operand (pdesc, pinsn, &end, &value);
2528 if (!parse_operand (pdesc, pinsn, &p, *plex))
2276 parse_operand (nds32_asm_desc_t *pdesc, nds32_asm_insn_t *pinsn, function
nds32-asm.h 42 /* Results of parse_operand. */
242 int (*parse_operand) (struct nds32_asm_desc *, member in struct:nds32_asm_desc
  /src/external/gpl3/binutils/dist/include/opcode/
cgen.h 1295 const char * (*parse_operand)
1312 #define CGEN_CPU_PARSE_OPERAND(cd) ((cd)->parse_operand)
1278 const char * (*parse_operand) member in struct:cgen_cpu_desc
  /src/external/gpl3/binutils.old/dist/include/opcode/
cgen.h 1295 const char * (*parse_operand)
1312 #define CGEN_CPU_PARSE_OPERAND(cd) ((cd)->parse_operand)
1278 const char * (*parse_operand) member in struct:cgen_cpu_desc
  /src/external/gpl3/gdb/dist/include/opcode/
cgen.h 1295 const char * (*parse_operand)
1312 #define CGEN_CPU_PARSE_OPERAND(cd) ((cd)->parse_operand)
1278 const char * (*parse_operand) member in struct:cgen_cpu_desc
  /src/external/gpl3/gdb.old/dist/include/opcode/
cgen.h 1295 const char * (*parse_operand)
1312 #define CGEN_CPU_PARSE_OPERAND(cd) ((cd)->parse_operand)
1278 const char * (*parse_operand) member in struct:cgen_cpu_desc

Completed in 66 milliseconds