Searched refs:rt3 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | nds32.h | 101 #define N16_TYPE333(op6, rt3, ra3, rb3) \ argument 102 (0x8000 | __MF (N16_T333_##op6, 9, 6) | __MF (rt3, 6, 3) \ 104 #define N16_TYPE36(op6, rt3, imm6) \ argument 105 (0x8000 | __MF (N16_T36_##op6, 9, 6) | __MF (rt3, 6, 3) \ 107 #define N16_TYPE38(op4, rt3, imm8) \ argument 108 (0x8000 | __MF (N16_T38_##op4, 11, 4) | __MF (rt3, 8, 3) \ 110 #define N16_TYPE37(op4, rt3, ls, imm7) \ argument 111 (0x8000 | __MF (N16_T37_##op4, 11, 4) | __MF (rt3, 8, 3) \
|