OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSE_HELPER_CMP
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-i386/
ops_sse_header.h
201
#define
SSE_HELPER_CMP
(name, F)\
207
SSE_HELPER_CMP
(cmpeq, FPU_CMPEQ)
208
SSE_HELPER_CMP
(cmplt, FPU_CMPLT)
209
SSE_HELPER_CMP
(cmple, FPU_CMPLE)
210
SSE_HELPER_CMP
(cmpunord, FPU_CMPUNORD)
211
SSE_HELPER_CMP
(cmpneq, FPU_CMPNEQ)
212
SSE_HELPER_CMP
(cmpnlt, FPU_CMPNLT)
213
SSE_HELPER_CMP
(cmpnle, FPU_CMPNLE)
214
SSE_HELPER_CMP
(cmpord, FPU_CMPORD)
345
#undef
SSE_HELPER_CMP
[
all
...]
ops_sse.h
857
#define
SSE_HELPER_CMP
(name, F)\
890
SSE_HELPER_CMP
(cmpeq, FPU_CMPEQ)
891
SSE_HELPER_CMP
(cmplt, FPU_CMPLT)
892
SSE_HELPER_CMP
(cmple, FPU_CMPLE)
893
SSE_HELPER_CMP
(cmpunord, FPU_CMPUNORD)
894
SSE_HELPER_CMP
(cmpneq, FPU_CMPNEQ)
895
SSE_HELPER_CMP
(cmpnlt, FPU_CMPNLT)
896
SSE_HELPER_CMP
(cmpnle, FPU_CMPNLE)
897
SSE_HELPER_CMP
(cmpord, FPU_CMPORD)
[
all
...]
Completed in 180 milliseconds