HomeSort by: relevance | last modified time | path
    Searched refs:OP_A (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
moxie-dis.c 34 #define OP_A(i) ((i >> 4) & 0xf)
73 reg_names[OP_A(iword)]);
77 reg_names[OP_A(iword)],
90 reg_names[OP_A(iword)], imm);
123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]);
127 reg_names[OP_A(iword)], reg_names[OP_B(iword)]);
139 opcode->name, imm, reg_names[OP_A(iword)]);
154 reg_names[OP_A(iword)],
170 reg_names[OP_A(iword)],
tic54x-dis.c 285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A;
295 dst = DST (opcode) ? OP_B : OP_A;
300 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A;
313 case OP_A:
tic54x-opc.c 420 { "squr", 1,2,2,0xF48D, 0xFEFF, {OP_A,OP_DST}, 0, REST},/*SRC*/
  /src/external/gpl3/binutils.old/dist/opcodes/
moxie-dis.c 34 #define OP_A(i) ((i >> 4) & 0xf)
73 reg_names[OP_A(iword)]);
77 reg_names[OP_A(iword)],
90 reg_names[OP_A(iword)], imm);
123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]);
127 reg_names[OP_A(iword)], reg_names[OP_B(iword)]);
139 opcode->name, imm, reg_names[OP_A(iword)]);
154 reg_names[OP_A(iword)],
170 reg_names[OP_A(iword)],
tic54x-dis.c 285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A;
295 dst = DST (opcode) ? OP_B : OP_A;
300 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A;
313 case OP_A:
tic54x-opc.c 420 { "squr", 1,2,2,0xF48D, 0xFEFF, {OP_A,OP_DST}, 0, REST},/*SRC*/
  /src/external/gpl3/gdb/dist/opcodes/
moxie-dis.c 34 #define OP_A(i) ((i >> 4) & 0xf)
73 reg_names[OP_A(iword)]);
77 reg_names[OP_A(iword)],
90 reg_names[OP_A(iword)], imm);
123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]);
127 reg_names[OP_A(iword)], reg_names[OP_B(iword)]);
139 opcode->name, imm, reg_names[OP_A(iword)]);
154 reg_names[OP_A(iword)],
170 reg_names[OP_A(iword)],
tic54x-dis.c 285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A;
295 dst = DST (opcode) ? OP_B : OP_A;
300 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A;
313 case OP_A:
tic54x-opc.c 420 { "squr", 1,2,2,0xF48D, 0xFEFF, {OP_A,OP_DST}, 0, REST},/*SRC*/
  /src/external/gpl3/gdb.old/dist/opcodes/
moxie-dis.c 34 #define OP_A(i) ((i >> 4) & 0xf)
73 reg_names[OP_A(iword)]);
77 reg_names[OP_A(iword)],
90 reg_names[OP_A(iword)], imm);
123 reg_names[OP_A(iword)], reg_names[OP_B(iword)]);
127 reg_names[OP_A(iword)], reg_names[OP_B(iword)]);
139 opcode->name, imm, reg_names[OP_A(iword)]);
154 reg_names[OP_A(iword)],
170 reg_names[OP_A(iword)],
tic54x-dis.c 285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A;
295 dst = DST (opcode) ? OP_B : OP_A;
300 dst = DST (ext ? opcode2 : opcode) ? OP_B : OP_A;
313 case OP_A:
tic54x-opc.c 420 { "squr", 1,2,2,0xF48D, 0xFEFF, {OP_A,OP_DST}, 0, REST},/*SRC*/
  /src/external/gpl3/binutils/dist/include/opcode/
tic54x.h 57 OP_A, /* ACC A only */
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic54x.h 57 OP_A, /* ACC A only */
  /src/external/gpl3/gdb/dist/include/opcode/
tic54x.h 57 OP_A, /* ACC A only */
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic54x.h 57 OP_A, /* ACC A only */
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 3308 case OP_A:
3867 case OP_A:
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 3308 case OP_A:
3867 case OP_A:

Completed in 52 milliseconds