tc-mcore.c | 267 mcore_cons (int nbytes) function 289 /* See the comment in mcore_cons () about calling check_literals. 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 } [all...] |