Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp119 #define IMPLEMENT_VECTOR_INTEGER_ICMP(OP, TY) \ macro
143 IMPLEMENT_VECTOR_INTEGER_ICMP(eq,Ty); in executeICMP_EQ()
157 IMPLEMENT_VECTOR_INTEGER_ICMP(ne,Ty); in executeICMP_NE()
171 IMPLEMENT_VECTOR_INTEGER_ICMP(ult,Ty); in executeICMP_ULT()
185 IMPLEMENT_VECTOR_INTEGER_ICMP(slt,Ty); in executeICMP_SLT()
199 IMPLEMENT_VECTOR_INTEGER_ICMP(ugt,Ty); in executeICMP_UGT()
213 IMPLEMENT_VECTOR_INTEGER_ICMP(sgt,Ty); in executeICMP_SGT()
227 IMPLEMENT_VECTOR_INTEGER_ICMP(ule,Ty); in executeICMP_ULE()
241 IMPLEMENT_VECTOR_INTEGER_ICMP(sle,Ty); in executeICMP_SLE()
255 IMPLEMENT_VECTOR_INTEGER_ICMP(uge,Ty); in executeICMP_UGE()
[all …]
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp119 #define IMPLEMENT_VECTOR_INTEGER_ICMP(OP, TY) \ macro
143 IMPLEMENT_VECTOR_INTEGER_ICMP(eq,Ty); in executeICMP_EQ()
157 IMPLEMENT_VECTOR_INTEGER_ICMP(ne,Ty); in executeICMP_NE()
171 IMPLEMENT_VECTOR_INTEGER_ICMP(ult,Ty); in executeICMP_ULT()
185 IMPLEMENT_VECTOR_INTEGER_ICMP(slt,Ty); in executeICMP_SLT()
199 IMPLEMENT_VECTOR_INTEGER_ICMP(ugt,Ty); in executeICMP_UGT()
213 IMPLEMENT_VECTOR_INTEGER_ICMP(sgt,Ty); in executeICMP_SGT()
227 IMPLEMENT_VECTOR_INTEGER_ICMP(ule,Ty); in executeICMP_ULE()
241 IMPLEMENT_VECTOR_INTEGER_ICMP(sle,Ty); in executeICMP_SLE()
255 IMPLEMENT_VECTOR_INTEGER_ICMP(uge,Ty); in executeICMP_UGE()
[all …]