Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sparc.c1406 int dstreg = (the_insn.opcode & RD (~0)) >> 25; in synthetize_setx() local
1418 if (tmpreg == dstreg) in synthetize_setx()
1486 upper_dstreg = dstreg; in synthetize_setx()
1489 if (!upper_dstreg && dstreg) in synthetize_setx()
1503 the_insn.opcode = (SETHI_INSN | RD (dstreg) in synthetize_setx()
1528 the_insn.opcode = (OR_INSN | (need_hi22_p ? RS1 (dstreg) : 0) in synthetize_setx()
1529 | RD (dstreg) in synthetize_setx()
1549 the_insn.opcode = (XOR_INSN | RS1 (dstreg) | RD (dstreg) | IMMED in synthetize_setx()
1558 the_insn.opcode = (OR_INSN | RS1 (dstreg) | RS2 (upper_dstreg) in synthetize_setx()
1559 | RD (dstreg)); in synthetize_setx()