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)
194 SSE_HELPER_CMP(cmpunord, FPU_CMPQ, FPU_UNORD)
195 SSE_HELPER_CMP(cmpneq, FPU_CMPQ, !FPU_EQ)
198 SSE_HELPER_CMP(cmpord, FPU_CMPQ, !FPU_UNORD)
200 SSE_HELPER_CMP(cmpequ, FPU_CMPQ, FPU_EQU)
203 SSE_HELPER_CMP(cmpfalse, FPU_CMPQ, FPU_FALSE)
204 SSE_HELPER_CMP(cmpnequ, FPU_CMPQ, !FPU_EQU)
207 SSE_HELPER_CMP(cmptrue, FPU_CMPQ, !FPU_FALSE)
210 SSE_HELPER_CMP(cmpltq, FPU_CMPQ, FPU_LT)
211 SSE_HELPER_CMP(cmpleq, FPU_CMPQ, FPU_LE)
[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)
1067 SSE_HELPER_CMP(cmpunord, FPU_CMPQ, FPU_UNORD)
1068 SSE_HELPER_CMP(cmpneq, FPU_CMPQ, !FPU_EQ)
1071 SSE_HELPER_CMP(cmpord, FPU_CMPQ, !FPU_UNORD)
1073 SSE_HELPER_CMP(cmpequ, FPU_CMPQ, FPU_EQU)
1076 SSE_HELPER_CMP(cmpfalse, FPU_CMPQ, FPU_FALSE)
1077 SSE_HELPER_CMP(cmpnequ, FPU_CMPQ, !FPU_EQU)
1080 SSE_HELPER_CMP(cmptrue, FPU_CMPQ, !FPU_FALSE)
1083 SSE_HELPER_CMP(cmpltq, FPU_CMPQ, FPU_LT)
[all …]