Home
last modified time | relevance | path

Searched refs:vcmp (Results 1 – 18 of 18) sorted by relevance

/external/compiler-rt/lib/arm/
Dgesf2vfp.S24 vcmp.f32 s14, s15
Dlesf2vfp.S24 vcmp.f32 s14, s15
Dltsf2vfp.S24 vcmp.f32 s14, s15
Dunordsf2vfp.S24 vcmp.f32 s14, s15
Dgtsf2vfp.S24 vcmp.f32 s14, s15
Dnesf2vfp.S24 vcmp.f32 s14, s15
Deqsf2vfp.S24 vcmp.f32 s14, s15
Dledf2vfp.S24 vcmp.f64 d6, d7
Deqdf2vfp.S24 vcmp.f64 d6, d7
Dnedf2vfp.S24 vcmp.f64 d6, d7
Dltdf2vfp.S24 vcmp.f64 d6, d7
Dunorddf2vfp.S24 vcmp.f64 d6, d7
Dgtdf2vfp.S24 vcmp.f64 d6, d7
Dgedf2vfp.S24 vcmp.f64 d6, d7
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td315 IIC_fpCMP64, "vcmp", ".f64\t$Dd, $Dm",
320 IIC_fpCMP32, "vcmp", ".f32\t$Sd, $Sm",
370 IIC_fpCMP64, "vcmp", ".f64\t$Dd, #0",
378 IIC_fpCMP32, "vcmp", ".f32\t$Sd, #0",
1393 def : VFP2MnemonicAlias<"fcmps", "vcmp.f32">;
1394 def : VFP2MnemonicAlias<"fcmpd", "vcmp.f64">;
/external/v8/src/arm/
Dassembler-arm.h1120 void vcmp(const DwVfpRegister src1,
1123 void vcmp(const DwVfpRegister src1,
Dassembler-arm.cc2335 void Assembler::vcmp(const DwVfpRegister src1, in vcmp() function in v8::internal::Assembler
2348 void Assembler::vcmp(const DwVfpRegister src1, in vcmp() function in v8::internal::Assembler
Dmacro-assembler-arm.cc765 vcmp(src1, src2, cond); in VFPCompareAndLoadFlags()
774 vcmp(src1, src2, cond); in VFPCompareAndLoadFlags()