Searched refs:set_tok_const (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-alpha.c | 220 #define set_tok_const(t, n) (memset (&(t), 0, sizeof (t)), \ macro 1344 set_tok_const (newtok[1], addend); in load_expression() 1349 set_tok_const (newtok[1], 0); in load_expression() 1376 set_tok_const (*poffset, 0); in load_expression() 1486 set_tok_const (*poffset, 0); in load_expression() 1576 set_tok_const (newtok[1], lit); in load_expression() 1601 set_tok_const (*poffset, 0); in load_expression() 1629 set_tok_const (newtok[1], extra); in load_expression() 1637 set_tok_const (newtok[1], high); in load_expression() 1646 set_tok_const (newtok[1], low); in load_expression() [all …]
|