Searched refs:uint32 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | xtensa-modules.c | 311 Field_t_Slot_inst_set (xtensa_insnbuf insn, uint32 val) in Field_t_Slot_inst_set() 313 uint32 tie_t; in Field_t_Slot_inst_set() 327 Field_t_Slot_inst16a_set (xtensa_insnbuf insn, uint32 val) in Field_t_Slot_inst16a_set() 329 uint32 tie_t; in Field_t_Slot_inst16a_set() 343 Field_t_Slot_inst16b_set (xtensa_insnbuf insn, uint32 val) in Field_t_Slot_inst16b_set() 345 uint32 tie_t; in Field_t_Slot_inst16b_set() 359 Field_t_Slot_xt_flix64_slot0_set (xtensa_insnbuf insn, uint32 val) in Field_t_Slot_xt_flix64_slot0_set() 361 uint32 tie_t; in Field_t_Slot_xt_flix64_slot0_set() 375 Field_t_Slot_xt_flix64_slot1_set (xtensa_insnbuf insn, uint32 val) in Field_t_Slot_xt_flix64_slot1_set() 377 uint32 tie_t; in Field_t_Slot_xt_flix64_slot1_set() [all …]
|
D | xtensa-isa.c | 951 const xtensa_insnbuf slotbuf, uint32 *valp) in xtensa_operand_get_field() 988 xtensa_insnbuf slotbuf, uint32 val) in xtensa_operand_set_field() 1024 uint32 *valp) in xtensa_operand_encode() 1028 uint32 test_val, orig_val; in xtensa_operand_encode() 1098 uint32 *valp) in xtensa_operand_decode() 1193 uint32 *valp, uint32 pc) in xtensa_operand_do_reloc() 1225 uint32 *valp, uint32 pc) in xtensa_operand_undo_reloc()
|
D | elf32-xtensa.c | 1930 uint32 newval; in elf_xtensa_do_reloc() 4385 uint32 value, newval; in can_narrow_instruction() 4418 uint32 rawval0, rawval1, rawval2; in can_narrow_instruction() 4551 uint32 value, newval; in can_widen_instruction() 4585 uint32 rawval0, rawval1; in can_widen_instruction() 4730 uint32 regno = 1; in elf_xtensa_do_asm_simplify() 4804 uint32 regno, const16_regno, call_regno; in get_expanded_call_opcode() 10467 uint32 valp = dest_address; in pcrel_reloc_fits()
|
/toolchain/binutils/binutils-2.25/include/ |
D | xtensa-isa-internal.h | 46 typedef uint32 (*xtensa_get_field_fn) (const xtensa_insnbuf); 47 typedef void (*xtensa_set_field_fn) (xtensa_insnbuf, uint32); 48 typedef int (*xtensa_immed_decode_fn) (uint32 *); 49 typedef int (*xtensa_immed_encode_fn) (uint32 *); 50 typedef int (*xtensa_do_reloc_fn) (uint32 *, uint32); 51 typedef int (*xtensa_undo_reloc_fn) (uint32 *, uint32); 84 uint32 flags; /* See XTENSA_OPERAND_* flags. */ 116 uint32 flags; /* See XTENSA_OPCODE_* flags. */ 135 uint32 flags; /* See XTENSA_INTERFACE_* flags. */ 150 uint32 flags; /* See XTENSA_STATE_* flags. */
|
D | xtensa-isa.h | 33 #ifndef uint32 34 #define uint32 unsigned int macro 173 typedef uint32 xtensa_insnbuf_word; 489 const xtensa_insnbuf slotbuf, uint32 *valp); 494 xtensa_insnbuf slotbuf, uint32 val); 504 uint32 *valp); 508 uint32 *valp); 571 uint32 *valp, uint32 pc); 575 uint32 *valp, uint32 pc);
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-xtensa.c | 38 #ifndef uint32 39 #define uint32 unsigned int macro 1899 uint32 buf = reg; in expression_maybe_register() 2736 uint32 value, in xtensa_insnbuf_set_operand() 2740 uint32 valbuf = value; in xtensa_insnbuf_set_operand() 2765 static uint32 2772 uint32 val = 0; in xtensa_insnbuf_get_operand() 3241 uint32 valbuf = value; in xg_check_operand() 3298 uint32 new_offset; in xg_symbolic_immeds_fit() 5665 uint32 opnd_value; in md_pcrel_from() [all …]
|