/external/llvm/test/CodeGen/ARM/ |
D | fdivs.ll | 13 ; 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{{.}}
|
D | vdiv_combine.ll | 11 ; 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}}
|
D | fparith.ll | 69 ;CHECK: vdiv.f32 77 ;CHECK: vdiv.f64
|
D | fp16-promote.ll | 64 ; CHECK-VFP: vdiv.f32
|
/external/llvm/test/MC/ARM/ |
D | simple-fp-encoding.s | 13 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]
|
D | single-precision-fp.s | 7 vdiv.f64 d4, d5, d6 15 @ CHECK-ERRORS-NEXT: vdiv.f64 d4, d5, d6
|
/external/compiler-rt/lib/builtins/arm/ |
D | divsf3vfp.S | 23 vdiv.f32 s13, s14, s15
|
D | divdf3vfp.S | 23 vdiv.f64 d5, d6, d7
|
/external/v8/test/cctest/ |
D | test-disasm-arm.cc | 530 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()
|
D | test-assembler-arm.cc | 1063 __ vdiv(d25, d25, d18); 1179 __ vdiv(d2, d0, d1);
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | fp-encoding.txt | 16 # CHECK: vdiv.f64 d16, d17, d16 19 # CHECK: vdiv.f32 s0, s1, s0
|
/external/llvm/test/CodeGen/Thumb2/ |
D | float-ops.ll | 67 ; HARD: vdiv.f32 s 77 ; DP: vdiv.f64 d0, d0, d1
|
/external/v8/src/arm/ |
D | assembler-arm.h | 1191 void vdiv(const DwVfpRegister dst, 1195 void vdiv(const SwVfpRegister dst, const SwVfpRegister src1,
|
D | assembler-arm.cc | 3218 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
|
D | code-stubs-arm.cc | 837 __ 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/ |
D | code-generator-arm.cc | 719 __ vdiv(i.OutputFloat32Register(), i.InputFloat32Register(0), in AssembleArchInstruction() local 770 __ vdiv(i.OutputFloat64Register(), i.InputFloat64Register(0), in AssembleArchInstruction() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 317 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/ |
D | lithium-codegen-arm.cc | 1155 __ 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/ |
D | assembler-x64.h | 1336 AVX_SP_3(vdiv, 0x5e);
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 906 def FDIV : IOpInst<"vdiv", "ddd", "fdQfQd", OP_DIV>;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrAVX512.td | 3714 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>;
|