Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp132 #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()
[all …]