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

  /src/external/ibm-public/postfix/dist/src/global/
compat_level.c 271 long left_val, rite_val, delta; local
276 if ((left_val = compat_level_from_string(left_str, msg_warn)) < 0
284 delta = left_val - rite_val;
  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-nat.c 2492 struct value *left_val, *right_val; local
2502 fetch_subexp_value (cond, lhs, &left_val, NULL, &left_chain, false);
2505 if (left_val == NULL || num_accesses_left < 0)
2515 && left_val->lval () == lval_memory
2516 && left_val->address () == watch_addr)
2521 the same type as the memory region referenced by LEFT_VAL. */
2522 *len = check_typedef (left_val->type ())->length ();
2528 *data_value = value_as_long (left_val);
2530 /* DATA_VALUE is the constant in LEFT_VAL, but actually has
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 2492 struct value *left_val, *right_val; local
2502 fetch_subexp_value (cond, lhs, &left_val, NULL, &left_chain, false);
2505 if (left_val == NULL || num_accesses_left < 0)
2515 && left_val->lval () == lval_memory
2516 && left_val->address () == watch_addr)
2521 the same type as the memory region referenced by LEFT_VAL. */
2522 *len = check_typedef (left_val->type ())->length ();
2528 *data_value = value_as_long (left_val);
2530 /* DATA_VALUE is the constant in LEFT_VAL, but actually has
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 11677 base_reg_disp left_val = sh_find_base_reg_disp (insn, XEXP (x, 0));
11682 if (left_val.is_reg () && right_val.is_disp ())
11683 return base_reg_disp (left_val.reg (), left_val.disp ()
11685 else if (right_val.is_reg () && left_val.is_disp ())
11687 + left_val.disp () + disp);
11655 base_reg_disp left_val = sh_find_base_reg_disp (insn, XEXP (x, 0)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 11676 base_reg_disp left_val = sh_find_base_reg_disp (insn, XEXP (x, 0));
11681 if (left_val.is_reg () && right_val.is_disp ())
11682 return base_reg_disp (left_val.reg (), left_val.disp ()
11684 else if (right_val.is_reg () && left_val.is_disp ())
11686 + left_val.disp () + disp);
11654 base_reg_disp left_val = sh_find_base_reg_disp (insn, XEXP (x, 0)); local

Completed in 46 milliseconds