Home
last modified time | relevance | path

Searched refs:IMMED (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Ditbl-parse.y289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
344 | IMMED
347 $$ = IMMED;
Ditbl-lex.l54 return IMMED;
Ditbl-ops.c840 case IMMED: in get_type()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m68k.c1556 case IMMED: in m68k_ip()
1578 case IMMED: in m68k_ip()
1595 case IMMED: in m68k_ip()
1639 case IMMED: in m68k_ip()
1702 if (opP->mode != IMMED) in m68k_ip()
1728 if (opP->mode != IMMED) in m68k_ip()
1736 || opP->mode == IMMED in m68k_ip()
1748 || opP->mode == IMMED in m68k_ip()
1762 case IMMED: in m68k_ip()
1803 case IMMED: in m68k_ip()
[all …]
Dm68k-parse.h304 IMMED = 1, enumerator
Dm68k-parse.y184 op->mode = IMMED;
189 op->mode = IMMED;
Dtc-sparc.c1153 | RD (rd) | IMMED in synthetize_setuw()
1209 the_insn.opcode = (opc | RD (rd) | IMMED in synthetize_setsw()
1331 | IMMED in synthetize_setx()
1345 | IMMED in synthetize_setx()
1356 | IMMED | 32); in synthetize_setx()
1364 the_insn.opcode = (XOR_INSN | RS1 (dstreg) | RD (dstreg) | IMMED in synthetize_setx()
Dtc-arm.c14110 NEON_ENCODE (IMMED, inst); in do_neon_shl_imm()
14143 NEON_ENCODE (IMMED, inst); in do_neon_qshl_imm()
14265 NEON_ENCODE (IMMED, inst); in do_neon_logic()
14482 NEON_ENCODE (IMMED, inst); in neon_compare()
14889 NEON_ENCODE (IMMED, inst); in do_neon_shll()
15133 NEON_ENCODE (IMMED, inst); in do_neon_cvt_1()
15399 NEON_ENCODE (IMMED, inst); in do_neon_mvn()
/toolchain/binutils/binutils-2.25/include/opcode/
Dsparc.h276 #define IMMED F3I (1) macro
/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-opc.c1152 { opcode, (mask)|(2<<11)|IMMED, (lose)|RS1_G0, "Z,i", (flags), 0, 0, v9 }, /* %g0 + imm */ \
1153 { opcode, (mask)|(2<<11)|IMMED, (lose), "Z,1+i", (flags), 0, 0, v9 }, /* rs1 + imm */ \
1154 { opcode, (mask)|(2<<11), IMMED|(lose), "Z,1+2", (flags), 0, 0, v9 }, /* rs1 + rs2 */ \
1155 { opcode, (mask)|(2<<11), IMMED|(lose)|RS2_G0, "Z,1", (flags), 0, 0, v9 }, /* rs1 + %g0 */ \
1156 { opcode, (mask)|IMMED, (lose)|RS1_G0, "z,i", (flags)|F_ALIAS, 0, 0, v9 }, /* %g0 + imm */ \
1157 { opcode, (mask)|IMMED, (lose), "z,1+i", (flags)|F_ALIAS, 0, 0, v9 }, /* rs1 + imm */ \
1158 { opcode, (mask), IMMED|(lose), "z,1+2", (flags)|F_ALIAS, 0, 0, v9 }, /* rs1 + rs2 */ \
1159 { opcode, (mask), IMMED|(lose)|RS2_G0, "z,1", (flags)|F_ALIAS, 0, 0, v9 }, /* rs1 + %g0 */ \
1160 { opcode, (mask)|IMMED, (lose)|RS1_G0, "i", (flags), 0, 0, v6 }, /* %g0 + imm */ \
1161 { opcode, (mask)|IMMED, (lose), "1+i", (flags), 0, 0, v6 }, /* rs1 + imm */ \
[all …]