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