Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 25 of 119) sorted by relevance

12345

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dld.s9 .macro ld ops:vararg
10 sd \ops
16 .macro ld ops:vararg
17 l.d \ops
23 .macro ld ops:vararg
24 s.d \ops
30 .macro ld ops:vararg
31 ldc1 \ops
37 .macro ld ops:vararg
38 sdc1 \ops
Dcache.s7 .macro cache ops:vararg
8 pref \ops
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dthumb32.s133 .macro arit3 op ops opw opsw
134 \ops r0, r0
135 \ops r5, r0
136 \ops r0, r5
137 \ops r0, r0, r5
138 \ops r0, r5, r0
437 .macro mt op ops opw opsw
438 \ops r0, r0
440 \ops r5, r0
444 \ops r9, r0
[all …]
Dtcompat.s2 .macro shift op opls ops oplss
5 \ops r0,#17
Dvfpv3-const-conv.d1 # name: VFPv3 additional constant and conversion ops
/toolchain/binutils/binutils-2.25/include/cgen/
DChangeLog12 * basic-ops.h: (SUBWORDSIQI) Make declaration static.
25 * basic-ops.h: New file. Moved here from opcodes/cgen-ops.h.
/toolchain/binutils/binutils-2.25/include/opcode/
Dtic6x.h663 #define INSN(name, func_unit, format, type, isa, flags, fixed, ops, var) \ argument
665 #define INSNE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \ argument
667 #define INSNU(name, func_unit, format, type, isa, flags, fixed, ops, var) \ argument
669 #define INSNUE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \ argument
/toolchain/binutils/binutils-2.25/gas/
DMakefile.am51 IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h
52 IT_SRCS=itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
54 IT_OBJS=itbl-parse.@OBJEXT@ itbl-lex.@OBJEXT@ itbl-ops.@OBJEXT@
91 CFILES = $(GAS_CFILES) itbl-ops.c cgen.c
111 itbl-ops.h \
549 itbl-ops.@OBJEXT@: itbl-parse.h
557 itbl-tops.@OBJEXT@: itbl-ops.c itbl-parse.h
559 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -o $@ -c -DSTAND_ALONE $(srcdir)/itbl-ops.c
566 $(COMPILE) -o $@ -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
/toolchain/binutils/binutils-2.25/opcodes/
Dtic6x-dis.c55 #define INSNU(name, func_unit, format, type, isa, flags, fixed, ops, var) \ argument
64 ops, \
67 #define INSNUE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \ argument
76 ops, \
79 #define INSN(name, func_unit, format, type, isa, flags, fixed, ops, var) \ argument
88 ops, \
91 #define INSNE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \ argument
100 ops, \
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
Dimmediate-004.s1 ;; ops with immediate args
Dimmediate-005.s1 ;; ops with immediate args
Dimmediate-003.s1 ;; ops with immediate args
Dimmediate-002.s1 ;; ops with immediate args
Dimmediate-006.s1 ;; ops with immediate args
Dimmediate-007.s1 ;; ops with immediate args
Dimmediate-001.s1 ;; ops with immediate args
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
Dsyntax-2.s4 ! pseudo-ops
Dcrange1.s3 ! 2) For data (through pseudo-ops) in SHmedia.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
Dmovi.s16 # logical ops should convert for any register
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
Dtranslate-ops.d3 #name: translate-ops
/toolchain/binutils/binutils-2.25/gas/config/
Dxtensa-relax.c636 BuildOp *prev = bi->ops; in append_op()
641 bi->ops = b_op; in append_op()
1734 bi->ops = NULL; in build_transition()
1785 if (! literal_bi || ! literal_bi->ops || literal_bi->ops->next) in build_transition()
1789 literal_bi->ops->op_data); in build_transition()
Dtc-rl78.c60 char ops[8]; member
185 char * ip = rl78_bytes.ops + rl78_bytes.n_ops; in rl78_op()
199 rl78_bytes.ops[rl78_bytes.n_ops++] =v & 0xff; in rl78_op()
221 memset (rl78_bytes.ops + rl78_bytes.n_ops, 0, nbytes); in rl78_op()
558 APPEND (ops, n_ops); in md_assemble()
Dxtensa-relax.h159 BuildOp *ops; member
Dtc-arm.c18226 #define TxCE(mnem, op, top, nops, ops, ae, te) \ argument
18227 { mnem, OPS##nops ops, OT_csuffix, 0x##op, top, ARM_VARIANT, \
18232 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument
18233 TxCE (mnem, aop, 0x##top, nops, ops, ae, te)
18234 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument
18235 TxCE (mnem, aop, T_MNEM##top, nops, ops, ae, te)
18239 #define TxC3(mnem, op, top, nops, ops, ae, te) \ argument
18240 { mnem, OPS##nops ops, OT_cinfix3, 0x##op, top, ARM_VARIANT, \
18242 #define TxC3w(mnem, op, top, nops, ops, ae, te) \ argument
18243 { mnem, OPS##nops ops, OT_cinfix3_deprecated, 0x##op, top, ARM_VARIANT, \
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
Dpseudo.d3 # name: ia64 pseudo-ops

12345