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

  /toolchain/binutils/binutils-2.25/gas/config/
tc-tilegx.c 1101 int regno_and_flags = (int)(size_t)pval; local
1102 int regno = EXTRACT_REGNO(regno_and_flags);
1104 if ((regno_and_flags & NONCANONICAL_REG_NAME_FLAG)
    [all...]
tc-tilepro.c 991 int regno_and_flags = (int)(size_t)pval; local
992 int regno = EXTRACT_REGNO(regno_and_flags);
994 if ((regno_and_flags & NONCANONICAL_REG_NAME_FLAG)
    [all...]

Completed in 1136 milliseconds