Searched refs:SHIFT_INST_L (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cr16-opc.c | 150 #define SHIFT_INST_L(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \ macro 156 SHIFT_INST_L("lshb", 0x13, 0x44, 23, imm4, regr), 157 SHIFT_INST_L("lshd", 0x25, 0x47, 25, imm6, regp), 158 SHIFT_INST_L("lshw", 0x49, 0x46, 24, imm5, regr),
|