Home
last modified time | relevance | path

Searched refs:vdiv (Results 1 – 21 of 21) 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-VFP: 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/v8/test/cctest/
Dtest-disasm-arm.cc530 COMPARE(vdiv(d2, d2, d2), in TEST()
532 COMPARE(vdiv(d6, d7, d7, hi), in TEST()
535 COMPARE(vdiv(s2, s2, s2), in TEST()
537 COMPARE(vdiv(s6, s7, s7, hi), in TEST()
700 COMPARE(vdiv(d16, d17, d18), in TEST()
Dtest-assembler-arm.cc1063 __ vdiv(d25, d25, d18);
1179 __ vdiv(d2, d0, d1);
/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/src/arm/
Dassembler-arm.h1191 void vdiv(const DwVfpRegister dst,
1195 void vdiv(const SwVfpRegister dst, const SwVfpRegister src1,
Dassembler-arm.cc3218 void Assembler::vdiv(const DwVfpRegister dst, in vdiv() function in v8::internal::Assembler
3238 void Assembler::vdiv(const SwVfpRegister dst, const SwVfpRegister src1, in vdiv() function in v8::internal::Assembler
Dcode-stubs-arm.cc837 __ vdiv(double_result, double_result, double_scratch); in Generate() local
887 __ vdiv(double_result, double_scratch, double_result); in Generate() local
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc719 __ vdiv(i.OutputFloat32Register(), i.InputFloat32Register(0), in AssembleArchInstruction() local
770 __ vdiv(i.OutputFloat64Register(), i.InputFloat64Register(0), in AssembleArchInstruction() local
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td317 IIC_fpDIV64, "vdiv", ".f64\t$Dd, $Dn, $Dm",
323 IIC_fpDIV32, "vdiv", ".f32\t$Sd, $Sn, $Sm",
1827 def : VFP2MnemonicAlias<"fdivs", "vdiv.f32">;
1828 def : VFP2MnemonicAlias<"fdivd", "vdiv.f64">;
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc1155 __ vdiv(quotient, dividend, divisor); in DoModI() local
1297 __ vdiv(vleft, vleft, vright); // vleft now contains the result. in DoDivI() local
1473 __ vdiv(vleft, vleft, vright); // vleft now contains the result. in DoFlooringDivI() local
1992 __ vdiv(result, left, right); in DoArithmeticD() local
/external/v8/src/x64/
Dassembler-x64.h1336 AVX_SP_3(vdiv, 0x5e);
/external/clang/include/clang/Basic/
Darm_neon.td906 def FDIV : IOpInst<"vdiv", "ddd", "fdQfQd", OP_DIV>;
/external/llvm/lib/Target/X86/
DX86InstrAVX512.td3714 defm VDIV : avx512_binop_s_round<0x5E, "vdiv", fdiv, X86fdivRnd, SSE_ALU_ITINS_S, 0>;
3804 defm VDIV : avx512_fp_binop_p<0x5E, "vdiv", fdiv>,
3805 avx512_fp_binop_p_round<0x5E, "vdiv", X86fdivRnd>;