Home
last modified time | relevance | path

Searched refs:combine (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/openbsd/src/regress/usr.bin/mandoc/char/accent/
DMakefile3 REGRESS_TARGETS = nocombine utf8only combine
4 SKIP_ASCII = utf8only combine
5 UTF8_TARGETS = nocombine utf8only combine
Dcombine.out_utf87 char + combine char U: eU'0301'
8 char + combine char C: é
9 char + combine char named: é
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/hexagon/
Ddfaddsub.S81 ATMP = combine(##0x20000000,#0)
93 if (BIGB) EXPB_A = combine(EXPA,EXPB) // swap exponents
99 ZTMP = combine(#62,#1)
133 ZTMP = combine(#54,##2045)
204 B = combine(##0x00100000,#0)
232 ATMP = combine(##0x7fefffff,#-1) // positive max finite
237 BTMP = combine(##0x7ff00000,#0) // positive infinity
289 ATMP = combine(##0x20000000,#0)
303 ZTMP = combine(#62,#1)
Ddffma.S133 CTMP = combine(PP_ODD_H,#0)
134 PP_ODD = combine(#0,PP_LL_H)
152 PP_HH = combine(#0,PP_ODD_H)
157 PP_LL = combine(PP_ODD_L,PP_LL_L)
196 if (SWAP.new) EXPCA = combine(EXPA,EXPC)
241 if (P_TMP) CTMP = combine(TMP,TMP) // sign extension of pre-shift-right-64
470 CTMP = combine(##0x7fefffff,#-1)
474 ATMP = combine(##0x7ff00000,#0)
565 ATMP = combine(##0x00100000,#0)
Dudivsi3.S26 r5:4 = combine(#1,#0)
32 r1:0 = combine(r0,r4)
Ddfdiv.S81 EXPBA = combine(BH,AH)
293 TMPPAIR = combine(##0x00100000,#0) // min normal
328 B = combine(##0x7fefffff,#-1)
332 PROD = combine(##0x7ff00000,#0)
402 EXPBA = combine(BH,AH)
460 B = combine(##0x7ff00000,#0)
Dudivmodsi4.S27 r5:4 = combine(#1,#0)
33 r1:0 = combine(r0,r4)
Ddfmul.S70 ATMP = combine(##0x40000000,#0)
93 BTMP = combine(##BIAS+BIAS-4,#0)
261 ATMP = combine(##0x7fefffff,#-1) // positive max finite
267 BTMP = combine(##0x7ff00000,#0) // positive infinity
Dsfsqrt_opt.S38 r1:0 = combine(#0,#0) // clear S/H
/openbsd/src/regress/usr.bin/mandoc/eqn/subsup/
DMakefile3 REGRESS_TARGETS = combine noarg precedence sub_group
4 HTML_TARGETS = combine noarg precedence sub_group
/openbsd/src/gnu/usr.bin/perl/regen/
Dregcharclass.pl1097 my ( $self, $op, $combine, $opts_ref )= @_;
1116 if ( ($is_cp_ret || $combine) && @ranges && ref $ranges[-1]) {
1198 return $self->_combine( $test, @ranges ) if $combine;
1357 my $combine= $self->_combine( $test, @cond );
1360 . $combine . " ) )";
1362 return "( $cstr || $combine )";
1372 my ( $self, $op, $combine, $brace, $opts_ref, $def, $submacros )= @_;
1377 my $cond= $self->_cond_as_str( $op, $combine, $opts_ref );
1380 my $yes= $self->_render( $op->{yes}, $combine, 1, $opts_ref, $def,
1384 my $no= $self->_render( $op->{no}, $combine, 0, $opts_ref, $def,
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsPreLegalizerCombiner.cpp34 bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
38 bool MipsPreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anonf1f91cd80111::MipsPreLegalizerCombinerInfo
DMipsPostLegalizerCombiner.cpp56 bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
60 bool MipsPostLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon83b862d70111::MipsPostLegalizerCombinerInfo
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dmembers.cc57 locale loc_2 = loc_1.combine<numpunct<char> >(loc_c); in test01()
87 locale loc_2 = loc_1.combine<numpunct<char> >(loc_c); in test02()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
DAArch64O0PreLegalizerCombiner.cpp69 bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
73 bool AArch64O0PreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon9caa2f9a0111::AArch64O0PreLegalizerCombinerInfo
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerCommand.h136 void combineOutAndErr(bool combine = true) { CombinedOutAndErr = combine; }
/openbsd/src/gnu/llvm/llvm/utils/lit/utils/
Dcheck-coverage42 (cd tests && python -m coverage combine)
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerInfo.h66 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DHashing.h561 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end,
566 return combine(length, buffer_ptr, buffer_end, args...);
574 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) {
611 return helper.combine(0, helper.buffer, helper.buffer + 64, args...);
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenPGO.cpp136 void combine(HashType Type);
228 Hash.combine(Type); in VisitStmt()
243 Hash.combine(PGOHash::IfThenBranch); in TraverseIfStmt()
245 Hash.combine(PGOHash::IfElseBranch); in TraverseIfStmt()
248 Hash.combine(PGOHash::EndOfScope); in TraverseIfStmt()
259 Hash.combine(PGOHash::EndOfScope); \
750 void PGOHash::combine(HashType Type) { in combine() function in PGOHash
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D20020720-1.x4 # insns for combine to handle -- it can handle max three insns
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUPreLegalizerCombiner.cpp194 bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
198 bool AMDGPUPreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon769ed0820211::AMDGPUPreLegalizerCombinerInfo
/openbsd/src/games/quiz/datfiles/
Ded17 combine every even-numbered line with the next odd-numbered line:\
26 combine previous line and this one:\
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombiner.cpp150 Changed |= CInfo.combine(WrapperObserver, *CurrInst, B); in combineMachineInstrs()
/openbsd/src/gnu/gcc/gcc/config/xtensa/
Dlib2funcs.S132 src a0, a8, a3 # combine them with a funnel shift

12345678910>>...13