/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/devel/ |
H A D | mkapidoc.pl | 166 my @conds = keys $embeds{$name}->%*; 172 foreach my $cond (@conds) { 190 foreach my $cond (@conds) {
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | arm.md | 146 [(set_attr "conds" "clob") 461 [(set_attr "conds" "clob") 490 [(set_attr "conds" "clob") 517 [(set_attr "conds" "clob") 632 [(set_attr "conds" "set")] 799 [(set_attr "conds" "use") 1064 [(set_attr "conds" "use") 1190 [(set_attr "conds" "set") 1203 [(set_attr "conds" "set") 1234 [(set_attr "conds" "set") [all …]
|
H A D | arm.c | 10996 static const char * const conds[] = local 11019 return conds[val ^ invert];
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | arm.md | 171 [(set_attr "conds" "clob") 415 [(set_attr "conds" "clob") 444 [(set_attr "conds" "clob") 471 [(set_attr "conds" "clob") 746 [(set_attr "conds" "use") 791 [(set_attr "conds" "use") 1028 [(set_attr "conds" "use") 1114 [(set_attr "conds" "set") 1127 [(set_attr "conds" "set") 1158 [(set_attr "conds" "set") [all …]
|
H A D | fpa.md | 620 [(set_attr "conds" "set") 632 [(set_attr "conds" "set") 645 [(set_attr "conds" "set") 656 [(set_attr "conds" "set") 668 [(set_attr "conds" "set") 680 [(set_attr "conds" "set") 693 [(set_attr "conds" "set") 704 [(set_attr "conds" "set") 727 (set_attr "conds" "use")] 749 (set_attr "conds" "use")]
|
H A D | vfp.md | 267 [(set_attr "conds" "use") 290 [(set_attr "conds" "use") 707 [(set_attr "conds" "set")
|
H A D | iwmmxt.md | 129 (set_attr "conds" "clob")]
|
/openbsd/gnu/gcc/gcc/ |
H A D | loop-unswitch.c | 268 rtx cond, rcond = NULL_RTX, conds, rconds, acond, cinsn; in unswitch_single_loop() local 369 conds = alloc_EXPR_LIST (0, cond, cond_checked); in unswitch_single_loop() 384 unswitch_single_loop (loops, loop, conds, num + 1); in unswitch_single_loop() 386 free_EXPR_LIST_node (conds); in unswitch_single_loop()
|
H A D | gimplify.c | 239 int conds = --(gimplify_ctxp->conditions); in gimple_pop_condition() local 241 gcc_assert (conds >= 0); in gimple_pop_condition() 242 if (conds == 0) in gimple_pop_condition()
|
/openbsd/gnu/usr.bin/perl/regen/ |
H A D | regcharclass.pl | 580 my @conds= sort { $a <=> $b } grep { length $_ } keys %$trie; 584 return $else if !@conds; 602 foreach my $cond ( @conds ) {
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-arm.c | 361 static const struct asm_cond conds[] = variable 11521 for (j = 0; j < sizeof (conds) / sizeof (struct asm_cond); j++) in build_arm_ops_hsh() 11532 strcpy (template + insn->cond_offset, conds[j].template); in build_arm_ops_hsh() 11540 new->value = (insn->value & ~COND_MASK) | conds[j].value; in build_arm_ops_hsh() 11617 for (i = 0; i < sizeof (conds) / sizeof (struct asm_cond); i++) in md_begin() 11618 hash_insert (arm_cond_hsh, conds[i].template, (PTR) (conds + i)); in md_begin()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-arm.c | 8917 static const struct asm_cond conds[] = variable 13038 for (i = 0; i < sizeof (conds) / sizeof (struct asm_cond); i++) in md_begin() 13039 hash_insert (arm_cond_hsh, conds[i].template, (PTR) (conds + i)); in md_begin()
|
/openbsd/sys/dev/pci/ |
H A D | if_ice.c | 22792 uint8_t segs_cnt, uint16_t vsi_handle, uint32_t conds) in ice_flow_find_prof_conds() argument 22799 if ((p->dir == dir || conds & ICE_FLOW_FIND_PROF_NOT_CHK_DIR) && in ice_flow_find_prof_conds() 22804 if ((conds & ICE_FLOW_FIND_PROF_CHK_VSI) && in ice_flow_find_prof_conds() 22814 ((conds & ICE_FLOW_FIND_PROF_CHK_FLDS) && in ice_flow_find_prof_conds()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5380delta.pod | 1762 regexec.c: Add some branch predictions reorder conds
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | FSFChangeLog.10 | 3879 (attribute conds): Clobbering of call insns can now be determined 3888 (all call insns): The conds attribute is now determined automatically.
|
H A D | ChangeLog | 3924 * arm.md (sibcall_epilogue): Set the "conds" to "clob".
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | ld.texinfo | 168 @c Following blank line required for remaining bug in makeinfo conds/menus
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/ |
H A D | ld.texinfo | 180 @c Following blank line required for remaining bug in makeinfo conds/menus
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9295 | 2720 (conds[]): Delete initial NULL entry, add "lo" entry as synonym for
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-9295 | 2720 (conds[]): Delete initial NULL entry, add "lo" entry as synonym for
|