Lines Matching refs:IMPLEMENT_POINTER_ICMP
186 #define IMPLEMENT_POINTER_ICMP(OP) \ macro
198 IMPLEMENT_POINTER_ICMP(==); in executeICMP_EQ()
212 IMPLEMENT_POINTER_ICMP(!=); in executeICMP_NE()
226 IMPLEMENT_POINTER_ICMP(<); in executeICMP_ULT()
240 IMPLEMENT_POINTER_ICMP(<); in executeICMP_SLT()
254 IMPLEMENT_POINTER_ICMP(>); in executeICMP_UGT()
268 IMPLEMENT_POINTER_ICMP(>); in executeICMP_SGT()
282 IMPLEMENT_POINTER_ICMP(<=); in executeICMP_ULE()
296 IMPLEMENT_POINTER_ICMP(<=); in executeICMP_SLE()
310 IMPLEMENT_POINTER_ICMP(>=); in executeICMP_UGE()
324 IMPLEMENT_POINTER_ICMP(>=); in executeICMP_SGE()