Searched refs:DREG_RS2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/tricore/asm/ |
H A D | macros.h | 15 #define DREG_RS2 %d2 macro 118 LI(DREG_RS2, rs2); \ 121 insn DREG_CALC_RESULT, DREG_RS1, DREG_RS2, DREG_RS3; \ 127 LI(DREG_RS2, rs2); \ 129 insn DREG_CALC_RESULT, DREG_RS1, DREG_RS2; \ 144 LI(DREG_RS2, rs2); \ 146 insn DREG_CALC_RESULT, DREG_RS1, DREG_RS2, imm; \ 160 LI(DREG_RS2, rs1); \ 162 insn DREG_CALC_RESULT, DREG_RS1, imm1, DREG_RS2, imm2; \ 168 LI(DREG_RS2, rs2); \ [all …]
|