Home
last modified time | relevance | path

Searched refs:INSN (Results 1 – 20 of 20) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dtic6x-opcode-table.h132 INSN(abs, l, unary, 1cycle, C62X, 0,
137 INSN(abs, l, 1_or_2_src, 1cycle, C62X, TIC6X_FLAG_NO_CROSS,
142 INSN(abs2, l, unary, 1cycle, C64X, 0,
148 INSN(absdp, s, 1_or_2_src, 2cycle_dp, C67X, TIC6X_FLAG_NO_CROSS,
154 INSN(abssp, s, unary, 1cycle, C67X, 0,
219 INSN(add, l, l3_sat_0, 1cycle, C64XP, 0,
224 INSN(add, l, l3i, 1cycle, C64XP, 0,
229 INSN(add, l, lx1, 1cycle, C64XP,
234 INSN(add, s, s3_sat_0, 1cycle, C64XP, 0,
239 INSN(add, s, sx1, 1cycle, C64XP, TIC6X_FLAG_NO_CROSS,
[all …]
Dtic6x.h663 #define INSN(name, func_unit, format, type, isa, flags, fixed, ops, var) \ macro
672 #undef INSN
DChangeLog-91031662 (CGEN_{INSN,KEYWORD,OPERAND}_NBOOL_ATTRS): Renamed from ..._MAX_ATTRS.
1853 (cpu specific INSN macros): Tweak into bitmasks outside the range
/toolchain/binutils/binutils-2.25/cpu/
Diq2000m.cpu194 (dni cfc2 "control from coprocessor 2" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN)
200 (dni cfc3 "control from coprocessor 3" (MACH2000 LOAD-DELAY USES-RT YIELD-INSN)
210 (dni chkhdr "check header" (MACH2000 LOAD-DELAY USES-RD YIELD-INSN)
246 (dni luc32 "lookup chain 32 bits" (MACH2000 USES-RD USES-RT YIELD-INSN)
252 (dni luc32l "lookup chain 32 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN)
258 (dni luc64 "lookup chain 64 bits" (MACH2000 USES-RD USES-RT YIELD-INSN)
264 (dni luc64l "lookup chain 64 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN)
276 (dni lulck "lookup lock" (MACH2000 USES-RT YIELD-INSN)
282 (dni lum32 "lookup match 32 bits" (MACH2000 USES-RD USES-RT YIELD-INSN)
288 (dni lum32l "lookup match 32 bits and lock" (MACH2000 USES-RD USES-RT YIELD-INSN)
[all …]
Dmt.cpu309 ; (name EXT-SKIP-INSN)
330 (name AL-INSN)
337 (name IO-INSN)
344 (name BR-INSN)
589 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2)
597 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2)
605 (AL-INSN USES-FRDR USES-FRSR1)
616 (AL-INSN USES-FRDR USES-FRSR1)
624 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2)
632 (AL-INSN USES-FRDRRR USES-FRSR1 USES-FRSR2)
[all …]
Dsh64-compact.cpu48 (name FP-INSN)
630 (FP-INSN)
638 (FP-INSN)
646 (FP-INSN)
654 (FP-INSN)
662 (FP-INSN)
668 (FP-INSN)
674 (FP-INSN)
682 (FP-INSN)
695 (FP-INSN)
[all …]
Depiphany.cpu43 (name SHORT-INSN)
1106 (COND-CTI SHORT-INSN)
1161 (dni b16 "short unconditional branch" (UNCOND-CTI SHORT-INSN)
1189 (UNCOND-CTI SHORT-INSN)
1220 (UNCOND-CTI SHORT-INSN)
1265 (UNCOND-CTI SHORT-INSN)
1396 (SHORT-INSN)
1407 (SHORT-INSN)
1466 (SHORT-INSN IMM3)
1531 (SHORT-INSN IMM3)
[all …]
Dip2k.cpu43 (name EXT-SKIP-INSN)
525 (EXT-SKIP-INSN)
533 (EXT-SKIP-INSN)
541 (EXT-SKIP-INSN)
549 (EXT-SKIP-INSN)
1348 (EXT-SKIP-INSN)
1394 (EXT-SKIP-INSN)
Diq10.cpu754 ; ??? Is YIELD-INSN the right attribute for IQ10? The IQ2000 used the attribute to warn about
759 (dni cfc "copy from coprocessor control register" (MACH10 LOAD-DELAY USES-RD YIELD-INSN)
Diq2000.cpu321 (name YIELD-INSN)
1059 (dni syscall "system call" (YIELD-INSN)
Dcris.cpu110 (define-pmacro MACH-BRANCH-OFFSET-AT-INSN MACH-V32)
111 (define-pmacro MACH-BRANCH-OFFSET-AFTER-INSN MACH-PRE-V32)
/toolchain/binutils/binutils-2.25/gas/
Ditbl-parse.y289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
314 | pnum INSN name value range flags
Ditbl-lex.l60 return INSN;
Ditbl-ops.c830 case INSN: in get_type()
DChangeLog-2012405 opcodes in the upper 16 bits of *INSN instead. Keep the
/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-dis.c48 #define HASH_INSN(INSN) \ argument
49 ((((INSN) >> 24) & 0xc0) | (((INSN) & opcode_bits[((INSN) >> 30) & 3]) >> 19))
Dtic6x-dis.c79 #define INSN(name, func_unit, format, type, isa, flags, fixed, ops, var) \ macro
104 #undef INSN
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Delfd10v.sc87 INSN : org = 0x01000000, len = 256K
113 } ${RELOCATING+ >INSN} =${NOP-0}
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c1218 #define EXTRACT_OPERAND(MICROMIPS, FIELD, INSN) \ argument
1220 ? EXTRACT_BITS ((INSN).insn_opcode, OP_MASK_##FIELD, OP_SH_##FIELD) \
1221 : EXTRACT_BITS ((INSN).insn_opcode, \
1223 #define MIPS16_EXTRACT_OPERAND(FIELD, INSN) \ argument
1224 EXTRACT_BITS ((INSN).insn_opcode, \
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-02032119 used. Change INSN to start at 0x01000000 and extend for
2500 * scripttempl/elfd10v.sc : Fix STACK and INSN.