Searched refs:fcmovu (Results 1 - 6 of 6) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
H A Dtest_FCMOV.c36 TEST(fcmovu)
71 err |= !(fcmovu(0) == 1.0); err |= !(fcmovnu(0) != 1.0);
76 err |= !(fcmovu(CF) == 1.0); err |= !(fcmovnu(CF) != 1.0);
81 err |= !(fcmovu(ZF) == 1.0); err |= !(fcmovnu(ZF) != 1.0);
86 err |= !(fcmovu(PF) != 1.0); err |= !(fcmovnu(PF) == 1.0);
/external/llvm/test/MC/X86/
H A Dx86-64.s423 fcmovu %st(1), %st(0) // CHECK: fcmovu %st(1), %st(0) label
H A Dx86-32-coverage.s2851 // CHECK: fcmovu %st(2), %st(0)
2853 fcmovu %st(2),%st
/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86-64.s386 fcmovu %st(1), %st(0) // CHECK: fcmovu %st(1), %st(0) label
H A Dx86-32-coverage.s4472 // CHECK: fcmovu %st(2), %st(0)
4474 fcmovu %st(2),%st
14153 // CHECK: fcmovu %st(2), %st(0)
14154 fcmovu %st(2),%st
/external/valgrind/perf/
H A Dtinycc.c3492 DEF_ASM_OP2(fcmovu, 0xdad8, 0, OPC_REG, OPT_ST, OPT_ST0 )
3949 DEF_ASM_OP2(fcmovu, 0xdad8, 0, OPC_REG, OPT_ST, OPT_ST0 )
4824 DEF_ASM_OP2(fcmovu, 0xdad8, 0, OPC_REG, OPT_ST, OPT_ST0 )
5281 DEF_ASM_OP2(fcmovu, 0xdad8, 0, OPC_REG, OPT_ST, OPT_ST0 )
15531 DEF_ASM_OP2(fcmovu, 0xdad8, 0, OPC_REG, OPT_ST, OPT_ST0 )
15993 DEF_ASM_OP2(fcmovu, 0xdad8, 0, OPC_REG, OPT_ST, OPT_ST0 )

Completed in 400 milliseconds