Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp121 #define IMPLEMENT_POINTER_ICMP(OP) \ macro
132 IMPLEMENT_POINTER_ICMP(==); in executeICMP_EQ()
145 IMPLEMENT_POINTER_ICMP(!=); in executeICMP_NE()
158 IMPLEMENT_POINTER_ICMP(<); in executeICMP_ULT()
171 IMPLEMENT_POINTER_ICMP(<); in executeICMP_SLT()
184 IMPLEMENT_POINTER_ICMP(>); in executeICMP_UGT()
197 IMPLEMENT_POINTER_ICMP(>); in executeICMP_SGT()
210 IMPLEMENT_POINTER_ICMP(<=); in executeICMP_ULE()
223 IMPLEMENT_POINTER_ICMP(<=); in executeICMP_SLE()
236 IMPLEMENT_POINTER_ICMP(>=); in executeICMP_UGE()
[all …]
/external/swiftshader/third_party/llvm-7.0/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 …]
/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 …]