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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dns32k-dis.c472 int addr_mode;
489 addr_mode = bit_extract (buffer, ioffset - 5, 5);
491 switch (addr_mode)
501 sprintf (result, "f%d", addr_mode);
504 sprintf (result, "r%d", addr_mode);
511 sprintf (result, "%d(r%d)", disp1, addr_mode & 7);
520 addr_mode == 0x10 ? "fp" : addr_mode == 0x11 ? "sp" : "sb");
633 sprintf (off, "[r%d:%c]", bit_index, ind[addr_mode & 3]);
815 int addr_mode
467 int addr_mode; local
809 int addr_mode = bit_extract (buffer, ioffset - 5, 5); local
820 int addr_mode = bit_extract (buffer, ioffset - 10, 5); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dns32k-dis.c472 int addr_mode;
489 addr_mode = bit_extract (buffer, ioffset - 5, 5);
491 switch (addr_mode)
501 sprintf (result, "f%d", addr_mode);
504 sprintf (result, "r%d", addr_mode);
511 sprintf (result, "%d(r%d)", disp1, addr_mode & 7);
520 addr_mode == 0x10 ? "fp" : addr_mode == 0x11 ? "sp" : "sb");
633 sprintf (off, "[r%d:%c]", bit_index, ind[addr_mode & 3]);
815 int addr_mode
467 int addr_mode; local
809 int addr_mode = bit_extract (buffer, ioffset - 5, 5); local
820 int addr_mode = bit_extract (buffer, ioffset - 10, 5); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68hc11/
H A Dm68hc11.c583 m68hc11_valid_addressing_p (rtx operand, enum machine_mode mode, int addr_mode)
590 if ((addr_mode & ADDR_INDIRECT) && GET_MODE_SIZE (mode) <= 2)
592 addr_mode & (ADDR_STRICT | ADDR_OFFSET));
599 if (addr_mode & ADDR_INCDEC)
601 addr_mode & ADDR_STRICT);
616 if (!(addr_mode & ADDR_INDEXED))
619 addr_mode &= ADDR_STRICT;
620 if (REGNO_OK_FOR_BASE_P2 (REGNO (base), addr_mode)
621 && REGNO_OK_FOR_INDEX_P2 (REGNO (offset), addr_mode))
624 if (REGNO_OK_FOR_BASE_P2 (REGNO (offset), addr_mode)
578 m68hc11_valid_addressing_p(rtx operand, enum machine_mode mode, int addr_mode) argument
671 int addr_mode; local
733 int addr_mode; local
754 int addr_mode; local
991 int addr_mode; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68hc11/
H A Dm68hc11.c560 m68hc11_valid_addressing_p (rtx operand, enum machine_mode mode, int addr_mode)
567 if ((addr_mode & ADDR_INDIRECT) && GET_MODE_SIZE (mode) <= 2)
569 addr_mode & (ADDR_STRICT | ADDR_OFFSET));
576 if (addr_mode & ADDR_INCDEC)
578 addr_mode & ADDR_STRICT);
593 if (!(addr_mode & ADDR_INDEXED))
596 addr_mode &= ADDR_STRICT;
597 if (REGNO_OK_FOR_BASE_P2 (REGNO (base), addr_mode)
598 && REGNO_OK_FOR_INDEX_P2 (REGNO (offset), addr_mode))
601 if (REGNO_OK_FOR_BASE_P2 (REGNO (offset), addr_mode)
556 m68hc11_valid_addressing_p(rtx operand, enum machine_mode mode, int addr_mode) argument
649 int addr_mode; local
711 int addr_mode; local
732 int addr_mode; local
977 int addr_mode; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-ns32k.c34 #define DEFAULT -1 /* addr_mode returns this value when
48 iif.iifP[ptr].addr_mode = s1; \
70 struct addr_mode struct
86 typedef struct addr_mode addr_modeS;
124 int addr_mode; /* What addrmode do we associate with this member in struct:__anon3203
374 pointer at addr_mode struct for result
377 Out: data in addr_mode struct. */ function
380 addr_mode (char *operand,
631 i = addr_mode (str, addrmodeP, 1);
666 routine calls addr_mode t
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dppc-linux-nat.c152 uint32_t addr_mode; /* address match mode */ member in struct:ppc_hw_breakpoint
1530 && a->addr_mode == b->addr_mode
1672 p.addr_mode = PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE;
1680 p.addr_mode = PPC_BREAKPOINT_MODE_EXACT;
1709 p.addr_mode = PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE;
1717 p.addr_mode = PPC_BREAKPOINT_MODE_EXACT;
1976 p->addr_mode = PPC_BREAKPOINT_MODE_EXACT;
1981 p->addr_mode = PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE;
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipi_cd.h101 u_int8_t addr_mode; member in struct:scsipi_read_toc
H A Dcd.c2047 cmd.addr_mode |= CD_MSF;
2867 gtoc_cmd.addr_mode = CD_MSF; /* not relevant */
2932 gtoc_cmd.addr_mode = 0; /* LBA */
3196 gtoc_cmd.addr_mode = CD_MSF; /* not relevant */
3377 gtoc_cmd.addr_mode = 0; /* lba's please */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dloop.c7857 enum machine_mode addr_mode)
7926 *pbenefit += address_cost (orig_x, addr_mode) - reg_address_cost;
7815 general_induction_var(const struct loop *loop, rtx x, rtx *src_reg, rtx *add_val, rtx *mult_val, rtx *ext_val, int is_addr, int *pbenefit, enum machine_mode addr_mode) argument

Completed in 412 milliseconds