HomeSort by: relevance | last modified time | path
    Searched defs:expp (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
msp430.h 43 enum msp430_expp_e expp; /* For when the operand is a constant member in struct:msp430_operand_s
  /src/external/gpl3/binutils.old/dist/include/opcode/
msp430.h 43 enum msp430_expp_e expp; /* For when the operand is a constant member in struct:msp430_operand_s
  /src/external/gpl3/gdb/dist/include/opcode/
msp430.h 43 enum msp430_expp_e expp; /* For when the operand is a constant member in struct:msp430_operand_s
  /src/external/gpl3/gdb.old/dist/include/opcode/
msp430.h 43 enum msp430_expp_e expp; /* For when the operand is a constant member in struct:msp430_operand_s
  /src/external/gpl3/gcc/dist/libquadmath/strtod/
strtod_l.c 500 const STRING_TYPE *expp;
894 expp = cp;
1028 cp = expp;
1034 while (expp[-1] == L_('0'))
1036 --expp;
1045 while (! (base == 16 ? ISXDIGIT (expp[-1]) : ISDIGIT (expp[-1])))
1046 --expp;
1048 if (expp[-1] != L_('0'))
1051 --expp;
498 const STRING_TYPE *expp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/strtod/
strtod_l.c 500 const STRING_TYPE *expp;
894 expp = cp;
1028 cp = expp;
1034 while (expp[-1] == L_('0'))
1036 --expp;
1045 while (! (base == 16 ? ISXDIGIT (expp[-1]) : ISDIGIT (expp[-1])))
1046 --expp;
1048 if (expp[-1] != L_('0'))
1051 --expp;
498 const STRING_TYPE *expp; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c 289 ? ((OP).expp == MSP_EXPP_ALL \
1914 enum msp430_expp_e expp = MSP_EXPP_ALL; local
1929 expp = MSP_EXPP_LLO;
1935 expp = MSP_EXPP_LHI;
1941 expp = MSP_EXPP_HLO;
1947 expp = MSP_EXPP_HHI;
1953 expp = MSP_EXPP_LO;
1959 expp = MSP_EXPP_HI;
1968 op->expp = expp;
    [all...]
tc-tic6x.c 2491 expressionS *expp; local
2589 expp = &operands[opno].value.exp;
2621 expp = &operands[opno].value.mem.offset.exp;
2637 *fix_exp = expp;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c 289 ? ((OP).expp == MSP_EXPP_ALL \
1914 enum msp430_expp_e expp = MSP_EXPP_ALL; local
1929 expp = MSP_EXPP_LLO;
1935 expp = MSP_EXPP_LHI;
1941 expp = MSP_EXPP_HLO;
1947 expp = MSP_EXPP_HHI;
1953 expp = MSP_EXPP_LO;
1959 expp = MSP_EXPP_HI;
1968 op->expp = expp;
    [all...]
tc-tic6x.c 2491 expressionS *expp; local
2589 expp = &operands[opno].value.exp;
2621 expp = &operands[opno].value.mem.offset.exp;
2637 *fix_exp = expp;

Completed in 56 milliseconds