Home
last modified time | relevance | path

Searched refs:mcore_cons (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mcore.c267 mcore_cons (int nbytes) in mcore_cons() function
415 { "byte", mcore_cons, 1 },
416 { "dc", mcore_cons, 2 },
417 { "dc.b", mcore_cons, 1 },
419 { "dc.l", mcore_cons, 4 },
421 { "dc.w", mcore_cons, 2 },
425 { "hword", mcore_cons, 2 },
426 { "int", mcore_cons, 4 },
427 { "long", mcore_cons, 4 },
428 { "octa", mcore_cons, 16 },
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-98991737 (mcore_cons): New function: intercept cons() operations.
DChangeLog-02033635 (mcore_cons, mcore_float_cons, mcore_stringer, mcore_fill): Use it.
DChangeLog-00016154 * config/tc-mcore.c (mcore_cons): Likewise.