Searched refs:tic54x_cons (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic54x.c | 961 tic54x_cons (int type) in tic54x_cons() function 2396 { "byte" , tic54x_cons , 'b' }, 2397 { "ubyte" , tic54x_cons , 'B' }, 2398 { "char" , tic54x_cons , 'c' }, 2399 { "uchar" , tic54x_cons , 'C' }, 2421 { "half" , tic54x_cons , 'h' }, 2422 { "uhalf" , tic54x_cons , 'H' }, 2423 { "short" , tic54x_cons , 's' }, 2424 { "ushort" , tic54x_cons , 'S' }, 2429 { "int" , tic54x_cons , 'i' }, [all …]
|