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

  /toolchain/binutils/binutils-2.27/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-arc.h 151 ((md_register_arithmetic || (SEG) != reg_section) \
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.27/gas/
expr.c 1862 # define md_register_arithmetic macro
    [all...]
write.c 51 #ifndef md_register_arithmetic
52 # define md_register_arithmetic 1 macro
57 (!md_register_arithmetic && (SEG) == reg_section)
63 (!md_register_arithmetic && (SEG) == reg_section)
73 (md_register_arithmetic || (SEG) != reg_section)
76 ((md_register_arithmetic || (SEG) != reg_section) \
1008 if (!md_register_arithmetic
    [all...]

Completed in 276 milliseconds