HomeSort by relevance Sort by last modified time
    Searched defs:REG_L (Results 1 - 5 of 5) sorted by null

  /bionic/libc/private/
bionic_asm_mips.h 117 #define REG_L lw
127 #define REG_L ld
  /external/libffi/src/mips/
ffitarget.h 148 # define REG_L lw
155 # define REG_L ld
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
ffitarget.h 148 # define REG_L lw
155 # define REG_L ld
  /external/python/cpython3/Modules/_ctypes/libffi/src/mips/
ffitarget.h 148 # define REG_L lw
155 # define REG_L ld
  /toolchain/binutils/binutils-2.27/gas/config/
tc-z80.c 181 #define REG_L (5)
210 {"ixl",REG_L | R_IX },
213 {"iyl",REG_L | R_IY },
214 {"l", REG_L },
1530 case REG_L:
1540 case R_IX | REG_L:
1542 case R_IY | REG_L:
1555 && (rnum & ~R_INDEX) != REG_L)))
    [all...]

Completed in 911 milliseconds