Home
last modified time | relevance | path

Searched refs:IMPLEMENT_POINTER_ICMP (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp186 #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()
[all …]