HomeSort by: relevance | last modified time | path
    Searched defs:fpopmap (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hppa/hppa/
trap.c 163 uint8_t fpopmap[] = { variable in typeref:typename:uint8_t[]
825 inst = ((uint32_t)fpopmap[ex >> 26] << 26) | (ex & 0x03ffffff);
trap.c 163 uint8_t fpopmap[] = { variable in typeref:typename:uint8_t[]
825 inst = ((uint32_t)fpopmap[ex >> 26] << 26) | (ex & 0x03ffffff);
trap.c 163 uint8_t fpopmap[] = { variable in typeref:typename:uint8_t[]
825 inst = ((uint32_t)fpopmap[ex >> 26] << 26) | (ex & 0x03ffffff);

Completed in 82 milliseconds