HomeSort by relevance Sort by last modified time
    Searched refs:XTENSA_UNDEFINED (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
xtensa-isa.c 153 if (fmt == XTENSA_UNDEFINED)
154 return XTENSA_UNDEFINED;
157 if (byte_count == XTENSA_UNDEFINED)
158 return XTENSA_UNDEFINED;
164 return XTENSA_UNDEFINED;
198 if (insn_size == XTENSA_UNDEFINED)
290 isa->sysreg_table[is_user][n] = XTENSA_UNDEFINED;
417 static int max_stage = XTENSA_UNDEFINED;
420 if (max_stage != XTENSA_UNDEFINED)
542 return XTENSA_UNDEFINED;
    [all...]
elf32-xtensa.c     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
xtensa-dis.c 196 if (fmt == XTENSA_UNDEFINED
208 == XTENSA_UNDEFINED)
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xtensa.c     [all...]
xtensa-relax.c     [all...]
  /toolchain/binutils/binutils-2.27/include/
xtensa-isa.h 83 #define XTENSA_UNDEFINED -1
202 XTENSA_UNDEFINED on error. The "from_chars" function first reads the
245 XTENSA_UNDEFINED on error. */
256 stages before stage 0. Returns XTENSA_UNDEFINED on error. */
297 XTENSA_UNDEFINED if the name is not a valid format. */
304 Returns XTENSA_UNDEFINED if the format is not recognized. */
318 XTENSA_UNDEFINED on error. */
324 /* Get the number of slots in an instruction. Returns XTENSA_UNDEFINED
332 Returns XTENSA_UNDEFINED on error. */
355 /* Translate a mnemonic name to an opcode. Returns XTENSA_UNDEFINED i
    [all...]

Completed in 369 milliseconds