HomeSort by relevance Sort by last modified time
    Searched refs:gas_cgen_md_operand (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-ip2k.h 64 #define md_operand(x) gas_cgen_md_operand (x)
65 extern void gas_cgen_md_operand (expressionS *);
tc-mt.h 62 #define md_operand(x) gas_cgen_md_operand (x)
63 extern void gas_cgen_md_operand (expressionS *);
tc-mep.h 74 extern void gas_cgen_md_operand (expressionS *);
75 #define md_operand(x) gas_cgen_md_operand (x)
tc-iq2000.c 730 gas_cgen_md_operand (exp);
tc-m32c.c 408 gas_cgen_md_operand (exp);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
cgen.h 100 extern void gas_cgen_md_operand (expressionS *);
cgen.c 366 This is done via gas_cgen_md_operand. */
501 gas_cgen_md_operand (expressionS *expressionP ATTRIBUTE_UNUSED) function

Completed in 117 milliseconds