/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
H A D | pa.cc | 6700 int nullify = INSN_ANNULLED_BRANCH_P (insn); in pa_output_cbranch() local 6727 nullify = 1; in pa_output_cbranch() 6731 if (! nullify && length == 4 && dbr_sequence_length () == 0) in pa_output_cbranch() 6732 nullify = forward_branch_p (insn); in pa_output_cbranch() 6737 useskip = (length == 4 && nullify) ? use_skip_p (insn) : FALSE; in pa_output_cbranch() 6756 else if (nullify) in pa_output_cbranch() 6775 && nullify) in pa_output_cbranch() 6812 if (nullify) in pa_output_cbranch() 6826 || (nullify && forward_branch_p (insn))) in pa_output_cbranch() 6828 nullify = 1; in pa_output_cbranch() [all …]
|
H A D | pa.md | 27 ;; * With PA1.1, most computational instructions can conditionally nullify 34 ;; and can only be used to nullify the instruction following immediately 217 ;; direction of the branch. Forward branches nullify true and 218 ;; backward branches nullify false. If the direction is unknown 2044 int nullify, xdelay; 2051 nullify = 1; 2057 nullify = 0; 2062 if (nullify) 2088 int nullify, xdelay; 2095 nullify = 1; [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
H A D | pa.c | 6668 int nullify = INSN_ANNULLED_BRANCH_P (insn); in pa_output_cbranch() local 6695 nullify = 1; in pa_output_cbranch() 6699 if (! nullify && length == 4 && dbr_sequence_length () == 0) in pa_output_cbranch() 6700 nullify = forward_branch_p (insn); in pa_output_cbranch() 6705 useskip = (length == 4 && nullify) ? use_skip_p (insn) : FALSE; in pa_output_cbranch() 6724 else if (nullify) in pa_output_cbranch() 6743 && nullify) in pa_output_cbranch() 6780 if (nullify) in pa_output_cbranch() 6794 || (nullify && forward_branch_p (insn))) in pa_output_cbranch() 6796 nullify = 1; in pa_output_cbranch() [all …]
|
H A D | pa.md | 27 ;; * With PA1.1, most computational instructions can conditionally nullify 34 ;; and can only be used to nullify the instruction following immediately 217 ;; direction of the branch. Forward branches nullify true and 218 ;; backward branches nullify false. If the direction is unknown 2044 int nullify, xdelay; 2051 nullify = 1; 2057 nullify = 0; 2062 if (nullify) 2088 int nullify, xdelay; 2095 nullify = 1; [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-hppa.c | 2643 int nullify = 0; in pa_parse_nonneg_cmpsub_cmpltr() local 2687 nullify = 1; in pa_parse_nonneg_cmpsub_cmpltr() 2697 if (nullify) in pa_parse_nonneg_cmpsub_cmpltr() 2713 int nullify = 0; in pa_parse_neg_cmpsub_cmpltr() local 2761 nullify = 1; in pa_parse_neg_cmpsub_cmpltr() 2771 if (nullify) in pa_parse_neg_cmpsub_cmpltr() 2944 int nullify = 0; in pa_parse_nonneg_add_cmpltr() local 2987 nullify = 1; in pa_parse_nonneg_add_cmpltr() 2997 if (nullify) in pa_parse_nonneg_add_cmpltr() 3013 int nullify = 0; in pa_parse_neg_add_cmpltr() local [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-hppa.c | 2643 int nullify = 0; in pa_parse_nonneg_cmpsub_cmpltr() local 2687 nullify = 1; in pa_parse_nonneg_cmpsub_cmpltr() 2697 if (nullify) in pa_parse_nonneg_cmpsub_cmpltr() 2713 int nullify = 0; in pa_parse_neg_cmpsub_cmpltr() local 2761 nullify = 1; in pa_parse_neg_cmpsub_cmpltr() 2771 if (nullify) in pa_parse_neg_cmpsub_cmpltr() 2944 int nullify = 0; in pa_parse_nonneg_add_cmpltr() local 2987 nullify = 1; in pa_parse_nonneg_add_cmpltr() 2997 if (nullify) in pa_parse_nonneg_add_cmpltr() 3013 int nullify = 0; in pa_parse_neg_add_cmpltr() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | typecons.d | 2462 void nullify()() 2474 ni.nullify(); 2597 a.nullify(); 2614 a.nullify(); 2622 a.nullify(); 2629 k.nullify(); 2641 a.nullify(); 2657 s.nullify(); 2670 n.nullify(); 2688 s.nullify(); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | typecons.d | 3013 void nullify()() 3028 ni.nullify(); 3117 alias popFront = nullify; 3120 alias popBack = nullify; 3219 a.nullify(); 3244 k.nullify(); 3256 a.nullify(); 3272 s.nullify(); 3285 n.nullify(); 3303 s.nullify(); [all …]
|
H A D | json.d | 1033 next.nullify(); 1045 next.nullify();
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.cc | 1582 tree nullify = fold_build2_loc (input_location, MODIFY_EXPR, in gfc_deallocate_with_status() local 1593 tmp, nullify); in gfc_deallocate_with_status()
|
H A D | ChangeLog-2017 | 203 by adding it to the se structure. When finished nullify the 873 are allocated, nullify allocatable components first. Do not 2228 (structure_alloc_comps): Extend nullify to treat pointer components in 2229 coarrays correctly. Restructure nullify to remove redundant code.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.c | 1509 tree nullify = fold_build2_loc (input_location, MODIFY_EXPR, in gfc_deallocate_with_status() local 1520 tmp, nullify); in gfc_deallocate_with_status()
|
/netbsd-src/sys/arch/hppa/hppa/ |
H A D | locore.S | 951 comb,<>,n %t1, %t2, 0 ; nullify if LWPs different
|
/netbsd-src/external/gpl3/gdb/dist/sim/iq2000/ |
H A D | ChangeLog-2021 | 810 instructions in the pbb, not just those that may nullify their
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc5805.txt | 308 and all outstanding transactions without notice and nullify their
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/po/ |
H A D | nl.po | 118 msgid "must specify .jd or no nullify suffix" 119 msgstr "moet .jd of geen nullify-suffix opgeven"
|
H A D | zh_CN.po | 2091 #~ msgid "must specify .jd or no nullify suffix" 2092 #~ msgstr "必须指定.jd 或无 nullify 后缀"
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/po/ |
H A D | nl.po | 118 msgid "must specify .jd or no nullify suffix" 119 msgstr "moet .jd of geen nullify-suffix opgeven"
|
H A D | zh_CN.po | 2091 #~ msgid "must specify .jd or no nullify suffix" 2092 #~ msgstr "必须指定.jd 或无 nullify 后缀"
|
H A D | id.po | 288 msgid "must specify .jd or no nullify suffix" 289 msgstr "harus menspesifikasikan .jd atau tidak ada akhiran nullify"
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/po/ |
H A D | nl.po | 118 msgid "must specify .jd or no nullify suffix" 119 msgstr "moet .jd of geen nullify-suffix opgeven"
|
H A D | id.po | 288 msgid "must specify .jd or no nullify suffix" 289 msgstr "harus menspesifikasikan .jd atau tidak ada akhiran nullify"
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/po/ |
H A D | nl.po | 118 msgid "must specify .jd or no nullify suffix" 119 msgstr "moet .jd of geen nullify-suffix opgeven"
|
H A D | id.po | 288 msgid "must specify .jd or no nullify suffix" 289 msgstr "harus menspesifikasikan .jd atau tidak ada akhiran nullify"
|
H A D | zh_CN.po | 2091 #~ msgid "must specify .jd or no nullify suffix" 2092 #~ msgstr "必须指定.jd 或无 nullify 后缀"
|