Home
last modified time | relevance | path

Searched refs:unary (Results 1 – 25 of 31) sorted by relevance

12

/toolchain/binutils/binutils-2.25/ld/
Dldexp.c246 exp_fold_tree_1 (tree->unary.child); in fold_unary()
864 tree = tree->unary.child; in is_align_conditional()
1151 value.unary.type.node_code = code; in exp_unop()
1152 value.unary.type.filename = child->type.filename; in exp_unop()
1153 value.unary.type.lineno = child->type.lineno; in exp_unop()
1154 value.unary.child = child; in exp_unop()
1155 value.unary.type.node_class = etree_unary; in exp_unop()
1160 new_e = (etree_type *) stat_alloc (sizeof (new_e->unary)); in exp_unop()
1161 memcpy (new_e, &value, sizeof (new_e->unary)); in exp_unop()
1327 exp_print_token (tree->unary.type.node_code, FALSE); in exp_print_tree()
[all …]
Dldexp.h75 } unary; member
DChangeLog-2005611 unary & address operator, as that breaks GCC's strict aliasing
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
Dunop.s2 ; Generic unary operations supporting all sizes and their various
/toolchain/binutils/binutils-2.25/cpu/
Dmep-fmax.cpu208 (define-pmacro (fmax-unary-arith op opc sem)
220 (fmax-unary-arith fsqrts #x4 (set fmax-FRd (sqrt fmax-FRn)))
221 (fmax-unary-arith fabss #x5 (set fmax-FRd (abs fmax-FRn)))
222 (fmax-unary-arith fnegs #x7 (set fmax-FRd (neg fmax-FRn)))
223 (fmax-unary-arith fmovs #x6 (set fmax-FRd fmax-FRn))
DChangeLog315 (unary-insn-defn-g, binary-arith-imm-dst-defn,
420 (unary-insn-defn, unary16-defn, unary32-defn, unary-insn-mach,
421 unary-insn): Add -g variants for opcodes that need to support :G.
Dm32c.cpu5967 (define-pmacro (unary-insn-defn-g mach group mode wstr op encoding sem opg)
5977 (define-pmacro (unary-insn-defn mach group mode wstr op encoding sem)
5978 (unary-insn-defn-g mach group mode wstr op encoding sem "")
5983 (unary-insn-defn-g 16 16 mode wstr op
5988 (unary-16-defn-g mode wstr wbit op opc1 opc2 opc3 sem "")
5996 ; (unary-insn-defn 32 24-absolute-indirect mode wstr op
5999 (unary-insn-defn-g 32 16-Unprefixed mode wstr op
6002 ; (unary-insn-defn 32 24-indirect mode wstr op
6011 (define-pmacro (unary-insn-mach-g mach op opc1 opc2 opc3 sem opg)
6013 (.apply (.sym unary mach -defn-g) (QI .b 0 op opc1 opc2 opc3 sem opg))
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-parse.y159 static Expr_Node *unary (Expr_Op_Type, Expr_Node *);
3021 tmp = unary (Expr_Op_Type_NEG, tmp);
3044 tmp = unary (Expr_Op_Type_NEG, tmp);
3112 tmp = unary (Expr_Op_Type_NEG, tmp);
3125 tmp = unary (Expr_Op_Type_NEG, tmp);
3146 tmp = unary (Expr_Op_Type_NEG, tmp);
3291 tmp = unary (Expr_Op_Type_NEG, tmp);
3355 tmp = unary (Expr_Op_Type_NEG, tmp);
3370 tmp = unary (Expr_Op_Type_NEG, tmp);
4432 $$ = unary (Expr_Op_Type_COMP, $2);
[all …]
/toolchain/binutils/binutils-2.25/gas/
Dexpr.c1016 unary: in operand()
1245 goto unary; in operand()
1249 goto unary; in operand()
1253 goto unary; in operand()
DChangeLog-20091286 (unary): Likewise.
2121 md_operator() if defined. Add unary label.
DChangeLog-20053203 handle SHORT as well as unary + and -. Don't accept : except for
3258 * expr.c (operand): Merge handling of unary + into that for unary
DChangeLog-20062705 (unary): Ditto.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
Dmalis.s54 L6: equ -L4 ; unary expr 0xffffffd3
/toolchain/binutils/binutils-2.25/include/opcode/
Dtic6x-opcode-table.h132 INSN(abs, l, unary, 1cycle, C62X, 0,
142 INSN(abs2, l, unary, 1cycle, C64X, 0,
154 INSN(abssp, s, unary, 1cycle, C67X, 0,
516 INSN(bitc4, m, unary, 1616_m, C64X, 0,
522 INSN(bitr, m, unary, 1616_m, C64X, 0,
1034 INSN(deal, m, unary, 1616_m, C64X, 0,
2008 INSN(mvd, m, unary, 4cycle, C64X, 0,
2018 INSN(mvk, l, unary, 1cycle, C64X, TIC6X_FLAG_NO_CROSS,
2418 INSN(shfl, m, unary, 1616_m, C64X, 0,
3445 INSN(swap4, l, unary, 1cycle, C64X, 0,
[all …]
/toolchain/binutils/binutils-2.25/gold/po/
Did.po270 #. Handle unary operators. We use a preprocessor macro as a hack to
273 msgid "unary "
274 msgstr "unary "
Dfi.po376 #. Handle unary operators. We use a preprocessor macro as a hack to
379 msgid "unary "
Dgold.pot667 #. Handle unary operators. We use a preprocessor macro as a hack to
670 msgid "unary "
Dit.po373 #. Handle unary operators. We use a preprocessor macro as a hack to
376 msgid "unary "
Des.po372 #. Handle unary operators. We use a preprocessor macro as a hack to
375 msgid "unary "
Dvi.po378 #. Handle unary operators. We use a preprocessor macro as a hack to
381 msgid "unary "
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dsunos.em872 gld${EMULATION_NAME}_find_exp_assignment (exp->unary.child);
Daix.em1390 gld${EMULATION_NAME}_find_exp_assignment (exp->unary.child);
Delf32.em1324 gld${EMULATION_NAME}_find_exp_assignment (exp->unary.child);
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-mmix.texi523 The serialize unary operator @code{&}, the fractional division operator
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-2005891 * elf32-i386.c (elf_i386_check_relocs): Don't cast a unary &
895 * elf64-x86-64.c (elf_x86_64_check_relocs): Don't cast a unary

12