Searched refs:XTENSA_UNDEFINED (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dxtensa-isa.c152 if (fmt == XTENSA_UNDEFINED)
153 return XTENSA_UNDEFINED;
156 if (byte_count == XTENSA_UNDEFINED)
157 return XTENSA_UNDEFINED;
163 return XTENSA_UNDEFINED;
197 if (insn_size == XTENSA_UNDEFINED)
289 isa->sysreg_table[is_user][n] = XTENSA_UNDEFINED;
415 int i, stage, max_stage = XTENSA_UNDEFINED;
536 return XTENSA_UNDEFINED;
547 return XTENSA_UNDEFINED;
[all...]
H A Delf32-xtensa.c1654 if (slot == XTENSA_UNDEFINED)
1664 if (fmt == XTENSA_UNDEFINED)
1673 if (opcode == XTENSA_UNDEFINED)
1723 if (opnd == XTENSA_UNDEFINED)
3082 static xtensa_opcode callx0_op = XTENSA_UNDEFINED;
3083 static xtensa_opcode callx4_op = XTENSA_UNDEFINED;
3084 static xtensa_opcode callx8_op = XTENSA_UNDEFINED;
3085 static xtensa_opcode callx12_op = XTENSA_UNDEFINED;
3086 static xtensa_opcode call0_op = XTENSA_UNDEFINED;
3087 static xtensa_opcode call4_op = XTENSA_UNDEFINED;
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dxtensa-isa.h70 #define XTENSA_UNDEFINED -1 macro
133 /* Translate a mnemonic name to an opcode. Returns XTENSA_UNDEFINED if
138 XTENSA_UNDEFINED if the instruction is illegal. */
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dxtensa-isa.c317 if (!result) return XTENSA_UNDEFINED;
329 if (opc != XTENSA_UNDEFINED)
332 return XTENSA_UNDEFINED;
545 if (opc == XTENSA_UNDEFINED)
H A Delf32-xtensa.c1497 if (opcode == XTENSA_UNDEFINED)
2914 static xtensa_opcode callx0_op = XTENSA_UNDEFINED;
2915 static xtensa_opcode callx4_op = XTENSA_UNDEFINED;
2916 static xtensa_opcode callx8_op = XTENSA_UNDEFINED;
2917 static xtensa_opcode callx12_op = XTENSA_UNDEFINED;
2918 static xtensa_opcode call0_op = XTENSA_UNDEFINED;
2919 static xtensa_opcode call4_op = XTENSA_UNDEFINED;
2920 static xtensa_opcode call8_op = XTENSA_UNDEFINED;
2921 static xtensa_opcode call12_op = XTENSA_UNDEFINED;
2926 if (callx0_op == XTENSA_UNDEFINED)
[all...]
H A Dxtensa-modules.c6058 return XTENSA_UNDEFINED;
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dxtensa-dis.c196 if (fmt == XTENSA_UNDEFINED
208 == XTENSA_UNDEFINED)
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dxtensa-dis.c484 if (opc == XTENSA_UNDEFINED
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c1171 *directive = (directiveE) XTENSA_UNDEFINED;
1185 if (directive == (directiveE) XTENSA_UNDEFINED)
1306 case (directiveE) XTENSA_UNDEFINED:
2204 if (sr == XTENSA_UNDEFINED && is_write && !is_user
2207 if (sr == XTENSA_UNDEFINED
2219 if (sr == XTENSA_UNDEFINED)
2263 if (sr != XTENSA_UNDEFINED)
2287 if (sr == XTENSA_UNDEFINED)
2392 if (xtensa_nop_opcode == XTENSA_UNDEFINED
2424 && xtensa_opcode_lookup (xtensa_default_isa, opname) == XTENSA_UNDEFINED)
[all...]
H A Dxtensa-relax.c1550 != XTENSA_UNDEFINED);
1574 if (opcode != XTENSA_UNDEFINED)
1605 if (opcode == XTENSA_UNDEFINED)
1730 bi->opcode = XTENSA_UNDEFINED;
1767 if (bi->opcode == XTENSA_UNDEFINED)
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c1269 *directive = (directiveE) XTENSA_UNDEFINED;
1286 if (directive == (directiveE) XTENSA_UNDEFINED)
1377 if (end_directive == (directiveE) XTENSA_UNDEFINED)
2200 if (opcode == XTENSA_UNDEFINED)
2236 if (opcode == XTENSA_UNDEFINED)
2253 if (opcode == XTENSA_UNDEFINED)
2271 if (opcode == XTENSA_UNDEFINED)
2286 if (opcode == XTENSA_UNDEFINED)
2299 if (opcode == XTENSA_UNDEFINED)
2310 if (opcode == XTENSA_UNDEFINED)
[all...]
H A Dxtensa-relax.c1432 if (opcode == XTENSA_UNDEFINED)
1565 bi->opcode = XTENSA_UNDEFINED;
1597 if (bi->opcode == XTENSA_UNDEFINED)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dxtensa-isa.h85 #define XTENSA_UNDEFINED -1 macro
204 XTENSA_UNDEFINED on error. The "from_chars" function first reads the
247 XTENSA_UNDEFINED on error. */
258 stages before stage 0. Returns XTENSA_UNDEFINED on error. */
299 XTENSA_UNDEFINED if the name is not a valid format. */
306 Returns XTENSA_UNDEFINED if the format is not recognized. */
320 XTENSA_UNDEFINED on error. */
326 /* Get the number of slots in an instruction. Returns XTENSA_UNDEFINED
334 Returns XTENSA_UNDEFINED on error. */
357 /* Translate a mnemonic name to an opcode. Returns XTENSA_UNDEFINED i
[all...]

Completed in 148 milliseconds