Lines Matching refs:IMPLEMENT_POINTER_ICMP
132 #define IMPLEMENT_POINTER_ICMP(OP) \ macro
144 IMPLEMENT_POINTER_ICMP(==); in executeICMP_EQ()
158 IMPLEMENT_POINTER_ICMP(!=); in executeICMP_NE()
172 IMPLEMENT_POINTER_ICMP(<); in executeICMP_ULT()
186 IMPLEMENT_POINTER_ICMP(<); in executeICMP_SLT()
200 IMPLEMENT_POINTER_ICMP(>); in executeICMP_UGT()
214 IMPLEMENT_POINTER_ICMP(>); in executeICMP_SGT()
228 IMPLEMENT_POINTER_ICMP(<=); in executeICMP_ULE()
242 IMPLEMENT_POINTER_ICMP(<=); in executeICMP_SLE()
256 IMPLEMENT_POINTER_ICMP(>=); in executeICMP_UGE()
270 IMPLEMENT_POINTER_ICMP(>=); in executeICMP_SGE()