Searched refs:IMMED (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/
H A Ditbl-parse.y289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
344 | IMMED
347 $$ = IMMED;
H A Ditbl-lex.l54 "immed"|"IMMED" {
55 return IMMED;
H A Ditbl-ops.c542 /* If not a symbol, fall thru to IMMED */
619 /* If not a symbol, fall through to IMMED. */
831 case IMMED:
/freebsd-10-stable/contrib/binutils/include/opcode/
H A Dsparc.h216 #define IMMED F3I (1) macro
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c1086 | RD (rd) | IMMED
1143 the_insn.opcode = (opc | RD (rd) | IMMED
1266 | IMMED
1280 | IMMED
1291 | IMMED | 32);
1299 the_insn.opcode = (XOR_INSN | RS1 (dstreg) | RD (dstreg) | IMMED
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dsparc-opc.c1090 { opcode, (mask)|(2<<11)|IMMED, (lose)|RS1_G0, "Z,i", (flags), v9 }, /* %g0 + imm */ \
1091 { opcode, (mask)|(2<<11)|IMMED, (lose), "Z,1+i", (flags), v9 }, /* rs1 + imm */ \
1092 { opcode, (mask)|(2<<11), IMMED|(lose), "Z,1+2", (flags), v9 }, /* rs1 + rs2 */ \
1093 { opcode, (mask)|(2<<11), IMMED|(lose)|RS2_G0, "Z,1", (flags), v9 }, /* rs1 + %g0 */ \
1094 { opcode, (mask)|IMMED, (lose)|RS1_G0, "z,i", (flags)|F_ALIAS, v9 }, /* %g0 + imm */ \
1095 { opcode, (mask)|IMMED, (lose), "z,1+i", (flags)|F_ALIAS, v9 }, /* rs1 + imm */ \
1096 { opcode, (mask), IMMED|(lose), "z,1+2", (flags)|F_ALIAS, v9 }, /* rs1 + rs2 */ \
1097 { opcode, (mask), IMMED|(lose)|RS2_G0, "z,1", (flags)|F_ALIAS, v9 }, /* rs1 + %g0 */ \
1098 { opcode, (mask)|IMMED, (lose)|RS1_G0, "i", (flags), v6 }, /* %g0 + imm */ \
1099 { opcode, (mask)|IMMED, (los
[all...]

Completed in 116 milliseconds