Home
last modified time | relevance | path

Searched refs:vdiv (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dfdivs.ll13 ; VFP2: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
16 ; NFP1: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
18 ; NFP0: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
21 ; CORTEXA8: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
23 ; CORTEXA9: vdiv.f32 s{{.}}, s{{.}}, s{{.}}
Dvdiv_combine.ll11 ; CHECK-NOT: {{vdiv|vmul}}
27 ; CHECK-NOT: {{vdiv|vmul}}
41 ; CHECK: {{vdiv|vmul}}
55 ; CHECK: {{vdiv|vmul}}
69 ; CHECK-NOT: {{vdiv|vmul}}
83 ; CHECK-NOT: {{vdiv|vmul}}
Dfparith.ll69 ;CHECK: vdiv.f32
77 ;CHECK: vdiv.f64
/external/llvm/test/MC/ARM/
Dsimple-fp-encoding.s13 vdiv.f64 d16, d17, d16
14 vdiv.f32 s0, s1, s0
15 vdiv.f32 s5, s7
16 vdiv.f64 d5, d7
18 @ CHECK: vdiv.f64 d16, d17, d16 @ encoding: [0xa0,0x0b,0xc1,0xee]
19 @ CHECK: vdiv.f32 s0, s1, s0 @ encoding: [0x80,0x0a,0x80,0xee]
20 @ CHECK: vdiv.f32 s5, s5, s7 @ encoding: [0xa3,0x2a,0xc2,0xee]
21 @ CHECK: vdiv.f64 d5, d5, d7 @ encoding: [0x07,0x5b,0x85,0xee]
/external/compiler-rt/lib/arm/
Ddivsf3vfp.S23 vdiv.f32 s13, s14, s15
Ddivdf3vfp.S23 vdiv.f64 d5, d6, d7
/external/llvm/test/MC/Disassembler/ARM/
Dfp-encoding.txt16 # CHECK: vdiv.f64 d16, d17, d16
19 # CHECK: vdiv.f32 s0, s1, s0
/external/v8/test/cctest/
Dtest-disasm-arm.cc463 COMPARE(vdiv(d2, d2, d2), in TEST()
465 COMPARE(vdiv(d6, d7, d7, hi), in TEST()
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td268 IIC_fpDIV64, "vdiv", ".f64\t$Dd, $Dn, $Dm",
274 IIC_fpDIV32, "vdiv", ".f32\t$Sd, $Sn, $Sm",
1423 def : VFP2MnemonicAlias<"fdivs", "vdiv.f32">;
1424 def : VFP2MnemonicAlias<"fdivd", "vdiv.f64">;
/external/v8/src/arm/
Dassembler-arm.h1116 void vdiv(const DwVfpRegister dst,
Dcode-stubs-arm.cc2484 __ vdiv(d5, d6, d7); in GenerateFPOperation() local
2803 __ vdiv(d5, d6, d7); in GenerateInt32Stub() local
3549 __ vdiv(double_result, double_result, double_scratch); in Generate() local
3599 __ vdiv(double_result, double_scratch, double_result); in Generate() local
Dassembler-arm.cc2320 void Assembler::vdiv(const DwVfpRegister dst, in vdiv() function in v8::internal::Assembler
Dlithium-codegen-arm.cc1009 __ vdiv(quotient, dividend, divisor); in DoModI() local
1534 __ vdiv(result, left, right); in DoArithmeticD() local