Home
last modified time | relevance | path

Searched refs:F_ALIAS (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
Dsparc-opc.c210 { "lduw", F3(3, 0x00, 0), F3(~3, ~0x00, ~0), "[1+2],d", F_ALIAS, v9 },
211 { "lduw", F3(3, 0x00, 0), F3(~3, ~0x00, ~0)|RS2_G0, "[1],d", F_ALIAS, v9 }, /* ld [rs1+%g0],d */
212 { "lduw", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[1+i],d", F_ALIAS, v9 },
213 { "lduw", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[i+1],d", F_ALIAS, v9 },
214 { "lduw", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|RS1_G0, "[i],d", F_ALIAS, v9 },
215 { "lduw", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|SIMM13(~0), "[1],d", F_ALIAS, v9 }, /* ld [rs1+0],d */
376 { "lduwa", F3(3, 0x10, 0), F3(~3, ~0x10, ~0), "[1+2]A,d", F_ALIAS, v9 }, /* lduwa === lda */
377 { "lduwa", F3(3, 0x10, 0), F3(~3, ~0x10, ~0)|RS2_G0, "[1]A,d", F_ALIAS, v9 }, /* lda [rs1+%g0],d */
378 { "lduwa", F3(3, 0x10, 1), F3(~3, ~0x10, ~1), "[1+i]o,d", F_ALIAS, v9 },
379 { "lduwa", F3(3, 0x10, 1), F3(~3, ~0x10, ~1), "[i+1]o,d", F_ALIAS, v9 },
[all …]
Dsparc-dis.c324 int alias_diff = (op0->flags & F_ALIAS) - (op1->flags & F_ALIAS); in compare_opcodes()
336 if (op0->flags & F_ALIAS) /* If they're both aliases, be arbitrary. */ in compare_opcodes()
DChangeLog-92972017 (SLCBCC2): Delete F_ALIAS flag.
2566 opcode function. Don't check F_ALIAS.
2586 * sparc-opc.c (all non-v9 insns): Use flag F_NOTV9 instead of F_ALIAS.
3046 * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the
3624 F_ALIAS. Use printf, not fprintf, when not passing a file
/freebsd-12-stable/contrib/binutils/include/opcode/
Dsparc.h106 #define F_ALIAS 2 /* Alias for a "real" instruction. */ macro
DChangeLog-91032405 declarations. Remove F_ALIAS and flag field of struct
2576 (F_ALIAS): New macro.