Home
last modified time | relevance | path

Searched refs:splitter (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/cpan/JSON-PP/t/
D019_incr.t12 sub splitter {
37 splitter +JSON::PP->new->allow_nonref (0), ' ["x\\"","\\u1000\\\\n\\nx",1,{"\\\\" :5 , "": "x"}]';
38 splitter +JSON::PP->new->allow_nonref (0), '[ "x\\"","\\u1000\\\\n\\nx" , 1,{"\\\\ " :5 , "": " x"}…
39 splitter +JSON::PP->new , '"test"';
40 splitter +JSON::PP->new , ' "5" ';
41 splitter +JSON::PP->new , '-1e5';
43 splitter +JSON::PP->new , ' 0.00E+00 ';
/openbsd/src/gnu/usr.bin/perl/
Dinstallhtml372 my $splitter = rel2abs("$splitpod/splitpod", $pwd);
391 die "$splitter not found. Use '-splitpod dir' option.\n"
392 unless -f $splitter;
393 system($perl, $splitter, "../$filename") &&
394 warn "$0: error running '$splitter ../$filename'"
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_crtc_state_dump.c232 str_enabled_disabled(pipe_config->splitter.enable), in intel_crtc_state_dump()
233 pipe_config->splitter.link_count, in intel_crtc_state_dump()
234 pipe_config->splitter.pixel_overlap); in intel_crtc_state_dump()
Dintel_ddi.c2379 pipe_config->splitter.enable = dss1 & SPLITTER_ENABLE; in intel_ddi_mso_get_config()
2380 if (!pipe_config->splitter.enable) in intel_ddi_mso_get_config()
2384 pipe_config->splitter.enable = false; in intel_ddi_mso_get_config()
2394 pipe_config->splitter.link_count = 2; in intel_ddi_mso_get_config()
2397 pipe_config->splitter.link_count = 4; in intel_ddi_mso_get_config()
2401 pipe_config->splitter.pixel_overlap = REG_FIELD_GET(OVERLAP_PIXELS_MASK, dss1); in intel_ddi_mso_get_config()
2414 if (crtc_state->splitter.enable) { in intel_ddi_mso_configure()
2416 dss1 |= OVERLAP_PIXELS(crtc_state->splitter.pixel_overlap); in intel_ddi_mso_configure()
2417 if (crtc_state->splitter.link_count == 2) in intel_ddi_mso_configure()
Dintel_dp.c2888 if (pipe_config->splitter.enable) in intel_dp_drrs_compute_config()
2889 pixel_clock /= pipe_config->splitter.link_count; in intel_dp_drrs_compute_config()
2897 if (pipe_config->splitter.enable) in intel_dp_drrs_compute_config()
2898 pipe_config->dp_m2_n2.data_m *= pipe_config->splitter.link_count; in intel_dp_drrs_compute_config()
3084 pipe_config->splitter.enable = true; in intel_dp_compute_config()
3085 pipe_config->splitter.link_count = n; in intel_dp_compute_config()
3086 pipe_config->splitter.pixel_overlap = overlap; in intel_dp_compute_config()
3110 if (pipe_config->splitter.enable) in intel_dp_compute_config()
3111 pipe_config->dp_m_n.data_m *= pipe_config->splitter.link_count; in intel_dp_compute_config()
Dintel_display.c2363 int overlap = crtc_state->splitter.pixel_overlap; in intel_splitter_adjust_timings()
2364 int n = crtc_state->splitter.link_count; in intel_splitter_adjust_timings()
2366 if (!crtc_state->splitter.enable) in intel_splitter_adjust_timings()
5477 PIPE_CONF_CHECK_BOOL(splitter.enable); in intel_pipe_config_compare()
5478 PIPE_CONF_CHECK_I(splitter.link_count); in intel_pipe_config_compare()
5479 PIPE_CONF_CHECK_I(splitter.pixel_overlap); in intel_pipe_config_compare()
Dintel_display_types.h1427 } splitter; member
Dintel_psr.c2596 crtc_state->splitter.enable) in intel_psr2_sel_fetch_update()
/openbsd/src/gnu/gcc/gcc/config/mips/
Dpredicates.md188 the splitter would be forced to reuse the target register for
Dmips.md5167 ;; - The splitter deliberately changes the liveness of $gp. The unsplit
5173 ;; available to the splitter.
/openbsd/src/gnu/gcc/gcc/config/xtensa/
Dxtensa.md2125 ;; can use a post-reload splitter to expand away the insn if a frame
2143 ;; Post-reload splitter to remove fp assignment when it's not needed.
2150 ;; The preceding splitter needs something to split the insn into;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/xtensa/
Dxtensa.md2402 ;; can use a post-reload splitter to expand away the insn if a frame
2421 ;; Post-reload splitter to remove fp assignment when it's not needed.
2428 ;; The preceding splitter needs something to split the insn into;
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.5522 * i386.md (float_truncate splitter, and to mov splitters): Add
527 sched1 pass; simplify condition of post-reload splitter;
681 (fix splitter): Remove.
1108 * i386.md (minsf): Fix splitter. (PR fortran/3191)
3264 Add splitter to perform EH return after reload.
3838 * rs6000.md (movdi splitter): Sign extend more efficiently.
4263 * i386.md (movdi splitter): Fix the splitting condition
4264 (float_extenddftf splitter): Fix mode.
5075 * i386.md (abs/neg splitter): Fix calculation of sign bit for TFmodes
6908 * i386.md (sse_movdfcc_eq): Fix constraint (sse_mov?fcc splitter): Use operands_match_p
[all …]
DChangeLog.42573 (splitter for conditional move with inverted false): Use cond_exec
5019 if the splitter didn't emit new insns.
5974 * i386.md (adddi and negdi splitter): Use CCRCmode.
9982 (cmpeqdi_t splitter): Use cmpeqsi_and_t instead of emitting jumps
10804 * config/sh/sh.md (cmpeqdi_t splitter): Fix a reverse testing.
12556 * i386.md (shift to lea splitter): Use const_int_operand.
12920 * i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
12992 (shladd_elim splitter): Allow constants in the predicate.
13025 (addsi3 to lea splitter): Handle other modes too.
13026 (shlsi3 to lea splitter): Likewise.
[all …]
DChangeLog647 (extendsidi2 splitter): Use cvtlq.
6362 * config/rs6000/rs6000.md: Add TI constant splitter.
7523 * i386.md (SSE cmov splitter): Handle memory operand in operand 5.
7904 * config/h8300/h8300.md (a splitter): Likewise.
10111 * sh.md (xordi3+1): New combiner splitter pattern.
11601 * config/rs6000/rs6000.md (movdf splitter): Use gen_int_mode on
11605 (movtf splitter): Correct generation of constants in 64-bit mode.
11698 * rs6000.md (movtf splitter): Load TFmode constant.
14135 (ashift to lea splitter): Do not produce invalid leas
15670 * config/rs6000/rs6000.md (movsi splitter): Use
[all …]
DChangeLog.1109 * config/c4x/c4x.md (set_lo_sum+2): New splitter to load large
133 * rs6000.md (nabsdi2): Reverse subtraction in splitter.
1313 * i386.md (movdi): Add splitter.
1352 * i386.md (movsf_push): Handle memory to memory case too, new splitter.
1477 * alpha.md (adddi3 splitter): Check s_p_rtx not REGNO.
1568 extendsfxf2): Rewrite using a splitter.
1774 truncxfdf2): Rewrite using a splitter.
2013 floatsixf2, floatdixf2): Rewrite using a splitter.
2158 (*movhi_clobber+1): Modify splitter pattern to handle destination
3599 * i386.md (ashlsi3 splitter): Fix typo in last change.
[all …]
DChangeLog.2987 (movtf_cc_sp64, following split): New pattern and splitter.
991 (movtf_cc_reg_sp64, following split): New pattern and splitter.
1620 * (addsi): New add to lea splitter.
1639 (movdi_1): Remove; remove splitter.
1641 (divmodsi4 splitter): Do not emit clobbers for move patterns.
2347 remove redundant splitter.
2348 (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
2499 (divmodsi4 splitter): Handle the case when input comes in edx.
3055 (movxf_1+1): New splitter for same.
4992 * config/c4x/c4x.md (rpts_top): New pattern and splitter.
[all …]
DChangeLog.67196 * i386.md (movti_rex64 splitter): Fix condition.
8441 * i386.md (movdi splitter): Fix.
8443 (movti_rex64): New function and splitter.
8716 * i386.c (test splitter): Narrow tests vs paradoxical subregs.
9475 * i386.md (fixdi splitter): Add missing "&& 1" in splitter
12119 it is a forced splitter.
12532 (one_cmplbi2 splitter): Remove redundant test.
12929 * i386.md (trunc?fsi splitter): Conditionionize for non-sse.
15840 correctly. Re-arrange splitter to handle any constant.
16452 * config/sh/sh.md (ashlsi3_std splitter): Split only after reload.
[all …]
DChangeLog.764 constraint in define_expand, not splitter.
1705 promoting splitter): Use new macro.
1717 last insn created by the splitter.
1798 * config/alpha/alpha.md (setjmp receiver splitter): Avoid
1816 (setjmp pattern and split): Use them to avoid splitter which emits
4929 (splitter for mov_sideqi_mem, mov_sidehi_mem, mov_sidesi_mem):
7576 * i386.md (testsi to testqi_zext_1 splitter): Fix typo.
8682 * config/rs6000/rs6000.md (sCC pattern and splitter): Remove
11397 (dimode mem/zero splitter): New.
12109 associated splitter. Remove MQ constraint.
[all …]
DChangeLog.37332 * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
8833 (*negdi2_1+1 splitter): Use CCZ for neg patterns.
14623 (movtf splitter): Use alpha_split_tfmode_pair.
14912 * alpha.md (movtf): New expander, insn, and splitter.
16490 * i386.c (movsf splitter): Fix typo in my last checkin.
16753 * i386.md (pushsf): New splitter to convert constant pool memory
/openbsd/src/gnu/usr.bin/gcc/gcc/config/h8300/
Dh8300.md772 ;; This splitter is very important to make the stack adjustment
/openbsd/src/gnu/gcc/gcc/config/h8300/
Dh8300.md732 ;; in the same way as the movmd splitter.
1201 ;; This splitter is very important to make the stack adjustment
/openbsd/src/share/dict/
Dweb2a10292 casing splitter
15419 cylinder splitter
16584 diamond splitter
22933 fork splitter
28340 heel splitter
28496 hide splitter
32288 lath splitter
40245 phase splitter
55363 slate splitter
60350 straw splitter
[all …]
/openbsd/src/gnu/gcc/gcc/config/cris/
Dcris.md371 ;; recognizer and splitter. We're forced to have a movdi pattern,
/openbsd/src/gnu/usr.bin/gcc/gcc/config/cris/
Dcris.md363 ;; recognizer and splitter. We're forced to have a movdi pattern,

12