| /src/external/gpl3/binutils/dist/opcodes/ |
| tic4x-dis.c | 294 unsigned int aregno; local 299 aregno = 0; 306 aregno = EXTRU (arg, 2, 0) + REG_AR0; 311 aregno = EXTRU (arg, 2, 0) + REG_AR0; 316 aregno = EXTRU (arg, 10, 8) + REG_AR0; 333 tic4x_print_register (info, aregno);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| tic4x-dis.c | 294 unsigned int aregno; local 299 aregno = 0; 306 aregno = EXTRU (arg, 2, 0) + REG_AR0; 311 aregno = EXTRU (arg, 2, 0) + REG_AR0; 316 aregno = EXTRU (arg, 10, 8) + REG_AR0; 333 tic4x_print_register (info, aregno);
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| tic4x-dis.c | 294 unsigned int aregno; local 299 aregno = 0; 306 aregno = EXTRU (arg, 2, 0) + REG_AR0; 311 aregno = EXTRU (arg, 2, 0) + REG_AR0; 316 aregno = EXTRU (arg, 10, 8) + REG_AR0; 333 tic4x_print_register (info, aregno);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| tic4x-dis.c | 294 unsigned int aregno; local 299 aregno = 0; 306 aregno = EXTRU (arg, 2, 0) + REG_AR0; 311 aregno = EXTRU (arg, 2, 0) + REG_AR0; 316 aregno = EXTRU (arg, 10, 8) + REG_AR0; 333 tic4x_print_register (info, aregno);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-tic4x.c | 110 int aregno; /* Aux. register number. */ member in struct:tic4x_operand 1409 operand->aregno = S_GET_VALUE (symbolP); 1410 if (operand->aregno >= REG_AR0 && operand->aregno <= REG_AR7) 1786 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0); 1889 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0); 1917 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8); 1991 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8); 2271 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-tic4x.c | 110 int aregno; /* Aux. register number. */ member in struct:tic4x_operand 1409 operand->aregno = S_GET_VALUE (symbolP); 1410 if (operand->aregno >= REG_AR0 && operand->aregno <= REG_AR7) 1786 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0); 1889 INSERTU (opcode, operand->aregno - REG_AR0, 2, 0); 1917 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8); 1991 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8); 2271 INSERTU (opcode, operand->aregno - REG_AR0, 10, 8);
|