HomeSort by: relevance | last modified time | path
    Searched defs:read_mode (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/hppa/dev/
summitfb.c 917 uint32_t read_mode, write_mode; local
919 read_mode = OTC04 | BIN8I;
922 read_mode |= BUFBL;
930 summitfb_read_mode(sc, read_mode);
  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-nat.c 2641 long read_mode, write_mode; local
2647 read_mode = 1;
2654 read_mode = 5;
2658 wp_value = addr & ~(read_mode | write_mode);
2663 wp_value |= read_mode;
2671 wp_value |= read_mode | write_mode;
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 2641 long read_mode, write_mode; local
2647 read_mode = 1;
2654 read_mode = 5;
2658 wp_value = addr & ~(read_mode | write_mode);
2663 wp_value |= read_mode;
2671 wp_value |= read_mode | write_mode;
  /src/external/gpl3/gcc/dist/gcc/
dse.cc 1740 value that is at least ACCESS_SIZE bytes wide of READ_MODE. The
1747 machine_mode read_mode,
1771 byte = subreg_lowpart_offset (read_mode, new_mode);
1772 ret = simplify_subreg (read_mode, ret, new_mode, byte);
1774 && (set_src_cost (ret, read_mode, speed)
1801 if (maybe_lt (GET_MODE_SIZE (new_mode), GET_MODE_SIZE (read_mode)))
1827 = extract_low_bits (read_mode, new_mode, copy_rtx (rhs_subreg));
1878 read_reg = extract_low_bits (read_mode, new_mode, new_reg);
1900 Attempt to return a value of mode READ_MODE stored in STORE_INFO,
1905 get_stored_val (store_info *store_info, machine_mode read_mode,
2015 machine_mode read_mode = GET_MODE (read_info->mem); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dse.cc 1724 value that is at least ACCESS_SIZE bytes wide of READ_MODE. The
1731 machine_mode read_mode,
1754 byte = subreg_lowpart_offset (read_mode, new_mode);
1755 ret = simplify_subreg (read_mode, ret, new_mode, byte);
1757 && (set_src_cost (ret, read_mode, speed)
1784 if (maybe_lt (GET_MODE_SIZE (new_mode), GET_MODE_SIZE (read_mode)))
1810 = extract_low_bits (read_mode, new_mode, copy_rtx (rhs_subreg));
1861 read_reg = extract_low_bits (read_mode, new_mode, new_reg);
1883 Attempt to return a value of mode READ_MODE stored in STORE_INFO,
1888 get_stored_val (store_info *store_info, machine_mode read_mode,
1989 machine_mode read_mode = GET_MODE (read_info->mem); local
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 138 enum read_mode { ALLOW_EMPTY, WITH_ARGS, NO_ARGS }; enum
139 static symbol read_escape_name(read_mode mode = NO_ARGS);
140 static symbol read_long_escape_name(read_mode mode = NO_ARGS);
826 static symbol read_long_escape_name(read_mode mode)
881 static symbol read_escape_name(read_mode mode)

Completed in 95 milliseconds