Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dops_sse_header.h.inc200 SSE_HELPER_CMP(cmpequ, FPU_CMPQ, FPU_EQU)
204 SSE_HELPER_CMP(cmpnequ, FPU_CMPQ, !FPU_EQU)
218 SSE_HELPER_CMP(cmpequs, FPU_CMPS, FPU_EQU)
222 SSE_HELPER_CMP(cmpnequs, FPU_CMPS, !FPU_EQU)
/openbmc/qemu/target/i386/
H A Dops_sse.h1039 static inline bool FPU_EQU(FloatRelation x) in FPU_EQU() function
1073 SSE_HELPER_CMP(cmpequ, FPU_CMPQ, FPU_EQU)
1077 SSE_HELPER_CMP(cmpnequ, FPU_CMPQ, !FPU_EQU)
1091 SSE_HELPER_CMP(cmpequs, FPU_CMPS, FPU_EQU)
1095 SSE_HELPER_CMP(cmpnequs, FPU_CMPS, !FPU_EQU)