Searched refs:ENC (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic6x-opcode-table.h | 118 #define ENC(id, meth, op) { \ macro 135 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0), 136 ENC(dst, reg, 1))) 140 ENC3(ENC(s, fu, 0), ENC(src2, reg, 0), ENC(dst, reg, 1))) 145 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0), 146 ENC(dst, reg, 1))) 151 ENC4(ENC(s, fu, 0), ENC(src2, regpair_msb, 0), ENC(src1, regpair_lsb, 0), 152 ENC(dst, reg, 1))) 157 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0), 158 ENC(dst, reg, 1))) [all …]
|