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

  /src/sys/arch/i386/stand/lib/
biosdisk.c 1487 int target_part; local
1507 target_part = name[i] - 'a';
1576 if (part == target_part) {
  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 1943 rtx target_part = operand_subword (target, wordnum, 1, VOIDmode);
1948 (unsignedp ? 1 : -1), target_part,
1951 gcc_assert (target_part);
1958 if (result_part != target_part)
1959 emit_move_insn (target_part, result_part);
1939 rtx target_part = operand_subword (target, wordnum, 1, VOIDmode); local
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 1930 rtx target_part = operand_subword (target, wordnum, 1, VOIDmode);
1934 bitnum + bit_offset, 1, target_part,
1937 gcc_assert (target_part);
1944 if (result_part != target_part)
1945 emit_move_insn (target_part, result_part);
1926 rtx target_part = operand_subword (target, wordnum, 1, VOIDmode); local

Completed in 37 milliseconds