Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
Dopcodes.s16 add *ar4+, 1, a ; Xmem, SHFT, src (0<=SHFT<=15)
18 add #-32768, a ; #lk [,SHFT], src [,dst] (-32768<=lk<=32767)
29 and #1,1,a,b ; #lk[,SHFT],src[,dst]
105 ld *ar4+,1,a ; Xmem,SHFT,dst
107 ld #32767,1,a ; #lk,[,SHFT],dst
/toolchain/binutils/binutils-2.27/include/opcode/
Dtic54x.h104 #define SHFT(OP) ((OP)&0xF) macro
/toolchain/binutils/binutils-2.27/opcodes/
Dtic54x-dis.c332 shift = SHFT (opcode); in print_instruction()