Searched refs:vcmp (Results 1 - 21 of 21) sorted by relevance

/external/compiler-rt/lib/builtins/arm/
H A Deqdf2vfp.S24 vcmp.f64 d6, d7
H A Deqsf2vfp.S24 vcmp.f32 s14, s15
H A Dgedf2vfp.S24 vcmp.f64 d6, d7
H A Dgesf2vfp.S24 vcmp.f32 s14, s15
H A Dgtdf2vfp.S24 vcmp.f64 d6, d7
H A Dgtsf2vfp.S24 vcmp.f32 s14, s15
H A Dledf2vfp.S24 vcmp.f64 d6, d7
H A Dlesf2vfp.S24 vcmp.f32 s14, s15
H A Dltdf2vfp.S24 vcmp.f64 d6, d7
H A Dltsf2vfp.S24 vcmp.f32 s14, s15
H A Dnedf2vfp.S24 vcmp.f64 d6, d7
H A Dnesf2vfp.S24 vcmp.f32 s14, s15
H A Dunorddf2vfp.S24 vcmp.f64 d6, d7
H A Dunordsf2vfp.S24 vcmp.f32 s14, s15
/external/valgrind/main/none/tests/arm/
H A Dvfp.stdout.exp726 vcmp.f64 d0, d19 :: FPSCR 0x80000000 Dd 0xc00ba752 5460aa65 Dm 0xc004fef9 db22d0e5
727 vcmp.f64 d11, d16 :: FPSCR 0x20000000 Dd 0x40d6ecdc cccccccd Dm 0x40aac300 00000000
728 vcmp.f64 d21, d30 :: FPSCR 0x20000000 Dd 0xc0b1ac80 00000000 Dm 0xc11b9be6 00000000
729 vcmp.f64 d7, d28 :: FPSCR 0x20000000 Dd 0x407a9800 00000000 Dm 0xc07c84cc cccccccd
730 vcmp.f64 d29, d3 :: FPSCR 0x20000000 Dd 0x7ff00000 00000000 Dm 0x40e0e04e 66666666
731 vcmp.f64 d3, d22 :: FPSCR 0x60000000 Dd 0x40000000 00000000 Dm 0x40000000 00000000
732 vcmp.f64 d3, d22 :: FPSCR 0x60000000 Dd 0x40280bc6 a7ef9db2 Dm 0x40280bc6 a7ef9db2
733 vcmp.f64 d3, d22 :: FPSCR 0x60000000 Dd 0x00000000 00000000 Dm 0x00000000 00000000
734 vcmp.f64 d9, d2 :: FPSCR 0x60000000 Dd 0x7ff00000 00000000 Dm 0x7ff00000 00000000
735 vcmp
[all...]
/external/llvm/test/MC/ARM/
H A Dsingle-precision-fp.s57 vcmp.f64 d2, d3
60 vcmp.f64 d6, #0
64 @ CHECK-ERRORS-NEXT: vcmp.f64 d2, d3
70 @ CHECK-ERRORS-NEXT: vcmp.f64 d6, #0
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm.cc485 COMPARE(vcmp(d0, d1),
486 "eeb40b41 vcmp.f64 d0, d1");
487 COMPARE(vcmp(d0, 0.0),
488 "eeb50b40 vcmp.f64 d0, #0.0");
628 COMPARE(vcmp(d16, d17),
629 "eef40b61 vcmp.f64 d16, d17");
630 COMPARE(vcmp(d16, 0.0),
631 "eef50b40 vcmp.f64 d16, #0.0");
/external/chromium_org/v8/src/arm/
H A Ddisasm-arm.cc1220 // vcmp(Dd, Dm)
1376 Format(instr, "vcmp'cond.f64 'Dd, 'Dm");
1378 Format(instr, "vcmp'cond.f64 'Dd, #0.0");
H A Dassembler-arm.h1258 void vcmp(const DwVfpRegister src1,
1261 void vcmp(const DwVfpRegister src1,
H A Dassembler-arm.cc3015 void Assembler::vcmp(const DwVfpRegister src1, function in class:v8::internal::Assembler
3018 // vcmp(Dd, Dm) double precision floating point comparison.
3031 void Assembler::vcmp(const DwVfpRegister src1, function in class:v8::internal::Assembler
3034 // vcmp(Dd, #0.0) double precision floating point comparison.
H A Dmacro-assembler-arm.cc883 vcmp(src1, src2, cond);
892 vcmp(src1, src2, cond);

Completed in 159 milliseconds