Searched refs:heynot (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/hsail/insts/
H A Ddecl.hh1273 template<typename T> T heynot(T arg) { return ~arg; } function in namespace:HsailISA
1274 template<> inline bool heynot<bool>(bool arg) { return !arg; } function in namespace:HsailISA

Completed in 9 milliseconds