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

  /toolchain/binutils/binutils-2.25/gas/config/
tc-sh.h 86 ((md_register_arithmetic || (SEG) != reg_section) \
214 ((!md_register_arithmetic && (SEG) == reg_section) \
221 || (!md_register_arithmetic && (SEG) == reg_section))
226 ((md_register_arithmetic || (SEG) != reg_section) \
tc-z80.h 107 #define md_register_arithmetic 0 macro
tc-sh64.h 118 ((md_register_arithmetic || (SEG) != reg_section) \
tc-i386.h 190 #define md_register_arithmetic 0 macro
tc-ia64.h 134 #define md_register_arithmetic 0 macro
  /toolchain/binutils/binutils-2.25/gas/
expr.c 1869 # define md_register_arithmetic macro
    [all...]
write.c 52 #ifndef md_register_arithmetic
53 # define md_register_arithmetic 1 macro
58 (!md_register_arithmetic && (SEG) == reg_section)
64 (!md_register_arithmetic && (SEG) == reg_section)
74 (md_register_arithmetic || (SEG) != reg_section)
77 ((md_register_arithmetic || (SEG) != reg_section) \
1004 if (!md_register_arithmetic
    [all...]

Completed in 328 milliseconds