Home
last modified time | relevance | path

Searched refs:addr_mode (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dns32k-dis.c466 int addr_mode; in print_insn_arg() local
483 addr_mode = bit_extract (buffer, ioffset - 5, 5); in print_insn_arg()
485 switch (addr_mode) in print_insn_arg()
495 sprintf (result, "f%d", addr_mode); in print_insn_arg()
498 sprintf (result, "r%d", addr_mode); in print_insn_arg()
505 sprintf (result, "%d(r%d)", disp1, addr_mode & 7); in print_insn_arg()
514 addr_mode == 0x10 ? "fp" : addr_mode == 0x11 ? "sp" : "sb"); in print_insn_arg()
627 sprintf (off, "[r%d:%c]", bit_index, ind[addr_mode & 3]); in print_insn_arg()
808 int addr_mode = bit_extract (buffer, ioffset - 5, 5); in print_insn_ns32k() local
810 if (Adrmod_is_index (addr_mode)) in print_insn_ns32k()
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ns32k.c46 iif.iifP[ptr].addr_mode = s1; \
68 struct addr_mode struct
84 typedef struct addr_mode addr_modeS; argument
122 int addr_mode; /* What addrmode do we associate with this member
375 addr_mode (char *operand, in addr_mode() function
626 i = addr_mode (str, addrmodeP, 1); in addr_mode()
670 addr_mode (ptr, addrmodeP, 0); in get_addr_mode()
Dtc-i386.c8327 enum flag_code addr_mode; in i386_index_check() local
8330 addr_mode = flag_code == CODE_32BIT ? CODE_16BIT : CODE_32BIT; in i386_index_check()
8333 addr_mode = flag_code; in i386_index_check()
8349 addr_mode = CODE_32BIT; in i386_index_check()
8352 addr_mode = CODE_16BIT; in i386_index_check()
8354 if (addr_mode != flag_code) in i386_index_check()
8403 di_si[addr_mode][type.bitfield.esseg]); in i386_index_check()
8407 expected_reg = hash_find (reg_hash, bx[addr_mode]); in i386_index_check()
8417 && !((addr_mode == CODE_64BIT in i386_index_check()
8419 || (addr_mode == CODE_32BIT in i386_index_check()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-02034944 (struct addr_mode): Make mode and scaled_mode explicitly signed.