/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 | 479 void Assembler::pop(Register dst) { in pop() 486 void Assembler::pop(const Operand& dst) { in pop() 507 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() 515 void Assembler::mov_b(const Operand& dst, const Immediate& src) { in mov_b() 523 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() 531 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() 539 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() 547 void Assembler::mov_w(const Operand& dst, const Immediate& src) { in mov_w() 557 void Assembler::mov(Register dst, int32_t imm32) { in mov() 564 void Assembler::mov(Register dst, const Immediate& x) { in mov() [all …]
|
/external/v8/src/x64/ |
D | assembler-x64.h | 739 void cmpb(Register dst, Immediate src) { in cmpb() 745 void cmpb(Register dst, Register src) { in cmpb() 749 void cmpb(Register dst, const Operand& src) { in cmpb() 753 void cmpb(const Operand& dst, Register src) { in cmpb() 757 void cmpb(const Operand& dst, Immediate src) { in cmpb() 761 void cmpw(const Operand& dst, Immediate src) { in cmpw() 765 void cmpw(Register dst, Immediate src) { in cmpw() 769 void cmpw(Register dst, const Operand& src) { in cmpw() 773 void cmpw(Register dst, Register src) { in cmpw() 777 void cmpw(const Operand& dst, Register src) { in cmpw() [all …]
|
D | assembler-x64.cc | 579 Register dst, in immediate_arithmetic_op() 599 const Operand& dst, in immediate_arithmetic_op() 620 Register dst, in immediate_arithmetic_op_16() 641 const Operand& dst, in immediate_arithmetic_op_16() 659 const Operand& dst, in immediate_arithmetic_op_8() 671 Register dst, in immediate_arithmetic_op_8() 685 void Assembler::shift(Register dst, in shift() 705 void Assembler::shift(Operand dst, Immediate shift_amount, int subcode, in shift() 723 void Assembler::shift(Register dst, int subcode, int size) { in shift() 731 void Assembler::shift(Operand dst, int subcode, int size) { in shift() [all …]
|
D | macro-assembler-x64.cc | 265 Register dst, in RecordWriteField() 324 Register dst = index; in RecordWriteArray() local 344 Register dst, in RecordWriteForMap() 524 const Register dst = scratch; in RecordWriteCodeEntryField() local 793 void MacroAssembler::Cvtss2sd(XMMRegister dst, XMMRegister src) { in Cvtss2sd() 803 void MacroAssembler::Cvtss2sd(XMMRegister dst, const Operand& src) { in Cvtss2sd() 813 void MacroAssembler::Cvtsd2ss(XMMRegister dst, XMMRegister src) { in Cvtsd2ss() 823 void MacroAssembler::Cvtsd2ss(XMMRegister dst, const Operand& src) { in Cvtsd2ss() 833 void MacroAssembler::Cvtlsi2sd(XMMRegister dst, Register src) { in Cvtlsi2sd() 845 void MacroAssembler::Cvtlsi2sd(XMMRegister dst, const Operand& src) { in Cvtlsi2sd() [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/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/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 589 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() 604 void ShaderCore::neg(Vector4f &dst, const Vector4f &src) in neg() 612 void ShaderCore::ineg(Vector4f &dst, const Vector4f &src) in ineg() 620 void ShaderCore::f2b(Vector4f &dst, const Vector4f &src) in f2b() 628 void ShaderCore::b2f(Vector4f &dst, const Vector4f &src) in b2f() 636 void ShaderCore::f2i(Vector4f &dst, const Vector4f &src) in f2i() 644 void ShaderCore::i2f(Vector4f &dst, const Vector4f &src) in i2f() 652 void ShaderCore::f2u(Vector4f &dst, const Vector4f &src) in f2u() 660 void ShaderCore::u2f(Vector4f &dst, const Vector4f &src) in u2f() 668 void ShaderCore::i2b(Vector4f &dst, const Vector4f &src) in i2b() [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/skia/src/opts/ |
D | SkSwizzler_opts.h | 21 static void RGBA_to_rgbA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_rgbA_portable() 38 static void RGBA_to_bgrA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_bgrA_portable() 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_BGRA_portable() 69 static void RGB_to_RGB1_portable(uint32_t dst[], const void* vsrc, int count) { in RGB_to_RGB1_portable() 83 static void RGB_to_BGR1_portable(uint32_t dst[], const void* vsrc, int count) { in RGB_to_BGR1_portable() 97 static void gray_to_RGB1_portable(uint32_t dst[], const void* vsrc, int count) { in gray_to_RGB1_portable() 107 static void grayA_to_RGBA_portable(uint32_t dst[], const void* vsrc, int count) { in grayA_to_RGBA_portable() 120 static void grayA_to_rgbA_portable(uint32_t dst[], const void* vsrc, int count) { in grayA_to_rgbA_portable() 134 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const void* vsrc, int count) { in inverted_CMYK_to_RGB1_portable() 152 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/aarch64/ |
D | logic-aarch64.cc | 402 void Simulator::ld1(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1() 412 LogicVRegister dst, in ld1() 419 void Simulator::ld1r(VectorFormat vform, LogicVRegister dst, uint64_t addr) { in ld1r() 615 LogicVRegister dst, in st2() 630 LogicVRegister dst, in st2() 641 LogicVRegister dst, in st3() 660 LogicVRegister dst, in st3() 673 LogicVRegister dst, in st4() 696 LogicVRegister dst, in st4() 711 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 | 20 static void intra_predict_vert_4x4_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_4x4_msa() 29 static void intra_predict_vert_8x8_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_8x8_msa() 44 static void intra_predict_vert_16x16_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_16x16_msa() 57 static void intra_predict_vert_32x32_msa(const uint8_t *src, uint8_t *dst, in intra_predict_vert_32x32_msa() 71 static void intra_predict_horiz_4x4_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_4x4_msa() 83 static void intra_predict_horiz_8x8_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_8x8_msa() 101 static void intra_predict_horiz_16x16_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_16x16_msa() 124 static void intra_predict_horiz_32x32_msa(const uint8_t *src, uint8_t *dst, in intra_predict_horiz_32x32_msa() 154 const uint8_t *src_left, uint8_t *dst, in intra_predict_dc_4x4_msa() 175 static void intra_predict_dc_tl_4x4_msa(const uint8_t *src, uint8_t *dst, in intra_predict_dc_tl_4x4_msa() [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/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/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/icu/icu4c/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 172 void MacroAssembler::Move(Register dst, Handle<Object> value) { in Move() 176 void MacroAssembler::Move(Register dst, Register src, Condition cond) { in Move() 182 void MacroAssembler::Move(DoubleRegister dst, DoubleRegister src) { in Move() 258 Register object, int offset, Register value, Register dst, in RecordWriteField() 300 Register dst, in RecordWriteForMap() 454 const Register dst = scratch; in RecordWriteCodeEntryField() local 594 void MacroAssembler::StoreToSafepointRegisterSlot(Register src, Register dst) { in StoreToSafepointRegisterSlot() 598 void MacroAssembler::LoadFromSafepointRegisterSlot(Register dst, Register src) { in LoadFromSafepointRegisterSlot() 631 void MacroAssembler::CanonicalizeNaN(const DoubleRegister dst, in CanonicalizeNaN() 639 void MacroAssembler::ConvertIntToDouble(Register src, DoubleRegister dst) { in ConvertIntToDouble() [all …]
|
/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/skia/src/images/ |
D | SkImageEncoderFns.h | 37 static inline void transform_scanline_memcpy(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_memcpy() 42 static inline void transform_scanline_index8_opaque(char* SK_RESTRICT dst, in transform_scanline_index8_opaque() 54 static inline void transform_scanline_index8_unpremul(char* SK_RESTRICT dst, in transform_scanline_index8_unpremul() 65 static inline void transform_scanline_gray(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_gray() 81 static inline void transform_scanline_565(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_565() 96 static inline void transform_scanline_RGBX(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_RGBX() 111 static inline void transform_scanline_BGRX(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_BGRX() 126 static inline void transform_scanline_444(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_444() 140 static inline void transform_scanline_rgbA(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_rgbA() 148 static inline void transform_scanline_bgrA(char* SK_RESTRICT dst, const char* SK_RESTRICT src, in transform_scanline_bgrA() [all …]
|
/external/v8/src/x87/ |
D | assembler-x87.cc | 341 void Assembler::pop(Register dst) { in pop() 348 void Assembler::pop(const Operand& dst) { in pop() 369 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() 377 void Assembler::mov_b(const Operand& dst, const Immediate& src) { in mov_b() 385 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b() 393 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() 401 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() 409 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() 417 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w() 427 void Assembler::mov_w(const Operand& dst, const Immediate& src) { in mov_w() [all …]
|