Searched refs:isa (Results 1 – 11 of 11) sorted by relevance
132 #define isa 0 in __exponent() macro135 *p++ = isa ? 'p' - 'a' + fmtch : fmtch; in __exponent()156 if (!isa) in __exponent()
1649 int isa = fmtch == L'a' || fmtch == L'A'; in wexponent() local1651 # define isa 0 in wexponent() macro1655 *p++ = isa ? (int) (L'p' - L'a') + fmtch : fmtch; in wexponent()1671 if (!isa) in wexponent()
1656 int isa = fmtch == 'a' || fmtch == 'A'; in exponent() local1658 # define isa 0 in exponent() macro1662 *p++ = isa ? 'p' - 'a' + fmtch : fmtch; in exponent()1678 if (!isa) in exponent()
111 #include_next <xtensa/config/core-isa.h>
47 cc.check_header('xtensa/config/core-isa.h'),48 description: 'Xtensa toolchain includes core-isa.h')
66 -device isa-serial,chardev=s1 \
36 core-isa.h
36 'core-isa.h',
469 /* Compiler has Xtensa-specific core-isa.h header file */
485 CHECK_INCLUDE_FILE(xtensa/config/core-isa.h _XTENSA_HAVE_CONFIG_CORE_ISA_H)
3529 Files: newlib/libc/machine/xtensa/machine/core-isa.h3556 Files: newlib/libc/sys/xtensa/include/xtensa/config/core-isa.h