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

/external/linux-kselftest/tools/testing/selftests/x86/
H A Dtest_FCMOV.c40 TEST(fcmovnu)
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.s428 fcmovnu %st(1), %st(0) // CHECK: fcmovnu %st(1), %st(0) label
H A Dx86-32-coverage.s2867 // CHECK: fcmovnu %st(2), %st(0)
2869 fcmovnu %st(2),%st
/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86-64.s391 fcmovnu %st(1), %st(0) // CHECK: fcmovnu %st(1), %st(0) label
H A Dx86-32-coverage.s4488 // CHECK: fcmovnu %st(2), %st(0)
4490 fcmovnu %st(2),%st
14165 // CHECK: fcmovnu %st(2), %st(0)
14166 fcmovnu %st(2),%st
/external/valgrind/perf/
H A Dtinycc.c3496 DEF_ASM_OP2(fcmovnu, 0xdbd8, 0, OPC_REG, OPT_ST, OPT_ST0 )
3953 DEF_ASM_OP2(fcmovnu, 0xdbd8, 0, OPC_REG, OPT_ST, OPT_ST0 )
4828 DEF_ASM_OP2(fcmovnu, 0xdbd8, 0, OPC_REG, OPT_ST, OPT_ST0 )
5285 DEF_ASM_OP2(fcmovnu, 0xdbd8, 0, OPC_REG, OPT_ST, OPT_ST0 )
15535 DEF_ASM_OP2(fcmovnu, 0xdbd8, 0, OPC_REG, OPT_ST, OPT_ST0 )
15997 DEF_ASM_OP2(fcmovnu, 0xdbd8, 0, OPC_REG, OPT_ST, OPT_ST0 )

Completed in 769 milliseconds