Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dops_sse_header.h.inc191 SSE_HELPER_CMP(cmpeq, FPU_CMPQ, FPU_EQ)
195 SSE_HELPER_CMP(cmpneq, FPU_CMPQ, !FPU_EQ)
200 SSE_HELPER_CMP(cmpequ, FPU_CMPQ, FPU_EQU)
210 SSE_HELPER_CMP(cmpltq, FPU_CMPQ, FPU_LT)
211 SSE_HELPER_CMP(cmpleq, FPU_CMPQ, FPU_LE)
214 SSE_HELPER_CMP(cmpnltq, FPU_CMPQ, !FPU_LT)
215 SSE_HELPER_CMP(cmpnleq, FPU_CMPQ, !FPU_LE)
219 SSE_HELPER_CMP(cmpngeq, FPU_CMPQ, !FPU_GE)
220 SSE_HELPER_CMP(cmpngtq, FPU_CMPQ, !FPU_GT)
223 SSE_HELPER_CMP(cmpgeq, FPU_CMPQ, FPU_GE)
[all …]
/openbmc/qemu/target/i386/
H A Dops_sse.h1055 #define FPU_CMPQ(size, a, b) \ macro
1064 SSE_HELPER_CMP(cmpeq, FPU_CMPQ, FPU_EQ)
1068 SSE_HELPER_CMP(cmpneq, FPU_CMPQ, !FPU_EQ)
1073 SSE_HELPER_CMP(cmpequ, FPU_CMPQ, FPU_EQU)
1083 SSE_HELPER_CMP(cmpltq, FPU_CMPQ, FPU_LT)
1084 SSE_HELPER_CMP(cmpleq, FPU_CMPQ, FPU_LE)
1087 SSE_HELPER_CMP(cmpnltq, FPU_CMPQ, !FPU_LT)
1088 SSE_HELPER_CMP(cmpnleq, FPU_CMPQ, !FPU_LE)
1092 SSE_HELPER_CMP(cmpngeq, FPU_CMPQ, !FPU_GE)
1096 SSE_HELPER_CMP(cmpgeq, FPU_CMPQ, FPU_GE)
[all …]