Searched refs:FPU_EQU (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | ops_sse_header.h.inc | 200 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 D | ops_sse.h | 1039 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)
|