Searched refs:SHFT (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
D | opcodes.s | 16 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
|
D | all-opcodes.s | 26376 ; ADDxmShift : ADD Xmem, SHFT, AB : 512 49141 ; LDxm : LD Xmem, SHFT, AB : 512 76598 ; STHxmShift : STH AB, SHFT, Xmem : 512 86348 ; STLxmShift : STL AB, SHFT, Xmem : 512 122488 ; SUBxmShift : SUB Xmem, SHFT, AB : 512
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic54x.h | 104 #define SHFT(OP) ((OP)&0xF) macro
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | tic54x-dis.c | 332 shift = SHFT (opcode); in print_instruction()
|