HomeSort by relevance Sort by last modified time
    Searched full:a_dst (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 ); )
600 !fp_is_empty_tag(fp_get_tag_ST(a_dst))) {
601 vd_dst = fp_get_reg_ST(a_dst);
616 fp_set_reg_ST(a_dst,vd_dst);
621 void fp_do_COM_ST_ST ( UInt a_src, UInt a_dst, UInt nPops )
626 a_src, a_dst ); )
628 !fp_is_empty_tag(fp_get_tag_ST(a_dst))) {
629 vd_dst = fp_get_reg_ST(a_dst);
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 351 /* RGBA_out = RGBA_dst + (1 - A_dst) * RGBA_src */
363 * RGB_out = (1 - A_dst) * RGB_src + (1 - A_src) * RGB_dst +
  /external/mesa3d/src/gallium/state_trackers/vega/
asm_fill.h 351 /* RGBA_out = RGBA_dst + (1 - A_dst) * RGBA_src */
363 * RGB_out = (1 - A_dst) * RGB_src + (1 - A_src) * RGB_dst +

Completed in 124 milliseconds