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

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu_internals.h 306 #define spu_hcmpgt(ra,rb) __builtin_spu_hcmpgt(ra,rb) macro
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
spu2vmx.h 746 /* spu_hcmpgt
749 #define spu_hcmpgt(_a, _b) if (_a > _b) { SPU_HALT_ACTION; }; macro
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
spu2vmx.h 746 /* spu_hcmpgt
749 #define spu_hcmpgt(_a, _b) if (_a > _b) { SPU_HALT_ACTION; }; macro

Completed in 24 milliseconds