HomeSort by relevance Sort by last modified time
    Searched defs:subexp (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-tilepro.c 438 expressionS subexp; local
655 memset (&subexp, 0, sizeof subexp);
656 subexp.X_op = O_symbol;
657 subexp.X_add_symbol = operand_exp->X_add_symbol;
658 operand_exp = &subexp;
1263 expressionS subexp; local
    [all...]
tc-tilegx.c 511 expressionS subexp; local
763 memset (&subexp, 0, sizeof subexp);
764 subexp.X_op = O_symbol;
765 subexp.X_add_symbol = operand_exp->X_add_symbol;
766 operand_exp = &subexp;
1388 expressionS subexp; local
    [all...]

Completed in 68 milliseconds