Searched refs:aregno (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dtic4x-dis.c293 unsigned int aregno; local
298 aregno = 0;
305 aregno = EXTRU (arg, 2, 0) + REG_AR0;
310 aregno = EXTRU (arg, 2, 0) + REG_AR0;
315 aregno = EXTRU (arg, 10, 8) + REG_AR0;
332 tic4x_print_register (info, aregno);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dtic4x-dis.c293 unsigned int aregno; local
298 aregno = 0;
305 aregno = EXTRU (arg, 2, 0) + REG_AR0;
310 aregno = EXTRU (arg, 2, 0) + REG_AR0;
315 aregno = EXTRU (arg, 10, 8) + REG_AR0;
332 tic4x_print_register (info, aregno);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic4x.c122 int aregno; /* Aux. register number. */ member in struct:tic4x_operand
1440 operand->aregno = S_GET_VALUE (symbolP);
1441 if (operand->aregno >= REG_AR0 && operand->aregno <= REG_AR7)
1821 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0);
1924 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0);
1952 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8);
2026 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8);
2306 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8);

Completed in 108 milliseconds