Searched refs:orig_val (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/include/
H A Dcgs_common.h126 #define CGS_REG_SET_FIELD(orig_val, reg, field, field_val) \
127 (((orig_val) & ~CGS_REG_FIELD_MASK(reg, field)) | \
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-options.c468 int *orig_val; local
499 orig_val = NZALLOC (int, OPTION_START + num_opts);
522 orig_val[(unsigned char) opt->shortopt] = opt->opt.val;
524 orig_val[(unsigned char) opt->shortopt] = opt->shortopt;
532 orig_val[lp->val] = opt->opt.val;
572 orig_val[lp->val] = opt->opt.val;
627 if ((*handlers[optc]) (sd, opt_cpu[optc], orig_val[optc], optarg, 0/*!is_command*/) == SIM_RC_FAIL)
640 free (orig_val);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-options.c586 int *orig_val; local
617 orig_val = NZALLOC (int, OPTION_START + num_opts);
640 orig_val[(unsigned char) opt->shortopt] = opt->opt.val;
642 orig_val[(unsigned char) opt->shortopt] = opt->shortopt;
650 orig_val[lp->val] = opt->opt.val;
690 orig_val[lp->val] = opt->opt.val;
782 if ((*handlers[optc]) (sd, opt_cpu[optc], orig_val[optc], optarg, 0/*!is_command*/) == SIM_RC_FAIL)
795 free (orig_val);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dom.c1435 tree orig_val; local
1441 orig_val = get_use_from_ptr (orig_p);
1442 if (TREE_CODE (orig_val) != SSA_NAME)
1447 new_val = SSA_NAME_VALUE (orig_val);
1449 && new_val != orig_val
1450 && may_propagate_copy (orig_val, new_val))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dom.cc1478 tree orig_val; local
1484 orig_val = get_use_from_ptr (orig_p);
1485 if (TREE_CODE (orig_val) != SSA_NAME)
1490 new_val = SSA_NAME_VALUE (orig_val);
1492 && new_val != orig_val
1493 && may_propagate_copy (orig_val, new_val))
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu.h1099 #define REG_SET_FIELD(orig_val, reg, field, field_val) \
1100 (((orig_val) & ~REG_FIELD_MASK(reg, field)) | \
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dxtensa-isa.c1034 uint32 test_val, orig_val;
1088 orig_val = *valp;
1091 || test_val != orig_val)
1029 uint32 test_val, orig_val; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dxtensa-isa.c1016 uint32 test_val, orig_val;
1070 orig_val = *valp;
1073 || test_val != orig_val)
1011 uint32 test_val, orig_val; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dxtensa-isa.c1017 uint32 test_val, orig_val;
1071 orig_val = *valp;
1074 || test_val != orig_val)
1012 uint32 test_val, orig_val; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dxtensa-isa.c1028 uint32 test_val, orig_val;
1082 orig_val = *valp;
1085 || test_val != orig_val)
1023 uint32 test_val, orig_val; local
/netbsd-current/sys/dev/ic/
H A Dbwi.c1519 uint32_t orig_val, val; local
1524 orig_val = MOBJ_READ_4(mac, BWI_COMM_MOBJ, 0);
1543 MOBJ_WRITE_4(mac, BWI_COMM_MOBJ, 0, orig_val);

Completed in 293 milliseconds