/external/valgrind/main/none/tests/mips32/ |
D | Makefile.am | 21 vfp.stdout.exp-mips32-BE vfp.stdout.exp-mips32r2-BE \ 22 vfp.stdout.exp-mips32-LE vfp.stdout.exp-mips32r2-LE vfp.stderr.exp \ 23 vfp.vgtest \ 50 vfp \ program
|
D | Makefile.in | 66 MoveIns$(EXEEXT) round$(EXEEXT) vfp$(EXEEXT) \ 141 vfp_SOURCES = vfp.c 142 vfp_OBJECTS = vfp.$(OBJEXT) 162 $(test_math_SOURCES) unaligned_load_store.c vfp.c 167 $(test_math_SOURCES) unaligned_load_store.c vfp.c 476 vfp.stdout.exp-mips32-BE vfp.stdout.exp-mips32r2-BE \ 477 vfp.stdout.exp-mips32-LE vfp.stdout.exp-mips32r2-LE vfp.stderr.exp \ 478 vfp.vgtest \ 594 vfp$(EXEEXT): $(vfp_OBJECTS) $(vfp_DEPENDENCIES) $(EXTRA_vfp_DEPENDENCIES) 595 @rm -f vfp$(EXEEXT) [all …]
|
D | vfp.vgtest | 1 prog: vfp
|
/external/qemu/target-arm/ |
D | neon_helper.c | 19 #define SET_QC() env->vfp.xregs[ARM_VFP_FPSCR] |= CPSR_Q 1836 uint64_t zm0 = float64_val(env->vfp.regs[rm]); in HELPER() 1837 uint64_t zm1 = float64_val(env->vfp.regs[rm + 1]); in HELPER() 1838 uint64_t zd0 = float64_val(env->vfp.regs[rd]); in HELPER() 1839 uint64_t zd1 = float64_val(env->vfp.regs[rd + 1]); in HELPER() 1856 env->vfp.regs[rm] = make_float64(m0); in HELPER() 1857 env->vfp.regs[rm + 1] = make_float64(m1); in HELPER() 1858 env->vfp.regs[rd] = make_float64(d0); in HELPER() 1859 env->vfp.regs[rd + 1] = make_float64(d1); in HELPER() 1864 uint64_t zm0 = float64_val(env->vfp.regs[rm]); in HELPER() [all …]
|
D | helper.c | 63 env->vfp.xregs[ARM_VFP_FPSID] = 0x41011090; in cpu_reset_model_id() 79 env->vfp.xregs[ARM_VFP_FPSID] = 0x410110a0; in cpu_reset_model_id() 101 env->vfp.xregs[ARM_VFP_FPSID] = 0x410120b4; in cpu_reset_model_id() 102 env->vfp.xregs[ARM_VFP_MVFR0] = 0x11111111; in cpu_reset_model_id() 103 env->vfp.xregs[ARM_VFP_MVFR1] = 0x00000000; in cpu_reset_model_id() 116 env->vfp.xregs[ARM_VFP_FPSID] = 0x410120b5; in cpu_reset_model_id() 117 env->vfp.xregs[ARM_VFP_MVFR0] = 0x11111111; in cpu_reset_model_id() 118 env->vfp.xregs[ARM_VFP_MVFR1] = 0x00000000; in cpu_reset_model_id() 132 env->vfp.xregs[ARM_VFP_FPSID] = 0x410120b4; in cpu_reset_model_id() 133 env->vfp.xregs[ARM_VFP_MVFR0] = 0x11111111; in cpu_reset_model_id() [all …]
|
D | machine.c | 71 u.d = env->vfp.regs[i]; in cpu_save() 76 qemu_put_be32(f, env->vfp.xregs[i]); in cpu_save() 80 qemu_put_be32(f, env->vfp.vec_len); in cpu_save() 81 qemu_put_be32(f, env->vfp.vec_stride); in cpu_save() 86 u.d = env->vfp.regs[i]; in cpu_save() 200 env->vfp.regs[i] = u.d; in cpu_load() 203 env->vfp.xregs[i] = qemu_get_be32(f); in cpu_load() 207 env->vfp.vec_len = qemu_get_be32(f); in cpu_load() 208 env->vfp.vec_stride = qemu_get_be32(f); in cpu_load() 215 env->vfp.regs[i] = u.d; in cpu_load()
|
D | op_helper.c | 42 table = (uint64_t *)&env->vfp.regs[rn]; in HELPER() 522 env->vfp.regs[rd] = make_float64(LDQ(addr)); in HELPER() 524 STQ(addr, float64_val(env->vfp.regs[rd])); in HELPER() 534 env->vfp.regs[rd] = make_float64(tmp64); in HELPER() 536 tmp64 = float64_val(env->vfp.regs[rd]); in HELPER() 549 env->vfp.regs[rd] = make_float64(tmp64); in HELPER() 551 tmp64 = float64_val(env->vfp.regs[rd]); in HELPER() 563 env->vfp.regs[rd] = make_float64(tmp64); in HELPER() 565 tmp64 = float64_val(env->vfp.regs[rd]); in HELPER()
|
/external/valgrind/main/none/tests/arm/ |
D | Makefile.in | 66 vcvt_fixed_float_VFP$(EXEEXT) vfp$(EXEEXT) 124 vfp_SOURCES = vfp.c 125 vfp_OBJECTS = vfp-vfp.$(OBJEXT) 139 v6intARM.c v6intThumb.c v6media.c vcvt_fixed_float_VFP.c vfp.c 141 v6intARM.c v6intThumb.c v6media.c vcvt_fixed_float_VFP.c vfp.c 446 vfp.stdout.exp vfp.stderr.exp vfp.vgtest 543 vfp$(EXEEXT): $(vfp_OBJECTS) $(vfp_DEPENDENCIES) $(EXTRA_vfp_DEPENDENCIES) 544 @rm -f vfp$(EXEEXT) 563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vfp-vfp.Po@am__quote@ 707 vfp-vfp.o: vfp.c [all …]
|
D | Makefile.am | 17 vfp.stdout.exp vfp.stderr.exp vfp.vgtest \ 31 vfp \ program
|
D | vfp.vgtest | 1 prog: vfp
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
D | mcomp.c | 197 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse) 207 const vp8_variance_fn_ptr_t *vfp, in vp8_find_best_sub_pixel_step_iteratively() argument 252 … vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2); in vp8_find_best_sub_pixel_step_iteratively() 266 besterr = vfp->vf(y, y_stride, z, b->src_stride, sse1); in vp8_find_best_sub_pixel_step_iteratively() 365 const vp8_variance_fn_ptr_t *vfp, in vp8_find_best_sub_pixel_step() argument 388 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); in vp8_find_best_sub_pixel_step() 401 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1); in vp8_find_best_sub_pixel_step() 408 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 420 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 434 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() [all …]
|
D | pickinter.h | 28 const vp8_variance_fn_ptr_t *vfp,
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse) 206 const vp8_variance_fn_ptr_t *vfp, in vp8_find_best_sub_pixel_step_iteratively() argument 251 … vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2); in vp8_find_best_sub_pixel_step_iteratively() 265 besterr = vfp->vf(y, y_stride, z, b->src_stride, sse1); in vp8_find_best_sub_pixel_step_iteratively() 364 const vp8_variance_fn_ptr_t *vfp, in vp8_find_best_sub_pixel_step() argument 387 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); in vp8_find_best_sub_pixel_step() 400 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1); in vp8_find_best_sub_pixel_step() 407 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 419 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() 433 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step() [all …]
|
D | pickinter.h | 28 const vp8_variance_fn_ptr_t *vfp,
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 178 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \ 181 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \ 291 besterr = vfp->vf(comp_pred, w, z, src_stride, sse1); \ 293 besterr = vfp->vf(y + offset, y_stride, z, src_stride, sse1); \ 302 const vp9_variance_fn_ptr_t *vfp, in vp9_find_best_sub_pixel_tree_pruned() argument 394 const vp9_variance_fn_ptr_t *vfp, in vp9_find_best_sub_pixel_tree() argument 498 const vp9_variance_fn_ptr_t *vfp, in vp9_pattern_search() argument 524 bestsad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 540 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 551 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() [all …]
|
D | vp9_mcomp.h | 56 const vp9_variance_fn_ptr_t *vfp, 61 const vp9_variance_fn_ptr_t *vfp, 99 const vp9_variance_fn_ptr_t *vfp,
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 42 const vp9_variance_fn_ptr_t *vfp, 47 const vp9_variance_fn_ptr_t *vfp, 84 const vp9_variance_fn_ptr_t *vfp, 99 const vp9_variance_fn_ptr_t *vfp,
|
D | vp9_mcomp.c | 180 vfp->svf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), z, \ 267 const vp9_variance_fn_ptr_t *vfp, in vp9_find_best_sub_pixel_tree() argument 306 besterr = vfp->vf(y, y_stride, z, src_stride, sse1); in vp9_find_best_sub_pixel_tree() 356 vfp->svaf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), \ 363 const vp9_variance_fn_ptr_t *vfp, in vp9_find_best_sub_pixel_comp_tree() argument 408 besterr = vfp->vf(comp_pred, w, z, src_stride, sse1); in vp9_find_best_sub_pixel_comp_tree() 504 const vp9_variance_fn_ptr_t *vfp, in vp9_pattern_search() argument 532 bestsad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 549 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 560 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() [all …]
|
/external/blktrace/btreplay/ |
D | btrecord.c | 91 FILE *ofp, *vfp; member 584 assert(stream->vfp); in bunch_output_hdr() 585 fprintf(stream->vfp, "------------------\n"); in bunch_output_hdr() 586 fprintf(stream->vfp, "%4llu.%09llu %3llu\n", in bunch_output_hdr() 590 fprintf(stream->vfp, "------------------\n"); in bunch_output_hdr() 611 assert(stream->vfp); in bunch_output_pkts() 613 fprintf(stream->vfp, "\t%1d %10llu\t%10llu\n", in bunch_output_pkts() 711 stream->vfp = fopen(vfile_name, "w"); in stream_open() 712 if (!stream->vfp) { in stream_open() 750 fclose(stream->vfp); in stream_close()
|
D | btreplay.c | 114 FILE *vfp; member 546 fprintf(tip->vfp, "Pinned to CPU %02d ", tip->cpu); in pin_to_cpu() 548 fprintf(tip->vfp, "%1d", CPU_ISSET(i, &now)); in pin_to_cpu() 549 fprintf(tip->vfp, "\n"); in pin_to_cpu() 791 tip->vfp = fopen(fn, "w"); in tip_init() 792 if (!tip->vfp) { in tip_init() 797 setlinebuf(tip->vfp); in tip_init() 1182 fprintf(tip->vfp, " stall(%lld.%09lld, %lld.%09lld)\n", in stall() 1192 fprintf(tip->vfp, "++ stall(%lld.%09lld) ++\n", in stall() 1229 fprintf(tip->vfp, "\t%10llu + %10llu %c%c\n", in iocbs_map() [all …]
|
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 221 …get_state(m_thread->MachPortNumber(), ARM_VFP_STATE, (thread_state_t)&m_state.context.vfp, &count); in GetVFPState() 224 uint32_t *r = &m_state.context.vfp.__r[0]; in GetVFPState() 300 …_thread->MachPortNumber(), ARM_VFP_STATE, (thread_state_t)&m_state.context.vfp, ARM_VFP_STATE_COUN… in SetVFPState() 1368 …SET_IDX(idx) (offsetof (DNBArchMachARM::FPU, __r[(idx)]) + offsetof (DNBArchMachARM::Context, vfp)) 1372 …FFSET_NAME(reg) (offsetof (DNBArchMachARM::FPU, __##reg) + offsetof (DNBArchMachARM::Context, vfp)) 1571 value->value.uint32 = m_state.context.vfp.__r[reg - vfp_s0]; in GetRegisterValue() 1578 value->value.v_sint32[0] = m_state.context.vfp.__r[s_reg_idx + 0]; in GetRegisterValue() 1579 value->value.v_sint32[1] = m_state.context.vfp.__r[s_reg_idx + 1]; in GetRegisterValue() 1585 memcpy (&value->value.v_uint8, (uint8_t *) &m_state.context.vfp.__r[s_reg_idx], 16); in GetRegisterValue() 1591 value->value.uint32 = m_state.context.vfp.__fpscr; in GetRegisterValue() [all …]
|
/external/chromium_org/third_party/libyuv/unit_test/testdata/ |
D | arm_v7.txt | 3 Features : swp half thumb fastmult vfp edsp iwmmxt thumbee vfpv3 vfpv3d16
|
D | tegra3.txt | 14 Features : swp half thumb fastmult vfp edsp neon vfpv3
|
/external/libyuv/files/unit_test/testdata/ |
D | arm_v7.txt | 3 Features : swp half thumb fastmult vfp edsp iwmmxt thumbee vfpv3 vfpv3d16
|
D | tegra3.txt | 14 Features : swp half thumb fastmult vfp edsp neon vfpv3
|