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

/freebsd-11.0-release/contrib/gdb/include/
H A Dxtensa-isa.h58 typedef void* xtensa_operand; typedef
161 extern xtensa_operand xtensa_get_operand (xtensa_isa, xtensa_opcode, int);
171 extern char * xtensa_operand_kind (xtensa_operand);
178 extern char xtensa_operand_inout (xtensa_operand);
183 extern uint32 xtensa_operand_get_field (xtensa_operand, const xtensa_insnbuf);
185 extern void xtensa_operand_set_field (xtensa_operand, xtensa_insnbuf, uint32);
206 extern xtensa_encode_result xtensa_operand_encode (xtensa_operand, uint32 *);
208 extern uint32 xtensa_operand_decode (xtensa_operand, uint32);
221 extern int xtensa_operand_isPCRelative (xtensa_operand);
223 extern uint32 xtensa_operand_do_reloc (xtensa_operand, uint3
[all...]

Completed in 96 milliseconds