/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_common.c | 605 sljit_s32 src, sljit_sw srcw); 679 sljit_s32 src, sljit_sw srcw) in emit_mov() argument 686 inst = emit_x86_instruction(compiler, 1, TMP_REG1, 0, src, srcw); in emit_mov() 701 return emit_do_imm(compiler, MOV_r_i32 + reg_map[dst], srcw); in emit_mov() 704 if (NOT_HALFWORD(srcw)) in emit_mov() 705 return emit_load_imm64(compiler, dst, srcw); in emit_mov() 708 … return emit_do_imm32(compiler, (reg_map[dst] >= 8) ? REX_B : 0, MOV_r_i32 + reg_lmap[dst], srcw); in emit_mov() 712 if (!compiler->mode32 && NOT_HALFWORD(srcw)) { in emit_mov() 713 FAIL_IF(emit_load_imm64(compiler, TMP_REG2, srcw)); in emit_mov() 720 inst = emit_x86_instruction(compiler, 1, SLJIT_IMM, srcw, dst, dstw); in emit_mov() [all …]
|
D | sljitNativeSPARC_common.c | 461 …_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in sljit_emit_return() argument 464 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return() 467 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return() 813 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument 818 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1() 820 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op1() 826 return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 829 return emit_op(compiler, SLJIT_MOV_U32, flags | INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 832 …mit_op(compiler, SLJIT_MOV_S32, flags | INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 835 …MOV_U8, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw); in sljit_emit_op1() [all …]
|
D | sljitNativeARM_64.c | 1165 …_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in sljit_emit_return() argument 1171 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return() 1173 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return() 1280 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument 1286 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1() 1288 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op1() 1305 srcw = (sljit_u8)srcw; in sljit_emit_op1() 1310 srcw = (sljit_s8)srcw; in sljit_emit_op1() 1315 srcw = (sljit_u16)srcw; in sljit_emit_op1() 1320 srcw = (sljit_s16)srcw; in sljit_emit_op1() [all …]
|
D | sljitLir.c | 980 …heck_sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in check_sljit_emit_return() argument 986 FUNCTION_CHECK_SRC(src, srcw); in check_sljit_emit_return() 989 CHECK_ARGUMENT(src == 0 && srcw == 0); in check_sljit_emit_return() 997 sljit_verbose_param(compiler, src, srcw); in check_sljit_emit_return() 1020 …RN_TYPE check_sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) in check_sljit_emit_fast_return() argument 1023 FUNCTION_CHECK_SRC(src, srcw); in check_sljit_emit_fast_return() 1028 sljit_verbose_param(compiler, src, srcw); in check_sljit_emit_fast_return() 1057 sljit_s32 src, sljit_sw srcw) in check_sljit_emit_op1() argument 1067 FUNCTION_CHECK_SRC(src, srcw); in check_sljit_emit_op1() 1087 sljit_verbose_param(compiler, src, srcw); in check_sljit_emit_op1() [all …]
|
D | sljitNativeMIPS_common.c | 614 …_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in sljit_emit_return() argument 620 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return() 622 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return() 1084 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument 1093 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1() 1095 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op1() 1101 srcw = (sljit_s32)srcw; in sljit_emit_op1() 1108 return emit_op(compiler, SLJIT_MOV, WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 1112 return emit_op(compiler, SLJIT_MOV_U32, INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 1114 … SLJIT_MOV_U32, INT_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u32)srcw : srcw); in sljit_emit_op1() [all …]
|
D | sljitNativePPC_common.c | 655 …_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in sljit_emit_return() argument 660 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return() 662 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return() 1298 …type, flags | (type_flags), dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? type_cast srcw : srcw) 1302 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument 1308 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1() 1310 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op1() 1313 if ((src & SLJIT_IMM) && srcw == 0) in sljit_emit_op1() 1341 srcw = (sljit_s32)srcw; in sljit_emit_op1() 1353 return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() [all …]
|
D | sljitNativeARM_T2_32.c | 1190 …_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in sljit_emit_return() argument 1196 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return() 1198 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return() 1316 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument 1322 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1() 1324 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op1() 1343 srcw = (sljit_u8)srcw; in sljit_emit_op1() 1348 srcw = (sljit_s8)srcw; in sljit_emit_op1() 1353 srcw = (sljit_u16)srcw; in sljit_emit_op1() 1358 srcw = (sljit_s16)srcw; in sljit_emit_op1() [all …]
|
D | sljitNativeX86_64.c | 256 …_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in sljit_emit_return() argument 262 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return() 265 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return() 629 …UTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) in sljit_emit_fast_return() argument 634 CHECK(check_sljit_emit_fast_return(compiler, src, srcw)); in sljit_emit_fast_return() 635 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_fast_return() 637 if ((src & SLJIT_IMM) && NOT_HALFWORD(srcw)) { in sljit_emit_fast_return() 638 FAIL_IF(emit_load_imm64(compiler, TMP_REG1, srcw)); in sljit_emit_fast_return() 662 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in sljit_emit_fast_return() 672 SLJIT_ASSERT(IS_HALFWORD(srcw)); in sljit_emit_fast_return() [all …]
|
D | sljitNativeARM_32.c | 884 …_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in sljit_emit_return() argument 890 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return() 892 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return() 1871 sljit_s32 src, sljit_sw srcw) in sljit_emit_op1() argument 1874 CHECK(check_sljit_emit_op1(compiler, op, dst, dstw, src, srcw)); in sljit_emit_op1() 1876 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_op1() 1883 return emit_op(compiler, SLJIT_MOV, ALLOW_ANY_IMM, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 1886 …ALLOW_ANY_IMM | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw); in sljit_emit_op1() 1889 …| SIGNED_DATA | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_s8)srcw : srcw); in sljit_emit_op1() 1892 …LLOW_ANY_IMM | HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u16)srcw : srcw); in sljit_emit_op1() [all …]
|
D | sljitNativeTILEGX_64.c | 1239 …_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in sljit_emit_return() argument 1247 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return() 1249 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return() 1567 …UTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) in sljit_emit_fast_return() argument 1570 CHECK(check_sljit_emit_fast_return(compiler, src, srcw)); in sljit_emit_fast_return() 1571 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_fast_return() 1577 FAIL_IF(emit_op_mem(compiler, WORD_DATA | LOAD_DATA, RA, src, srcw)); in sljit_emit_fast_return() 1580 FAIL_IF(load_immediate(compiler, RA, srcw)); in sljit_emit_fast_return() 2085 …compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw, sljit_s32 type) in sljit_emit_op_flags() argument 2092 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type)); in sljit_emit_op_flags() [all …]
|
D | sljitNativeX86_32.c | 208 …_s32 sljit_emit_return(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 src, sljit_sw srcw) in sljit_emit_return() argument 214 CHECK(check_sljit_emit_return(compiler, op, src, srcw)); in sljit_emit_return() 218 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return() 510 …UTE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw) in sljit_emit_fast_return() argument 515 CHECK(check_sljit_emit_fast_return(compiler, src, srcw)); in sljit_emit_fast_return() 516 ADJUST_LOCAL_OFFSET(src, srcw); in sljit_emit_fast_return() 518 CHECK_EXTRA_REGS(src, srcw, (void)0); in sljit_emit_fast_return() 528 inst = emit_x86_instruction(compiler, 1, 0, 0, src, srcw); in sljit_emit_fast_return() 544 sljit_unaligned_store_sw(inst, srcw); in sljit_emit_fast_return()
|
D | sljitLir.h | 546 sljit_s32 src, sljit_sw srcw); 564 …TE sljit_s32 sljit_emit_fast_return(struct sljit_compiler *compiler, sljit_s32 src, sljit_sw srcw); 811 sljit_s32 src, sljit_sw srcw); 911 sljit_s32 src, sljit_sw srcw); 1052 …32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 src, sljit_sw srcw); 1071 sljit_s32 src, sljit_sw srcw, 1241 sljit_s32 src, sljit_sw srcw);
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 93 int srcx, int srch, int srcw) { in vp8_copy_and_extend_frame_with_rect() argument 107 if (srcx + srcw != src->y_width) er = 0; in vp8_copy_and_extend_frame_with_rect() 110 dst->y_buffer + dst_y_offset, dst->y_stride, srch, srcw, in vp8_copy_and_extend_frame_with_rect() 118 srcw = (srcw + 1) >> 1; in vp8_copy_and_extend_frame_with_rect() 122 srcw, et, el, eb, er); in vp8_copy_and_extend_frame_with_rect() 126 srcw, et, el, eb, er); in vp8_copy_and_extend_frame_with_rect()
|
D | extend.h | 26 int srcx, int srch, int srcw);
|
/external/libchrome/base/strings/ |
D | stringprintf_unittest.cc | 85 wchar_t srcw[kSrcLen]; in TEST() local 86 for (size_t i = 0; i < arraysize(srcw); i++) in TEST() 87 srcw[i] = 'A'; in TEST() 96 srcw[kSrcLen - i] = 0; in TEST() 98 SStringPrintf(&outw, L"%ls", srcw); in TEST() 99 EXPECT_STREQ(srcw, outw.c_str()); in TEST()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 158 int srcx, int srch, int srcw) { in vp9_copy_and_extend_frame_with_rect() argument 165 const int er_y = srcx + srcw != src->y_width in vp9_copy_and_extend_frame_with_rect() 178 const int srcw_uv = ROUND_POWER_OF_TWO(srcw, 1); in vp9_copy_and_extend_frame_with_rect() 181 dst->y_buffer + dst_y_offset, dst->y_stride, srcw, srch, in vp9_copy_and_extend_frame_with_rect()
|
D | vp9_extend.h | 26 int srcx, int srch, int srcw);
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | surface.c | 350 short srcx, short srcy, unsigned short srcw, unsigned short srch, in XvMCPutSurface() argument 365 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch}; in XvMCPutSurface() 384 assert(srcx + srcw - 1 < surface->width); in XvMCPutSurface()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 555 #define OP1(op, dst, dstw, src, srcw) \ argument 556 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw)) 573 #define OP_FLAGS(op, dst, dstw, src, srcw, type) \ argument 574 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (src), (srcw), (type)) 1908 int srcw[2]; in copy_private_data() local 1950 srcw[0] = common->recursive_head_ptr; in copy_private_data() 1955 srcw[1] = common->control_head_ptr; in copy_private_data() 1973 srcw[0] = PRIVATE_DATA(cc); in copy_private_data() 1991 srcw[0] = PRIVATE_DATA(cc); in copy_private_data() 1992 SLJIT_ASSERT(srcw[0] != 0); in copy_private_data() [all …]
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | surface.c | 273 unsigned short srcw, unsigned short srch, short destx, short desty, in vlVaPutSurface() argument 320 src_rect.x1 = srcw + srcx; in vlVaPutSurface()
|
D | va_private.h | 319 … unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw,
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 413 (i32 imm:$srcx), (i32 imm:$srcy), (i32 imm:$srcz), (i32 imm:$srcw), 421 imm:$srcx, imm:$srcy, imm:$srcz, imm:$srcw, 860 RSel:$srcx, RSel:$srcy, RSel:$srcz, RSel:$srcw, 868 "$SRC_GPR.$srcx$srcy$srcz$srcw "
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.cpp | 1859 GLsizei srcw = image[i - 1]->getWidth(); in generateMipmaps() local 1863 sw::SliceRectF srcRect(0.0f, 0.0f, static_cast<float>(srcw), static_cast<float>(srch), z); in generateMipmaps()
|