Searched refs:mmregs (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dsubsym.s47 ; use mmregs
48 .mmregs
49 x .word $isreg("AG") ; 1 if .mmregs, 0 otherwise
H A Dopcodes.s3 .mmregs
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dtic54x.h155 extern const tic54x_symbol mmregs[], regs[];
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dtic54x-dis.c532 tic54x_symbol *reg = (tic54x_symbol *) mmregs;
H A Dtic54x-opc.c26 /* these are the only register names not found in mmregs */
41 const tic54x_symbol mmregs[] = { variable
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-tic54x.c2005 /* .mmregs
2016 for (sym = (tic54x_symbol *) mmregs; sym->name; sym++)
2424 { "mmregs" , tic54x_mmregs , 0 },
2684 /* Return whether the string is a register; accepts ar0-7, unless .mmregs has
3012 for (sym = (tic54x_symbol *) mmregs; sym->name; sym++)
3015 for (sym = (tic54x_symbol *) mmregs; sym->name; sym++)
3494 as_bad (_("Use the .mmregs directive to use memory-mapped register names such as '%s'"), operand->buf);

Completed in 204 milliseconds