Home
last modified time | relevance | path

Searched refs:tic4x_cons (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic4x.c143 static void tic4x_cons (int);
161 {"byte", tic4x_cons, 1},
169 {"hword", tic4x_cons, 2},
171 {"int", tic4x_cons, 4}, /* .int allocates 4 bytes. */
181 {"word", tic4x_cons, 4}, /* .word allocates 4 bytes. */
827 tic4x_cons (int bytes) in tic4x_cons() function
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2014280 * config/tc-tic4x.c (tic4x_cons, tic4x_stringer): Likewise.