Searched refs:F_ALIAS (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | sparc-opc.c | 210 { "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 …]
|
| D | sparc-dis.c | 324 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()
|
| D | ChangeLog-9297 | 2017 (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/ |
| D | sparc.h | 106 #define F_ALIAS 2 /* Alias for a "real" instruction. */ macro
|
| D | ChangeLog-9103 | 2405 declarations. Remove F_ALIAS and flag field of struct 2576 (F_ALIAS): New macro.
|