Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 126) sorted by relevance

123456

/toolchain/binutils/binutils-2.25/intl/
Dplural-exp.c38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var; in init_germanic_plural()
83 plone.operation = num; in init_germanic_plural()
87 GERMANIC_PLURAL.operation = not_equal; in init_germanic_plural()
Deval-plural.h38 switch (pexp->operation)
58 if (pexp->operation == lor)
60 else if (pexp->operation == land)
66 switch (pexp->operation)
Dplural-exp.h68 } operation; member
Dplural.y93 newp->operation = op;
/toolchain/binutils/binutils-2.25/binutils/
Dar.c116 } operation = none; variable
488 if (operation != none) in decode_options()
499 operation = del; in decode_options()
503 operation = move; in decode_options()
507 operation = print_files; in decode_options()
510 operation = quick_append; in decode_options()
514 operation = replace; in decode_options()
518 operation = print_table; in decode_options()
521 operation = extract; in decode_options()
755 if (operation == quick_append && write_armap) in main()
[all …]
/toolchain/binutils/binutils-2.25/gold/
Darm-reloc-property.cc98 const std::string& operation, in Arm_reloc_property() argument
160 if (operation == "NONE") in Arm_reloc_property()
164 Tree_node* root_node = Tree_node::make_tree(operation); in Arm_reloc_property()
271 #define RD(name, type, deprecated, class, operation, is_implemented, \ in Arm_reloc_property_table() argument
281 (operation).s_expression(), is_implemented, \ in Arm_reloc_property_table()
Darm-reloc-property.h151 const std::string& operation, bool is_implemented,
Darm-reloc.def44 // relocation. If there is no operation or the operation cannot be
/toolchain/binutils/binutils-2.25/bfd/
Dsection.c972 bfd_boolean (*operation) (bfd *, in bfd_get_section_by_name_if()
987 if ((*operation) (abfd, &sh->section, user_storage)) in bfd_get_section_by_name_if()
1347 void (*operation) (bfd *, asection *, void *), in bfd_map_over_sections()
1354 (*operation) (abfd, sect, user_storage); in bfd_map_over_sections()
1383 bfd_boolean (*operation) (bfd *, asection *, void *), in bfd_sections_find_if()
1389 if ((*operation) (abfd, sect, user_storage)) in bfd_sections_find_if()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
Darm-no-rel-plt.out2 .*: final link failed: Invalid operation
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
Dtls-err-44.d4 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
Dtls-err-52.d4 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
Dtls-err-28.d5 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
Dtls-err-25.d5 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
Dtls-err-24.d5 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
Dtls-err-77.d5 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
/toolchain/binutils/binutils-2.25/config/
Dmh-pa-hpux103 # and ada files need to be compiled with this option for correct operation.
Dmh-pa3 # and ada files need to be compiled with this option for correct operation.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Darmv1-bad.l2 [^:]*:4: Error: invalid pseudo operation -- `str r0,=0x00ff0000'
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
Dbittest.s3 # Bit operation instructions (BCLR, BNOT, BSET, BTST) should not be placed in IU.
Dbittest.l12 …3 # Bit operation instructions \(BCLR, BNOT, BSET, BTST\) should not be placed in IU.
/toolchain/binutils/binutils-2.25/cpu/
Dfrv.cpu2047 (dnf f-TLBPRopx "TLB Probe operation number" () 28 3)
3190 (dnop TLBPRopx "TLB Probe operation number" () h-uint f-TLBPRopx)
3451 (define-pmacro (int-logic-r-r name operation op ope comment)
3458 (set GRk (operation GRi GRj))
3589 (define-pmacro (iacc-multiply-r-r name operation op ope comment)
3596 ((.sym iacc- operation) (mul DI (ext DI GRi) (ext DI GRj)))
3662 (define-pmacro (conditional-int-logic name operation op ope comment)
3670 (set GRk (operation GRi GRj)))
3736 (define-pmacro (conditional-shift name operation op ope comment)
3744 (set GRk (operation GRi (and GRj #x1f))))
[all …]
Dsh64-compact.cpu735 ; single precision operation
737 ; double or extended operation
751 ; single precision operation
753 ; double or extended operation
763 ; single precision operation
767 ; double or extended operation
779 ; single precision operation
781 ; double or extended operation
791 ; single precision operation
793 ; double or extended operation
[all …]
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-arc.texi294 of the operation).
301 immediate operand. The result of this operation would be discarded.
Dc-msp430.texi305 We define new pseudo operation @samp{.profiler} which will instruct assembler to
309 Pseudo operation format:

123456