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

  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-nat.c 2492 struct value *left_val, *right_val; local
2508 fetch_subexp_value (cond, rhs, &right_val, NULL, &right_chain, false);
2511 if (right_val == NULL || num_accesses_right < 0)
2518 *data_value = value_as_long (right_val);
2520 /* DATA_VALUE is the constant in RIGHT_VAL, but actually has
2525 && right_val->lval () == lval_memory
2526 && right_val->address () == watch_addr)
2531 the same type as the memory region referenced by RIGHT_VAL. */
2532 *len = check_typedef (right_val->type ())->length ();
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 2492 struct value *left_val, *right_val; local
2508 fetch_subexp_value (cond, rhs, &right_val, NULL, &right_chain, false);
2511 if (right_val == NULL || num_accesses_right < 0)
2518 *data_value = value_as_long (right_val);
2520 /* DATA_VALUE is the constant in RIGHT_VAL, but actually has
2525 && right_val->lval () == lval_memory
2526 && right_val->address () == watch_addr)
2531 the same type as the memory region referenced by RIGHT_VAL. */
2532 *len = check_typedef (right_val->type ())->length ();
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 11678 base_reg_disp right_val = sh_find_base_reg_disp (insn, XEXP (x, 1));
11682 if (left_val.is_reg () && right_val.is_disp ())
11684 + right_val.disp () + disp);
11685 else if (right_val.is_reg () && left_val.is_disp ())
11686 return base_reg_disp (right_val.reg (), right_val.disp ()
11656 base_reg_disp right_val = sh_find_base_reg_disp (insn, XEXP (x, 1)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 11677 base_reg_disp right_val = sh_find_base_reg_disp (insn, XEXP (x, 1));
11681 if (left_val.is_reg () && right_val.is_disp ())
11683 + right_val.disp () + disp);
11684 else if (right_val.is_reg () && left_val.is_disp ())
11685 return base_reg_disp (right_val.reg (), right_val.disp ()
11655 base_reg_disp right_val = sh_find_base_reg_disp (insn, XEXP (x, 1)); local

Completed in 63 milliseconds