Searched refs:FPU_LE (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | ops_sse_header.h.inc | 193 SSE_HELPER_CMP(cmple, FPU_CMPS, FPU_LE) 197 SSE_HELPER_CMP(cmpnle, FPU_CMPS, !FPU_LE) 211 SSE_HELPER_CMP(cmpleq, FPU_CMPQ, FPU_LE) 215 SSE_HELPER_CMP(cmpnleq, FPU_CMPQ, !FPU_LE)
|
/openbmc/qemu/target/i386/ |
H A D | ops_sse.h | 1049 #define FPU_LE(x) (x <= float_relation_equal) macro 1066 SSE_HELPER_CMP(cmple, FPU_CMPS, FPU_LE) 1070 SSE_HELPER_CMP(cmpnle, FPU_CMPS, !FPU_LE) 1084 SSE_HELPER_CMP(cmpleq, FPU_CMPQ, FPU_LE) 1088 SSE_HELPER_CMP(cmpnleq, FPU_CMPQ, !FPU_LE)
|