Home
last modified time | relevance | path

Searched refs:local_size (Results 1 – 23 of 23) sorted by relevance

/external/pcre/dist/sljit/
DsljitNativeX86_32.c68 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter() argument
74 …eck_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
75 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
141 local_size = ((SLJIT_LOCALS_OFFSET + saveds + local_size + 15) & ~15) - saveds; in sljit_emit_enter()
144 local_size = SLJIT_LOCALS_OFFSET + ((local_size + 7) & ~7); in sljit_emit_enter()
163 local_size = SLJIT_LOCALS_OFFSET + ((local_size + 3) & ~3); in sljit_emit_enter()
166 compiler->local_size = local_size; in sljit_emit_enter()
168 if (local_size > 1024) { in sljit_emit_enter()
170 FAIL_IF(emit_do_imm(compiler, MOV_r_i32 + reg_map[SLJIT_R0], local_size)); in sljit_emit_enter()
172 local_size -= SLJIT_LOCALS_OFFSET; in sljit_emit_enter()
[all …]
DsljitNativeX86_64.c92 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter() argument
98 …eck_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
99 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
169local_size = ((local_size + SLJIT_LOCALS_OFFSET + saved_register_size + 15) & ~15) - saved_registe… in sljit_emit_enter()
170 compiler->local_size = local_size; in sljit_emit_enter()
173 if (local_size > 1024) { in sljit_emit_enter()
186 local_size -= 5 * sizeof(sljit_sw); in sljit_emit_enter()
189 local_size -= 4 * sizeof(sljit_sw); in sljit_emit_enter()
196 *(sljit_si*)inst = local_size; in sljit_emit_enter()
205 SLJIT_ASSERT(local_size > 0); in sljit_emit_enter()
[all …]
DsljitNativeARM_64.c1065 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter() argument
1070 …eck_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
1071 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
1074 local_size += saved_regs_size + SLJIT_LOCALS_OFFSET; in sljit_emit_enter()
1075 local_size = (local_size + 15) & ~0xf; in sljit_emit_enter()
1076 compiler->local_size = local_size; in sljit_emit_enter()
1078 if (local_size <= (63 * sizeof(sljit_sw))) { in sljit_emit_enter()
1080 | RN(TMP_SP) | ((-(local_size >> 3) & 0x7f) << 15))); in sljit_emit_enter()
1082 offs = (local_size - saved_regs_size) << (15 - 3); in sljit_emit_enter()
1089 local_size -= saved_regs_size + SLJIT_LOCALS_OFFSET; in sljit_emit_enter()
[all …]
DsljitNativeMIPS_common.c543 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter() argument
549 …eck_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
550 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
552 local_size += GET_SAVED_REGISTERS_SIZE(scratches, saveds, 1) + SLJIT_LOCALS_OFFSET; in sljit_emit_enter()
554 local_size = (local_size + 15) & ~0xf; in sljit_emit_enter()
556 local_size = (local_size + 31) & ~0x1f; in sljit_emit_enter()
558 compiler->local_size = local_size; in sljit_emit_enter()
560 if (local_size <= SIMM_MAX) { in sljit_emit_enter()
562 …FAIL_IF(push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-local_size), DR(SLJIT_SP))); in sljit_emit_enter()
566 FAIL_IF(load_immediate(compiler, DR(TMP_REG1), local_size)); in sljit_emit_enter()
[all …]
DsljitNativeTILEGX_64.c1177 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter() argument
1183 …eck_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
1184 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
1186 local_size += GET_SAVED_REGISTERS_SIZE(scratches, saveds, 1); in sljit_emit_enter()
1187 local_size = (local_size + 7) & ~7; in sljit_emit_enter()
1188 compiler->local_size = local_size; in sljit_emit_enter()
1190 if (local_size <= SIMM_16BIT_MAX) { in sljit_emit_enter()
1192 FAIL_IF(ADDLI(SLJIT_LOCALS_REG_mapped, SLJIT_LOCALS_REG_mapped, -local_size)); in sljit_emit_enter()
1195 FAIL_IF(load_immediate(compiler, TMP_REG1_mapped, local_size)); in sljit_emit_enter()
1199 local_size = 0; in sljit_emit_enter()
[all …]
DsljitLir.c374 compiler->local_size = -1; in sljit_create_compiler()
558 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in set_emit_enter() argument
561 SLJIT_UNUSED_ARG(local_size); in set_emit_enter()
569 compiler->logical_local_size = local_size; in set_emit_enter()
575 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in set_set_context() argument
578 SLJIT_UNUSED_ARG(local_size); in set_set_context()
586 compiler->logical_local_size = local_size; in set_set_context()
927 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in check_sljit_emit_enter() argument
941 CHECK_ARGUMENT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE); in check_sljit_emit_enter()
946 args, scratches, saveds, fscratches, fsaveds, local_size); in check_sljit_emit_enter()
[all …]
DsljitNativePPC_common.c576 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter() argument
581 …eck_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
582 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
615 local_size += GET_SAVED_REGISTERS_SIZE(scratches, saveds, 1) + SLJIT_LOCALS_OFFSET; in sljit_emit_enter()
616 local_size = (local_size + 15) & ~0xf; in sljit_emit_enter()
617 compiler->local_size = local_size; in sljit_emit_enter()
620 if (local_size <= SIMM_MAX) in sljit_emit_enter()
621 FAIL_IF(push_inst(compiler, STWU | S(SLJIT_SP) | A(SLJIT_SP) | IMM(-local_size))); in sljit_emit_enter()
623 FAIL_IF(load_immediate(compiler, 0, -local_size)); in sljit_emit_enter()
627 if (local_size <= SIMM_MAX) in sljit_emit_enter()
[all …]
DsljitNativeSPARC_common.c423 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter() argument
426 …eck_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
427 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
429 local_size = (local_size + SLJIT_LOCALS_OFFSET + 7) & ~0x7; in sljit_emit_enter()
430 compiler->local_size = local_size; in sljit_emit_enter()
432 if (local_size <= SIMM_MAX) { in sljit_emit_enter()
433 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | IMM(-local_size), UNMOVABLE_INS)); in sljit_emit_enter()
436 FAIL_IF(load_immediate(compiler, TMP_REG1, -local_size)); in sljit_emit_enter()
447 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_set_context() argument
450 …ck_sljit_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_set_context()
[all …]
DsljitNativeARM_T2_32.c1132 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter() argument
1138 …eck_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
1139 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
1156 local_size = ((size + local_size + 7) & ~7) - size; in sljit_emit_enter()
1157 compiler->local_size = local_size; in sljit_emit_enter()
1158 if (local_size > 0) { in sljit_emit_enter()
1159 if (local_size <= (127 << 2)) in sljit_emit_enter()
1160 FAIL_IF(push_inst16(compiler, SUB_SP | (local_size >> 2))); in sljit_emit_enter()
1162 FAIL_IF(emit_op_imm(compiler, SLJIT_SUB | ARG2_IMM, SLJIT_SP, SLJIT_SP, local_size)); in sljit_emit_enter()
1177 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_set_context() argument
[all …]
DsljitNativeARM_32.c830 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_emit_enter() argument
836 …eck_sljit_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
837 set_emit_enter(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
854 local_size = ((size + local_size + 7) & ~7) - size; in sljit_emit_enter()
855 compiler->local_size = local_size; in sljit_emit_enter()
856 if (local_size > 0) in sljit_emit_enter()
857 FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, local_size)); in sljit_emit_enter()
871 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size) in sljit_set_context() argument
876 …ck_sljit_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_set_context()
877 set_set_context(compiler, options, args, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
[all …]
DsljitLir.h323 sljit_si local_size; member
523 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size);
537 sljit_si fscratches, sljit_si fsaveds, sljit_si local_size);
DsljitNativeX86_common.c634 static void SLJIT_CALL sljit_grow_stack(sljit_sw local_size) in sljit_grow_stack() argument
643 *(volatile sljit_si*)alloca(local_size) = 0; in sljit_grow_stack()
/external/google-breakpad/src/processor/
Dwindows_frame_info.h86 local_size(0), in WindowsFrameInfo()
106 local_size(set_local_size), in WindowsFrameInfo()
139 uint32_t local_size = strtoul(tokens[7], NULL, 16); in ParseFromString() local
156 local_size, in ParseFromString()
170 local_size = that.local_size; in CopyFrom()
197 uint32_t local_size; member
Dfast_source_line_resolver.cc127 uint32_t local_size = para_uint32[4]; in CopyWFI() local
138 local_size, in CopyWFI()
Dsimple_serializer-inl.h146 size += SimpleSerializer<uint32_t>::SizeOf(wfi.local_size); in SizeOf()
160 dest = SimpleSerializer<uint32_t>::Write(wfi.local_size, dest); in Write()
Dmodule_comparer.cc253 ASSERT_TRUE(wfi1.local_size == wfi2.local_size); in CompareWFI()
Dstackwalker_x86.cc217 dictionary[".cbLocals"] = last_frame_info->local_size; in GetCallerByWindowsFrameInfo()
221 last_frame_info->local_size + in GetCallerByWindowsFrameInfo()
Dstackwalker_x86_unittest.cc974 EXPECT_EQ(0x10U, frame0->windows_frame_info->local_size); in TEST_F()
/external/mesa3d/src/mapi/glapi/gen/
Dgl_x86-64_asm.py41 def local_size(registers): function
55 adjust_stack = local_size(registers)
66 adjust_stack = local_size(registers)
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute_internal.h77 unsigned local_size; member
Devergreen_compute.c140 shader->local_size = cso->req_local_mem; ///TODO: assert it in evergreen_create_compute_state()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc546 DWORD local_size; in PrintFrameDataUsingPDB() local
547 if (FAILED(frame_data->get_lengthLocals(&local_size))) in PrintFrameDataUsingPDB()
636 local_size, max_stack_size, program_string_result == S_OK); in PrintFrameDataUsingPDB()
/external/opencv3/modules/imgproc/src/
Dpyramids.cpp1088 const int local_size = 256; in ocl_pyrDown() local
1102 cn, kercn, float_depth, borderMap[borderType], local_size in ocl_pyrDown()
1110 size_t localThreads[2] = { local_size/kercn, 1 }; in ocl_pyrDown()
1136 const int local_size = 16; in ocl_pyrUp() local
1145 ocl::typeToStr(depth), channels, local_size in ocl_pyrUp()
1148 size_t localThreads[2] = { local_size, local_size }; in ocl_pyrUp()