HomeSort by relevance Sort by last modified time
    Searched full:a_src (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/useful/
hd_fpu.c 593 void fp_do_op_ST_ST ( UInt a_src, UInt a_dst, Fp_Op op, Bool pop )
598 a_src, a_dst ); )
599 if (!fp_is_empty_tag(fp_get_tag_ST(a_src)) &&
602 vd_src = fp_get_reg_ST(a_src);
621 void fp_do_COM_ST_ST ( UInt a_src, UInt a_dst, UInt nPops )
626 a_src, a_dst ); )
627 if (!fp_is_empty_tag(fp_get_tag_ST(a_src)) &&
630 vd_src = fp_get_reg_ST(a_src);
643 void fp_do_op_mem_ST_0 ( UInt a_src,
652 vd_src = dbl ? getDMem(a_src) : getFMem(a_src)
692 UInt a_addr, a_src, a_dst; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
asm_fill.h 346 /* RGBA_out = RGBA_src + (1 - A_src) * RGBA_dst */
363 * RGB_out = (1 - A_dst) * RGB_src + (1 - A_src) * RGB_dst +
  /external/mesa3d/src/gallium/state_trackers/vega/
asm_fill.h 346 /* RGBA_out = RGBA_src + (1 - A_src) * RGBA_dst */
363 * RGB_out = (1 - A_dst) * RGB_src + (1 - A_src) * RGB_dst +

Completed in 655 milliseconds