Home
last modified time | relevance | path

Searched refs:uint32 (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dxtensa-modules.c206 Field_t_Slot_inst_set (xtensa_insnbuf insn, uint32 val) in Field_t_Slot_inst_set()
208 uint32 tie_t; in Field_t_Slot_inst_set()
222 Field_s_Slot_inst_set (xtensa_insnbuf insn, uint32 val) in Field_s_Slot_inst_set()
224 uint32 tie_t; in Field_s_Slot_inst_set()
238 Field_r_Slot_inst_set (xtensa_insnbuf insn, uint32 val) in Field_r_Slot_inst_set()
240 uint32 tie_t; in Field_r_Slot_inst_set()
254 Field_op2_Slot_inst_set (xtensa_insnbuf insn, uint32 val) in Field_op2_Slot_inst_set()
256 uint32 tie_t; in Field_op2_Slot_inst_set()
270 Field_op1_Slot_inst_set (xtensa_insnbuf insn, uint32 val) in Field_op1_Slot_inst_set()
272 uint32 tie_t; in Field_op1_Slot_inst_set()
[all …]
Dxtensa-isa.c945 const xtensa_insnbuf slotbuf, uint32 *valp) in xtensa_operand_get_field()
982 xtensa_insnbuf slotbuf, uint32 val) in xtensa_operand_set_field()
1018 uint32 *valp) in xtensa_operand_encode()
1022 uint32 test_val, orig_val; in xtensa_operand_encode()
1093 uint32 *valp) in xtensa_operand_decode()
1188 uint32 *valp, uint32 pc) in xtensa_operand_do_reloc()
1220 uint32 *valp, uint32 pc) in xtensa_operand_undo_reloc()
Delf32-xtensa.c1588 uint32 newval; in elf_xtensa_do_reloc()
3634 uint32 value, newval; in narrow_instruction()
3667 uint32 rawval0, rawval1, rawval2; in narrow_instruction()
3781 uint32 value, newval; in widen_instruction()
3815 uint32 rawval0, rawval1; in widen_instruction()
3908 uint32 regno = 1; in elf_xtensa_do_asm_simplify()
3982 uint32 regno, const16_regno, call_regno; in get_expanded_call_opcode()
9252 uint32 valp = dest_address; in pcrel_reloc_fits()
/mirbsd/src/gnu/usr.bin/binutils/include/
Dxtensa-isa-internal.h44 typedef uint32 (*xtensa_get_field_fn) (const xtensa_insnbuf);
45 typedef void (*xtensa_set_field_fn) (xtensa_insnbuf, uint32);
46 typedef int (*xtensa_immed_decode_fn) (uint32 *);
47 typedef int (*xtensa_immed_encode_fn) (uint32 *);
48 typedef int (*xtensa_do_reloc_fn) (uint32 *, uint32);
49 typedef int (*xtensa_undo_reloc_fn) (uint32 *, uint32);
82 uint32 flags; /* See XTENSA_OPERAND_* flags. */
114 uint32 flags; /* See XTENSA_OPCODE_* flags. */
133 uint32 flags; /* See XTENSA_INTERFACE_* flags. */
148 uint32 flags; /* See XTENSA_STATE_* flags. */
Dxtensa-isa.h35 #ifndef uint32
36 #define uint32 unsigned int macro
175 typedef uint32 xtensa_insnbuf_word;
491 const xtensa_insnbuf slotbuf, uint32 *valp);
496 xtensa_insnbuf slotbuf, uint32 val);
506 uint32 *valp);
510 uint32 *valp);
573 uint32 *valp, uint32 pc);
577 uint32 *valp, uint32 pc);
/mirbsd/src/usr.bin/ssh/
DPROTOCOL54 uint32 recipient channel
111 uint32 sender channel
112 uint32 initial window size
113 uint32 maximum packet size
114 uint32 tunnel mode
115 uint32 remote unit number
136 uint32 recipient channel
141 uint32 packet length
142 uint32 address family
156 uint32 packet length
[all …]
DPROTOCOL.agent56 uint32 message_length
102 uint32 seconds
140 uint32 ignored
256 uint32 key_bits
318 uint32 num_keys
322 uint32 bits
337 uint32 num_keys
363 uint32 ignored
368 uint32 response_type /* must be 1 */
407 uint32 flags
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-xtensa.c35 #ifndef uint32
36 #define uint32 unsigned int macro
1859 uint32 buf = reg; in expression_maybe_register()
2699 uint32 value, in xtensa_insnbuf_set_operand()
2703 uint32 valbuf = value; in xtensa_insnbuf_set_operand()
2728 static uint32
2735 uint32 val = 0; in xtensa_insnbuf_get_operand()
3200 uint32 valbuf = value; in xg_check_operand()
3256 uint32 new_offset; in xg_symbolic_immeds_fit()
5378 uint32 opnd_value; in md_pcrel_from()
[all …]