Home
last modified time | relevance | path

Searched refs:vdiv (Results 1 – 20 of 20) 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
Dfp16-promote.ll64 ; CHECK-FP16: vdiv.f32
69 ; CHECK-LIBCALL: vdiv.f32
/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]
Dsingle-precision-fp.s7 vdiv.f64 d4, d5, d6
15 @ CHECK-ERRORS-NEXT: vdiv.f64 d4, d5, d6
/external/compiler-rt/lib/builtins/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/llvm/test/CodeGen/Thumb2/
Dfloat-ops.ll67 ; HARD: vdiv.f32 s
77 ; DP: vdiv.f64 d0, d0, d1
/external/v8/test/cctest/
Dtest-disasm-arm.cc480 COMPARE(vdiv(d2, d2, d2), in TEST()
482 COMPARE(vdiv(d6, d7, d7, hi), in TEST()
625 COMPARE(vdiv(d16, d17, d18), in TEST()
Dtest-assembler-arm.cc1055 __ vdiv(d25, d25, d18);
1171 __ vdiv(d2, d0, d1);
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td318 IIC_fpDIV64, "vdiv", ".f64\t$Dd, $Dn, $Dm",
324 IIC_fpDIV32, "vdiv", ".f32\t$Sd, $Sn, $Sm",
1806 def : VFP2MnemonicAlias<"fdivs", "vdiv.f32">;
1807 def : VFP2MnemonicAlias<"fdivd", "vdiv.f64">;
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc305 __ vdiv(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
/external/v8/src/arm/
Dassembler-arm.h1254 void vdiv(const DwVfpRegister dst,
Dlithium-codegen-arm.cc1287 __ vdiv(quotient, dividend, divisor); in DoModI() local
1429 __ vdiv(vleft, vleft, vright); // vleft now contains the result. in DoDivI() local
1605 __ vdiv(vleft, vleft, vright); // vleft now contains the result. in DoFlooringDivI() local
2149 __ vdiv(result, left, right); in DoArithmeticD() local
Dcode-stubs-arm.cc866 __ vdiv(double_result, double_result, double_scratch); in Generate() local
916 __ vdiv(double_result, double_scratch, double_result); in Generate() local
Dassembler-arm.cc2995 void Assembler::vdiv(const DwVfpRegister dst, in vdiv() function in v8::internal::Assembler
/external/clang/include/clang/Basic/
Darm_neon.td875 def FDIV : IOpInst<"vdiv", "ddd", "fdQfQd", OP_DIV>;
/external/llvm/lib/Target/X86/
DX86InstrAVX512.td3266 defm VDIV : avx512_binop_s_round<0x5E, "vdiv", fdiv, X86fdivRnd, SSE_ALU_ITINS_S, 0>;
3339 defm VDIV : avx512_fp_binop_p<0x5E, "vdiv", fdiv>,
3340 avx512_fp_binop_p_round<0x5E, "vdiv", X86fdivRnd>;