/external/v8/src/ia32/ |
D | assembler-ia32.h | 609 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b() 611 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b() 612 void mov_b(const Operand& dst, int8_t src) { mov_b(dst, Immediate(src)); } in mov_b() 617 void mov_w(const Operand& dst, int16_t src) { mov_w(dst, Immediate(src)); } in mov_w() 630 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() 633 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() 636 void movzx_b(Register dst, Register src) { movzx_b(dst, Operand(src)); } in movzx_b() 639 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w() 643 void cmov(Condition cc, Register dst, Register src) { in cmov() 674 void add(Register dst, Register src) { add(dst, Operand(src)); } in add() [all …]
|
D | assembler-ia32.cc | 490 void Assembler::pop(Register dst) { in pop() 497 void Assembler::pop(const Operand& dst) { in pop() 518 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() 526 void Assembler::mov_b(const Operand& dst, const Immediate& src) { in mov_b() 534 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() 542 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() 550 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() 558 void Assembler::mov_w(const Operand& dst, const Immediate& src) { in mov_w() 568 void Assembler::mov(Register dst, int32_t imm32) { in mov() 575 void Assembler::mov(Register dst, const Immediate& x) { in mov() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | pack.c | 153 GLubyte *buffer, *dst; in _mesa_unpack_bitmap() local 262 GLubyte *dst = (GLubyte *) _mesa_image_address2d(packing, dest, in _mesa_pack_bitmap() local 558 GLubyte *dst = (GLubyte *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 570 GLubyte *dst = (GLubyte *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 582 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 594 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 606 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 615 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 624 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local 637 GLushort *dst = (GLushort *) dstAddr; in _mesa_pack_rgba_span_from_uints() local [all …]
|
D | format_pack.c | 98 pack_ubyte_RGBA8888(const GLubyte src[4], void *dst) in pack_ubyte_RGBA8888() 105 pack_float_RGBA8888(const GLfloat src[4], void *dst) in pack_float_RGBA8888() 113 pack_row_ubyte_RGBA8888(GLuint n, const GLubyte src[][4], void *dst) in pack_row_ubyte_RGBA8888() 124 pack_row_float_RGBA8888(GLuint n, const GLfloat src[][4], void *dst) in pack_row_float_RGBA8888() 142 pack_ubyte_RGBA8888_REV(const GLubyte src[4], void *dst) in pack_ubyte_RGBA8888_REV() 149 pack_float_RGBA8888_REV(const GLfloat src[4], void *dst) in pack_float_RGBA8888_REV() 157 pack_row_ubyte_RGBA8888_REV(GLuint n, const GLubyte src[][4], void *dst) in pack_row_ubyte_RGBA8888_REV() 168 pack_row_float_RGBA8888_REV(GLuint n, const GLfloat src[][4], void *dst) in pack_row_float_RGBA8888_REV() 185 pack_ubyte_ARGB8888(const GLubyte src[4], void *dst) in pack_ubyte_ARGB8888() 192 pack_float_ARGB8888(const GLfloat src[4], void *dst) in pack_float_ARGB8888() [all …]
|
/external/v8/src/x64/ |
D | assembler-x64.h | 735 void cmpb(Register dst, Immediate src) { in cmpb() 741 void cmpb(Register dst, Register src) { in cmpb() 745 void cmpb(Register dst, const Operand& src) { in cmpb() 749 void cmpb(const Operand& dst, Register src) { in cmpb() 753 void cmpb(const Operand& dst, Immediate src) { in cmpb() 757 void cmpw(const Operand& dst, Immediate src) { in cmpw() 761 void cmpw(Register dst, Immediate src) { in cmpw() 765 void cmpw(Register dst, const Operand& src) { in cmpw() 769 void cmpw(Register dst, Register src) { in cmpw() 773 void cmpw(const Operand& dst, Register src) { in cmpw() [all …]
|
D | assembler-x64.cc | 587 Register dst, in immediate_arithmetic_op() 607 const Operand& dst, in immediate_arithmetic_op() 628 Register dst, in immediate_arithmetic_op_16() 649 const Operand& dst, in immediate_arithmetic_op_16() 667 const Operand& dst, in immediate_arithmetic_op_8() 679 Register dst, in immediate_arithmetic_op_8() 693 void Assembler::shift(Register dst, in shift() 713 void Assembler::shift(Operand dst, Immediate shift_amount, int subcode, in shift() 731 void Assembler::shift(Register dst, int subcode, int size) { in shift() 739 void Assembler::shift(Operand dst, int subcode, int size) { in shift() [all …]
|
D | macro-assembler-x64.cc | 266 Register dst, in RecordWriteField() 325 Register dst = index; in RecordWriteArray() local 345 Register dst, in RecordWriteForMap() 525 const Register dst = scratch; in RecordWriteCodeEntryField() local 807 void MacroAssembler::Cvtss2sd(XMMRegister dst, XMMRegister src) { in Cvtss2sd() 817 void MacroAssembler::Cvtss2sd(XMMRegister dst, const Operand& src) { in Cvtss2sd() 827 void MacroAssembler::Cvtsd2ss(XMMRegister dst, XMMRegister src) { in Cvtsd2ss() 837 void MacroAssembler::Cvtsd2ss(XMMRegister dst, const Operand& src) { in Cvtsd2ss() 847 void MacroAssembler::Cvtlsi2sd(XMMRegister dst, Register src) { in Cvtlsi2sd() 859 void MacroAssembler::Cvtlsi2sd(XMMRegister dst, const Operand& src) { in Cvtlsi2sd() [all …]
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 287 struct x86_reg dst, in emit_op_modrm() 454 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 463 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm() 476 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm() 493 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm() 514 unsigned op, struct x86_reg dst, int imm ) in x86_group1_imm() 530 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_add_imm() 536 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_or_imm() 542 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_and_imm() 548 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_sub_imm() [all …]
|
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.c | 143 struct x86_reg dst, in emit_op_modrm() 305 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 353 struct x86_reg dst, in x86_mov() 360 struct x86_reg dst, in x86_xor() 367 struct x86_reg dst, in x86_cmp() 374 struct x86_reg dst, in x86_lea() 382 struct x86_reg dst, in x86_test() 390 struct x86_reg dst, in x86_add() 404 struct x86_reg dst, in x86_sub() 411 struct x86_reg dst, in x86_or() [all …]
|
/external/deqp/framework/referencerenderer/ |
D | rrVertexAttrib.cpp | 60 inline void readOrder (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in readOrder() 72 inline void readUnormOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnormOrder() 86 inline void readSnormClamp (tcu::Vec4& dst, const int size, const void* ptr) in readSnormClamp() 101 inline void readSnormScale (tcu::Vec4& dst, const int size, const void* ptr) in readSnormScale() 115 inline void readHalf (tcu::Vec4& dst, const int size, const void* ptr) in readHalf() 126 inline void readFixed (tcu::Vec4& dst, const int size, const void* ptr) in readFixed() 137 inline void readDouble (tcu::Vec4& dst, const int size, const void* ptr) in readDouble() 155 inline void readUint2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const … in readUint2101010Rev() 167 inline void readInt2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const v… in readInt2101010Rev() 179 inline void readUnorm2101010RevOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnorm2101010RevOrder() [all …]
|
/external/owasp/sanitizer/tools/ |
D | update_tree_in_svn.py | 61 def remove(src, dst): run(['rm', dst]) argument 63 def svn_delete(src, dst): svn_deletes.append(dst) argument 65 def recurse(src, dst): argument 74 def copy(src, dst): run(['cp', '-f', src, dst]) argument 76 def copy_if_different(src, dst): argument 79 def svn_add(src, dst): argument 90 def cnf(src, dst): conflict = True argument 92 def mkdir(src, dst): run(['mkdir', dst]) argument 111 def handle(src, dst): argument
|
/external/icu/icu4c/source/common/ |
D | cpputils.h | 26 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 31 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 40 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 44 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 49 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 53 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 58 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 64 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 72 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 15 static void RGBA_to_rgbA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_rgbA_portable() 32 static void RGBA_to_bgrA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_bgrA_portable() 49 static void RGBA_to_BGRA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_BGRA_portable() 63 static void RGB_to_RGB1_portable(uint32_t dst[], const void* vsrc, int count) { in RGB_to_RGB1_portable() 77 static void RGB_to_BGR1_portable(uint32_t dst[], const void* vsrc, int count) { in RGB_to_BGR1_portable() 91 static void gray_to_RGB1_portable(uint32_t dst[], const void* vsrc, int count) { in gray_to_RGB1_portable() 101 static void grayA_to_RGBA_portable(uint32_t dst[], const void* vsrc, int count) { in grayA_to_RGBA_portable() 114 static void grayA_to_rgbA_portable(uint32_t dst[], const void* vsrc, int count) { in grayA_to_rgbA_portable() 128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const void* vsrc, int count) { in inverted_CMYK_to_RGB1_portable() 146 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const void* vsrc, int count) { in inverted_CMYK_to_BGR1_portable() [all …]
|
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 391 LogicVRegister dst, in ld1() 402 LogicVRegister dst, in ld1() 410 LogicVRegister dst, in ld1r() 609 LogicVRegister dst, in st2() 624 LogicVRegister dst, in st2() 635 LogicVRegister dst, in st3() 654 LogicVRegister dst, in st3() 667 LogicVRegister dst, in st4() 690 LogicVRegister dst, in st4() 705 LogicVRegister dst, in cmp() [all …]
|
/external/valgrind/none/tests/amd64/ |
D | sse4-64.c | 92 ULong src64, V128* dst, V128* res ) in showIGVV() 395 V128 src, dst; in test_BLENDPD() local 409 V128 src, dst; in test_BLENDPS() local 435 V128 src, dst; in test_DPPD() local 702 V128 src, dst; in test_DPPS() local 973 V128 src, dst; in test_INSERTPS() local 1244 V128 src, dst; in test_MPSADBW() local 1262 V128 src, dst; in test_PACKUSDW() local 1286 V128 src, dst; in test_PBLENDW() local 1552 V128 src, dst; in test_PCMPEQQ() local [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | intrapred_msa.c | 19 static void intra_predict_vert_4x4_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_4x4_msa() 28 static void intra_predict_vert_8x8_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_8x8_msa() 43 static void intra_predict_vert_16x16_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_16x16_msa() 56 static void intra_predict_vert_32x32_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_32x32_msa() 70 static void intra_predict_horiz_4x4_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_4x4_msa() 82 static void intra_predict_horiz_8x8_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_8x8_msa() 100 static void intra_predict_horiz_16x16_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_16x16_msa() 123 static void intra_predict_horiz_32x32_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_32x32_msa() 154 uint8_t *dst, int32_t dst_stride) { in intra_predict_dc_4x4_msa() 174 static void intra_predict_dc_tl_4x4_msa(const uint8_t *src, uint8_t *dst, in intra_predict_dc_tl_4x4_msa() [all …]
|
/external/opencv/cv/src/ |
D | _cvmatrix.h | 45 #define icvCopyVector( src, dst, len ) memcpy( (dst), (src), (len)*sizeof((dst)[0])) argument 46 #define icvSetZero( dst, len ) memset( (dst), 0, (len)*sizeof((dst)[0])) argument 48 #define icvCopyVector_32f( src, len, dst ) memcpy((dst),(src),(len)*sizeof(float)) argument 49 #define icvSetZero_32f( dst, cols, rows ) memset((dst),0,(rows)*(cols)*sizeof(float)) argument 50 #define icvCopyVector_64d( src, len, dst ) memcpy((dst),(src),(len)*sizeof(double)) argument 51 #define icvSetZero_64d( dst, cols, rows ) memset((dst),0,(rows)*(cols)*sizeof(double)) argument 52 #define icvCopyMatrix_32f( src, w, h, dst ) memcpy((dst),(src),(w)*(h)*sizeof(float)) argument 53 #define icvCopyMatrix_64d( src, w, h, dst ) memcpy((dst),(src),(w)*(h)*sizeof(double)) argument 63 #define icvAddMatrix_32f( src1, src2, dst, w, h ) \ argument 66 #define icvSubMatrix_32f( src1, src2, dst, w, h ) \ argument [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 73 micro_abs(union tgsi_exec_channel *dst, in micro_abs() 83 micro_arl(union tgsi_exec_channel *dst, in micro_arl() 93 micro_arr(union tgsi_exec_channel *dst, in micro_arr() 103 micro_ceil(union tgsi_exec_channel *dst, in micro_ceil() 113 micro_clamp(union tgsi_exec_channel *dst, in micro_clamp() 125 micro_cmp(union tgsi_exec_channel *dst, in micro_cmp() 137 micro_cnd(union tgsi_exec_channel *dst, in micro_cnd() 149 micro_cos(union tgsi_exec_channel *dst, in micro_cos() 159 micro_ddx(union tgsi_exec_channel *dst, in micro_ddx() 169 micro_ddy(union tgsi_exec_channel *dst, in micro_ddy() [all …]
|
/external/valgrind/VEX/priv/ |
D | host_amd64_isel.c | 310 static AMD64Instr* mk_iMOVsd_RR ( HReg src, HReg dst ) in mk_iMOVsd_RR() 319 static AMD64Instr* mk_vMOVsd_RR ( HReg src, HReg dst ) in mk_vMOVsd_RR() 365 HReg dst, in iselIntExpr_single_instruction() 840 HReg dst = newVRegV(env); in generate_zeroes_V128() local 849 HReg dst = newVRegV(env); in generate_ones_V128() local 860 HReg dst = generate_ones_V128(env); in do_sse_NotV128() local 938 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 974 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 1001 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 1021 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local [all …]
|
D | host_x86_isel.c | 289 static X86Instr* mk_iMOVsd_RR ( HReg src, HReg dst ) in mk_iMOVsd_RR() 299 static X86Instr* mk_vMOVsd_RR ( HReg src, HReg dst ) in mk_vMOVsd_RR() 790 HReg dst = newVRegV(env); in do_sse_Not128() local 867 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 898 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 926 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 953 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 990 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 1041 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local 1101 HReg dst = newVRegI(env); in iselIntExpr_R_wrk() local [all …]
|
/external/pdfium/xfa/src/fxbarcode/ |
D | BC_UtilCodingConvert.cpp | 12 CFX_ByteString& dst) { in UnicodeToLocale() 16 CFX_ByteString& dst) { in LocaleToUtf8() 21 CFX_ByteArray& dst) { in LocaleToUtf8() 29 CFX_ByteString& dst) { in Utf8ToLocale() 39 CFX_ByteString& dst) { in Utf8ToLocale() 44 CFX_ByteString& dst) { in UnicodeToUTF8()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | vg_translate.c | 41 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 54 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 67 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 80 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 96 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 114 VGshort *dst = (VGshort *)dstAddr; in _vega_pack_rgba_span_float() local 132 VGubyte *dst = (VGubyte *)dstAddr; in _vega_pack_rgba_span_float() local 143 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 156 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local 168 VGint *dst = (VGint *)dstAddr; in _vega_pack_rgba_span_float() local [all …]
|
/external/v8/src/x87/ |
D | assembler-x87.cc | 352 void Assembler::pop(Register dst) { in pop() 359 void Assembler::pop(const Operand& dst) { in pop() 380 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() 388 void Assembler::mov_b(const Operand& dst, const Immediate& src) { in mov_b() 396 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b() 404 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() 412 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() 420 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() 428 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w() 438 void Assembler::mov_w(const Operand& dst, const Immediate& src) { in mov_w() [all …]
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 172 void MacroAssembler::Move(Register dst, Handle<Object> value) { in Move() 188 void MacroAssembler::Move(Register dst, Register src, Condition cond) { in Move() 194 void MacroAssembler::Move(DoubleRegister dst, DoubleRegister src) { in Move() 273 Register object, int offset, Register value, Register dst, in RecordWriteField() 315 Register dst, in RecordWriteForMap() 469 const Register dst = scratch; in RecordWriteCodeEntryField() local 609 void MacroAssembler::StoreToSafepointRegisterSlot(Register src, Register dst) { in StoreToSafepointRegisterSlot() 613 void MacroAssembler::LoadFromSafepointRegisterSlot(Register dst, Register src) { in LoadFromSafepointRegisterSlot() 646 void MacroAssembler::CanonicalizeNaN(const DoubleRegister dst, in CanonicalizeNaN() 654 void MacroAssembler::ConvertIntToDouble(Register src, DoubleRegister dst) { in ConvertIntToDouble() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_emit.cpp | 122 fs_visitor::generate_pixel_xy(struct brw_reg dst, bool is_x) in generate_pixel_xy() 151 struct brw_reg dst, struct brw_reg *src) in generate_linterp() 169 struct brw_reg dst, in generate_math1_gen7() 182 struct brw_reg dst, in generate_math2_gen7() 192 struct brw_reg dst, in generate_math1_gen6() 219 struct brw_reg dst, in generate_math2_gen6() 239 struct brw_reg dst, in generate_math_gen4() 266 fs_visitor::generate_tex(fs_inst *inst, struct brw_reg dst, struct brw_reg src) in generate_tex() 455 fs_visitor::generate_ddx(fs_inst *inst, struct brw_reg dst, struct brw_reg src) in generate_ddx() 477 fs_visitor::generate_ddy(fs_inst *inst, struct brw_reg dst, struct brw_reg src, in generate_ddy() [all …]
|